anomalyco / anomalyco/opencode
[FEATURE]: Display agent descriptions as scrolling marquees
@simonklee is already working on this.
Since Aug 26, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
My problem is that selecting between agents while maintaining full context on what each does is difficult because the agent descriptions are truncated depending on the terminal width.
Here is my proposed solution: Upon hovering over a list item and after a second, if its description does not fit on the screen, it starts scrolling through its text character-by-character, becoming a marquee that loops endlessly. The end of the description is delimited by several spaces in a row. If the item becomes unfocused, its description resets to its start.
This feature can be extended to other parts of the interface that also display item names and descriptions side-by-side in a list view.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.