Skip to content

fix: Restore skill suggestions in new task view#1463

Open
charlesvien wants to merge 1 commit intomainfrom
04-02-restore_skill_suggestions_in_new_task_view
Open

fix: Restore skill suggestions in new task view#1463
charlesvien wants to merge 1 commit intomainfrom
04-02-restore_skill_suggestions_in_new_task_view

Conversation

@charlesvien
Copy link
Copy Markdown
Member

@charlesvien charlesvien commented Apr 2, 2026

Problem

Removing the preview session in #1438 broke slash command suggestions in the new task view -- only the 3 built-in feedback commands appear when typing /.

Changes

  1. Fetch skills from skills.list on TaskInputEditor mount and store in draftStore.commands
  2. Fall back to draftStore.commands in getCommandSuggestions when no active session exists
  3. Clean up stored commands on unmount

How did you test this?

Manually

@charlesvien charlesvien changed the title Restore skill suggestions in new task view fix: Restore skill suggestions in new task view Apr 2, 2026
Copy link
Copy Markdown
Member Author

charlesvien commented Apr 2, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@charlesvien charlesvien marked this pull request as ready for review April 2, 2026 17:59
@charlesvien charlesvien force-pushed the 04-02-restore_skill_suggestions_in_new_task_view branch from f3341b7 to 5f00dfb Compare April 2, 2026 19:17
@charlesvien charlesvien force-pushed the 04-02-restore_skill_suggestions_in_new_task_view branch from 5f00dfb to af8a31c Compare April 2, 2026 20:24
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.

1 participant