feat(tui): add agent descriptions to autocomplete options#5804
Conversation
|
@assagman Consider truncating long descriptions as I am doing in this dummy PR: https://github.com/ariane-emory/opencode/pull/51/changes (don't worry, will not submit that PR upstream to sst, wouldn't want to steal your glory). |
|
hey @ariane-emory , thanks for the interest and suggestion. Initially I also thought that it might be good to limit description chars, but later on I realized that the menu has horizontal scroll functionality :) . One may want to read more about their agents by leveraging this feature, so left as it is. Screen.Recording.2025-12-20.at.18.37.39.mov |
|
@assagman Fair enough, I wasn't previously aware of that either, you taught me something. :) |
0202bed to
0d2a5d9
Compare
Enhance the agent selection autocomplete by displaying agent descriptions alongside the agent names. This helps users : - understand what each agent does before making a selection, - differentiate agents from local files Signed-off-by: assagman <ahmetsercansagman@gmail.com>
|
based on the discussion in discord, I'm closing this one. This feature requires us to store human-readable, short descriptions/titles for agents first, to eliminate potentially noisy behavior. |
Enhance the agent selection autocomplete by displaying agent descriptions alongside the agent names.
This helps users:
Feature request: #5805