summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useCompletion.test.ts
AgeCommit message (Collapse)Author
2025-08-03feat: Add reverse search capability for shell commands (#4793)Ayesha Shafique
2025-07-31feat(cli): Improve @ autocompletion for mid-sentence edits (#5321)Sandy Tao
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` ↵Yuki Okita
option) (#4605) Co-authored-by: Allen Hutchison <[email protected]>
2025-07-25Load and use MCP server prompts as slash commands in the CLI (#4828)christine betts
Co-authored-by: harold <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-25Make useCompletion.test.ts windows compatible (#4766)Tommaso Sciortino
2025-07-25[Refactor] Centralizes autocompletion logic within useCompletion (#4740)Sandy Tao
2025-07-22(feat): Initial Version of Custom Commands (#4572)Abhi
2025-07-20prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)Abhi
2025-07-20feat: full implementation for .geminiignore in settings and respective tool ↵Pyush Sinha
calls (#3727)
2025-07-18feat(cli): allow executing commands on perfect match (#4397)Harold Mciver
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-15Improve altName completion behavior in slash commands (#4227)Lee Won Jun
Co-authored-by: Jacob Richman <[email protected]>
2025-07-14Make @ command sort file without extension name (#4158)Sandy Tao