Skip to content

feat(desktop): add agent skill picker to composer - #6567

Open
joebasrawi wants to merge 1 commit into
block:mainfrom
joebasrawi:feat/composer-skill-picker
Open

feat(desktop): add agent skill picker to composer#6567
joebasrawi wants to merge 1 commit into
block:mainfrom
joebasrawi:feat/composer-skill-picker

Conversation

@joebasrawi

Copy link
Copy Markdown

Summary

Adds a searchable skill picker to the message composer when one agent is selected.

It uses the commands advertised by that agent’s current session. You can search the list and insert a slash command at your current cursor position.

Commands are scoped to the current agent, channel, and session so old commands do not appear.

Related issue

Closes #5741

Testing

Ran just ci successfully.

Added unit tests for command extraction, session handling, and command insertion.

Added a Playwright test covering search, selection, insertion, and restoring focus to the composer.

Before and after screenshots attached.

Before

Composer before the skill picker opens

After

Searchable agent skill picker

Signed-off-by: Joseph B <289838966+joebasrawi@users.noreply.github.com>
@joebasrawi
joebasrawi requested a review from a team as a code owner August 22, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skill picker in the composer

1 participant