-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: slash commands and skills from local repo #3757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Medium When 🤖 Copy this AI Prompt to have your agent fix this: |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Medium
Also found in 1 other location(s)
🤖 Copy this AI Prompt to have your agent fix this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Medium
t3code/apps/mobile/src/features/threads/ThreadComposer.tsx
Line 695 in c7aa04b
When the user types a skill trigger (e.g.
$) or a slash-command query matching only provider commands, the popover never appears and the user sees nothing instead of theLoading…orNo skills found.feedback.composerMenuItemsis empty untiluseProviderProjectCapabilitiesresolves, and the render guard at line 695 checkscomposerMenuItems.length > 0— soComposerCommandPopoveris never mounted and its loading/empty states are unreachable. The guard should also allow rendering when the trigger is active and the async lookup is still pending.🤖 Copy this AI Prompt to have your agent fix this: