summaryrefslogtreecommitdiff
path: root/packages/cli/src
AgeCommit message (Collapse)Author
2025-08-16Revert "Update semantic color tokens" (#6365)Jacob Richman
2025-08-16Add support for HTTP OpenTelemetry exporters (#6357)Billy Biggs
2025-08-15Update semantic color tokens (#6253)Miguel Solorio
Co-authored-by: jacob314 <[email protected]>
2025-08-15fix: improve robustness of `gemini mcp add` command (#6332)Jack Wotherspoon
2025-08-15fix(input): Handle numpad enter key in kitty protocol terminals (#6341)Deepankar Sharma
Co-authored-by: Jacob Richman <[email protected]>
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
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15fix(ui): Fix hang in chat save confirmation dialog (#6312)Hiroaki Mitsuyoshi
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15feat(core): Migrate MockTools to declarative pattern. (#6197)joshualitt
2025-08-15fix(input) ctrl-j support was lost switching to keyBindings.ts (#6305)Jacob Richman
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15Add session id to session summary and /bug template (#6313)owenofbrien
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15fix: pendingSlashCommandHistoryItems corrected to properly memoize updates ↵Pyush Sinha
(#6282) Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15Stylize diff line numbers & characters (#6269)Miguel Solorio
2025-08-15Fix flaky test for SettingsDialog. (#6294)Jacob Richman
2025-08-15fix: console patcher initialised in main (#6252)hritan
Co-authored-by: Hriday Taneja <[email protected]> Co-authored-by: Jacob Richman <[email protected]>
2025-08-15Show /ide enable & /ide disable commands based on connection status (#6248)Shreya Keshive
Co-authored-by: matt korwel <[email protected]>
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
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14feat: Allow combining -p and stdin for prompt input (#4406)Wietse Venema
Co-authored-by: Allen Hutchison <[email protected]>
2025-08-14Update IDE integration context toggle shortcut to ctrl+G (#6245)Shreya Keshive
2025-08-14bug(cli): Exclude only specific tests. (#6244)joshualitt
2025-08-14/chat save command saves empty conversations with only system context (#6121)Kamal Raj Sekar
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14[ide-mode] Suggest the extension name in the installation messages (#6182)christine betts
2025-08-14Fix/emoji support (#6187)Jacob Richman
Co-authored-by: elasticdotventures <[email protected]>
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 ↵Jacob Richman
telemetry" (#6161)
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
Co-authored-by: jacob314 <[email protected]>
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
Co-authored-by: Conrad Irwin <[email protected]> Co-authored-by: Ben Brandt <[email protected]>
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)Richie Foreman
2025-08-13Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)Jerop Kipruto
2025-08-12feat: add --approval-mode parameter (#6024)Arya Gummadi
Co-authored-by: Jacob Richman <[email protected]>
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-12chore(usage telemetry): Freshen up Clearcut logging (#6013)Richie Foreman
Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-12feat(cli): support single Ctrl+C to cancel streaming, preserving double ↵JAYADITYA
Ctrl+C to exit (#5838)
2025-08-12feat(/setup-github): Use node to download the files (#5863)Seth Vargo
2025-08-11Start IDE connection after config initialization (#6018)Shreya Keshive
2025-08-11[ide-mode] Update handling of workspace paths (#6014)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Add support for VSCode-like editors (#5699)christine betts
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Fix line end bugs in Vim mode (#5328)Sijie Wang
Co-authored-by: Jacob Richman <[email protected]>
2025-08-11Additional IDE integration polishes (#5985)Shreya Keshive