summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/App.test.tsx
AgeCommit message (Collapse)Author
2025-08-21Introduce initial screen reader mode handling and flag (#6653)christine betts
2025-08-21feat(cli): prompt completion (#4691)官余棚
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21Force restart on trust level change to reload settings (#6713)shrutip90
2025-08-20Revert "Ignore workspace settings for untrusted folders" (#6672)Jacob Richman
2025-08-20Ignore workspace settings for untrusted folders (#6606)shrutip90
2025-08-19feat(ui): add `hideFooter` setting to hide footer from UI (#6505)Jack Wotherspoon
2025-08-19feat: Show /ide subcommands based on connection status instead of ideMode ↵Shreya Keshive
boolean (#6496)
2025-08-19feat(ui): implement message queuing during streaming responses (#6049)Akhil Appana
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19fix: ensure consistent theme behavior between local and CI test runs (#6358)Arya Gummadi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-15fix(input) Resolve cases where escape was broken (#6304)Jacob Richman
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-08Add FolderTrustDialog that shows on launch and enables folderTrust setting ↵shrutip90
(#5815)
2025-08-07feat(ui): Improve UI layout adaptation for narrow terminals (#5651)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Add hint to enable IDE integration for users running in VS Code (#5610)Shreya Keshive
2025-08-01Add a setting to disable auth mode validation on startup (#5358)Billy Biggs
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` ↵Yuki Okita
option) (#4605) Co-authored-by: Allen Hutchison <[email protected]>
2025-07-29 feat: Add auto update functionality (#4686)Gal Zahavi
2025-07-28Updates schema, UX and prompt for IDE context (#5046)Shreya Keshive
2025-07-26fix(ui): remove extraneous whitespace from startup screen (#3990)Jacob Richman
2025-07-26Handle unhandled rejections more gracefully. (#4417)Jacob Richman
Co-authored-by: Tommaso Sciortino <[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-25Add drawer for active files in IDE mode (#4682)christine betts
Co-authored-by: Shreya <[email protected]>
2025-07-21[ide-mode] Use active files and selected text in user prompt (#4614)christine betts
2025-07-21Simplify streaming code for code assist server (#4619)Tommaso Sciortino
2025-07-20Feature custom themes logic (#2639)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-07-19Revert background agent commits (#4479)Tommaso Sciortino
2025-07-18Add /background commands (when background agent is configured) (#4407)Tommaso Sciortino
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-18Display open IDE file in context section above input box rather than in the ↵Shreya Keshive
footer (#4470)
2025-07-18Summarize extensions and MCP servers on startup (#3977)Billy Biggs
2025-07-16Add /ide status & /ide install commands to manage IDE integration (#4265)Shreya Keshive
2025-07-14feat(cli): add hideBanner setting to disable startup banner (#2803)K
Co-authored-by: Pascal Birchler <[email protected]>
2025-07-11feat(cli): add support for --prompt-interactive/-i flag (#1743)Daniel Lee
2025-07-11Add visual cues for nightly version (#3701)Miguel Solorio
Co-authored-by: Jacob Richman <[email protected]>
2025-07-11Added in proper checks for customer tiers in 429/Quota error messaging (#3863)Bryan Morgan
Co-authored-by: Ioannis Papapanagiotou <[email protected]>
2025-07-09Add system-wide settings config for administrators (#3498)christine betts
Co-authored-by: Jack Wotherspoon <[email protected]>
2025-07-07feature(commands) - Refactor Slash Command + Vision For the Future (#3175)Abhi
2025-06-29feat(cli): Add hideTips setting (#1524)Marcin Jahn
Co-authored-by: Allen Hutchison <[email protected]>
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24[JUNE 25] Permanent failover to Flash model for OAuth users after persistent ↵Bryan Morgan
429 errors (#1376) Co-authored-by: Scott Densmore <[email protected]>
2025-06-21Update memory and context summary UI for multiple context filenames (#1282)Billy Biggs
2025-06-20Make checkpoints configurable in settings.json (#1251)Louis Jimenez
2025-06-19Auth First Run (#1207)matt korwel
Co-authored-by: Tommaso Sciortino <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-18feat: consolidate sandbox configurations into a single object (#1154)Brandon Keiji
2025-06-13Update contextFileName to support an optional list of strings (#1001)Billy Biggs
2025-06-12Reduce coupling between core and cli packages (#961)Marat Boshernitsan
Co-authored-by: Marat Boshernitsan <[email protected]>
2025-06-11Restore Checkpoint Feature (#934)Louis Jimenez
2025-06-11refactor: Centralize session ID generation and propagationjerop