summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui
AgeCommit message (Expand)Author
2025-08-19fix(paste) incorrect handling of \\\n in pastes (#6532)Jacob Richman
2025-08-19Log all session metadata (#6423)owenofbrien
2025-08-19feat: restart MCP servers on /mcp refresh (#5479)Ramón Medrano Llamas
2025-08-19feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)Shreya Keshive
2025-08-19feat: Show /ide subcommands based on connection status instead of ideMode boo...Shreya Keshive
2025-08-19feat(ui): implement message queuing during streaming responses (#6049)Akhil Appana
2025-08-19fix: add privacy settings hook and tests (#6360)Arya Gummadi
2025-08-19feat: add file change tracking to session metrics (#6094)Arya Gummadi
2025-08-19fix: ensure consistent theme behavior between local and CI test runs (#6358)Arya Gummadi
2025-08-19feat(settings): enhance settings management with generic setter and display h...Ali Al Jufairi
2025-08-18Read and write files through Zed (#6169)Conrad Irwin
2025-08-18feat(filesearch): Introduce non-recursive file search strategy (#6087)Bryant Chandler
2025-08-18Revert "Show /ide enable & /ide disable commands based on connection status" ...Shreya Keshive
2025-08-18Fix URL truncation in CLI display components #5902 (#5925)fuyou
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
2025-08-16Revert "Update semantic color tokens" (#6365)Jacob Richman
2025-08-15Update semantic color tokens (#6253)Miguel Solorio
2025-08-15fix(input): Handle numpad enter key in kitty protocol terminals (#6341)Deepankar Sharma
2025-08-15fix(input) Resolve cases where escape was broken (#6304)Jacob Richman
2025-08-15Revert #6088 (#6328)Gal Zahavi
2025-08-15feat(about): Add the IDE Client's display name to `/about` (#6311)Evan Otero
2025-08-15fix(ui): Fix hang in chat save confirmation dialog (#6312)Hiroaki Mitsuyoshi
2025-08-15feat(core): Migrate MockTools to declarative pattern. (#6197)joshualitt
2025-08-15Add session id to session summary and /bug template (#6313)owenofbrien
2025-08-15fix: pendingSlashCommandHistoryItems corrected to properly memoize updates (#...Pyush Sinha
2025-08-15Stylize diff line numbers & characters (#6269)Miguel Solorio
2025-08-15Fix flaky test for SettingsDialog. (#6294)Jacob Richman
2025-08-15Show /ide enable & /ide disable commands based on connection status (#6248)Shreya Keshive
2025-08-14Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)Jacob Richman
2025-08-14Fix flake due to using wait instead of waitFor (#6277)Jacob Richman
2025-08-14fix(#5340): unable to load chats with weird characters (#5969)HugoMurillo
2025-08-14feat(core): refactor shell execution to use node-pty (#6088)Gal Zahavi
2025-08-14feat: Show untrusted status in the Footer (#6210)shrutip90
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-14/chat save command saves empty conversations with only system context (#6121)Kamal Raj Sekar
2025-08-14[ide-mode] Suggest the extension name in the installation messages (#6182)christine betts
2025-08-14Fix/emoji support (#6187)Jacob Richman
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)Richie Foreman
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-13fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)Harold Mciver
2025-08-13Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent teleme...Jacob Richman
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
2025-08-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)Richie Foreman
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12Switch from useInput to useKeypress. (#6056)Jacob Richman
2025-08-12[ide-mode] Update installation logic and nudge (#6068)christine betts
2025-08-12feat(cli): support single Ctrl+C to cancel streaming, preserving double Ctrl+...JAYADITYA