CommandCodeAI / CommandCodeAI/command-code
File picker wouldn't trigger if `@` is not the last non-space character
Open
@vipulgupta2048 is already working on this.
Since Aug 12, 2026.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Summary
The file picker wouldn't trigger if @ if not the last non-space character:
- Working :
- Not working :
Expected Behavior
File picker would trigger even if @ if not the last non-space character
Actual Behavior
File picker wouldn't trigger if @ if not the last non-space character
Steps to reproduce the issue
- Open
cmd - Type
something @ - Observes that the file picker would open properly
- Clear the prompt
- Type
something - Put your cursor before the first character (
s) - Prepend a whitespace (
) - Put your cursor before the first character (
) - Type
@ - Observe that the file picker would not open
Command Code Version
1.15.0
Operating System
Linux
Terminal/IDE
Ghostty 1.3.1
Shell
nushell
Session file (optional)
No response
Fix prompt (optional)
No response
Additional context
No response
Contributor guide
No contributing guide indexed for this repository
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.