Commit Graph

172 Commits

Author SHA1 Message Date
Tommaso Sciortino 27faa33b9d Always enable bracketed paste (#16179) 2026-01-09 16:07:05 +00:00
Adib234 60233e9645 feat: implement file system reversion utilities for rewind (#15715) 2026-01-08 22:21:15 +00:00
Alejandro López Almeida a95f89fdf6 Add support for Antigravity terminal in terminal setup utility (#16051)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2026-01-08 20:08:30 +00:00
N. Taylor Mullen 46a57c06eb feat(cli): export chat history in /bug and prefill GitHub issue (#16115) 2026-01-08 11:43:55 +00:00
N. Taylor Mullen 1bfc3a7399 Introduce GEMINI_CLI_HOME for strict test isolation (#15907) 2026-01-07 04:09:39 +00:00
Tommaso Sciortino e4cca7d7cc properly disable keyboard modes on exit (#16006) 2026-01-06 20:11:43 +00:00
Tommaso Sciortino 2811fded90 fix(cli): resolve paste issue on Windows terminals. (#15932) 2026-01-05 22:46:23 +00:00
Manoj Naik 4f26766dd1 fix: prevent /copy crash on Windows by skipping /dev/tty (#15657)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2026-01-05 20:33:03 +00:00
Dev Randalpura da7162deba Make default settings apply (#15354) 2026-01-05 20:00:20 +00:00
Jack Wotherspoon 95d3d4983c feat: add folder suggestions to /dir add command (#15724) 2026-01-02 21:08:11 +00:00
Adib234 97bc542183 Migrate console to coreEvents.emitFeedback or debugLogger (#15219) 2025-12-29 20:46:10 +00:00
Vedant Mahajan 00a0ee4347 Added modifyOtherKeys protocol support for tmux (#15524)
Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
2025-12-25 19:09:38 +00:00
Pyush Sinha 866216d2da feat: terse transformations of image paths in text buffer (#4924)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
2025-12-23 20:46:09 +00:00
Jacob Richman 7b47a3b1d9 feat: Detect background color (#15132) 2025-12-18 18:36:48 +00:00
Jacob Richman 37e5d38181 feat(ui): add Windows clipboard image support and Alt+V paste workaround (#15218)
Co-authored-by: sgeraldes <sgeraldes@users.noreply.github.com>
2025-12-17 22:05:25 +00:00
Jacob Richman 263c6447db Show raw input token counts in json output. (#15021)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-16 02:47:39 +00:00
Christian Gunderman bce7cd8bb3 Disallow redundant typecasts. (#15030) 2025-12-13 01:43:43 +00:00
Jack Wotherspoon 1a1d40bb94 feat: support multi-file drag and drop of images (#14832) 2025-12-12 17:14:35 +00:00
Jack Wotherspoon affb9e7b7a fix: use Gemini API supported image formats for clipboard (#14762) 2025-12-09 12:29:30 +00:00
Alex Gavrilescu 0166d127bd feat: Add support for MCP Resources (#13178)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
2025-12-09 02:43:12 +00:00
Jack Wotherspoon 175a23445f feat: auto-execute on slash command completion functions (#14584) 2025-12-08 21:32:39 +00:00
ismellpillows c9085fbc3e feat(cli): support /copy in remote sessions using OSC52 (#13471) 2025-12-04 06:27:33 +00:00
Marat Boshernitsan 86c4a55012 Allow telemetry exporters to GCP to utilize user's login credentials, if requested (#13778) 2025-12-03 05:27:37 +00:00
Allen Hutchison 3686f63257 refactor(stdio): always patch stdout and use createWorkingStdio for clean output (#14159) 2025-12-02 23:08:25 +00:00
Sudheer Tripathi 949bee4c65 fix(ui): misaligned markdown table rendering (#8336)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
2025-12-01 23:26:48 +00:00
Jack Wotherspoon 8f3f3a44f7 feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
Megha Bansal 16ec067312 Improve code coverage for cli package (#13724) 2025-11-24 17:41:46 +00:00
Tommaso Sciortino 0bf775f3e3 Restore bracketed paste mode after external editor exit (#13606) 2025-11-21 21:20:37 +00:00
Jacob Richman c8394229c4 Fix multiple bugs with auth flow including using the implemented but unused restart support. (#13565) 2025-11-21 16:31:47 +00:00
Jacob Richman f09e3a3bce move stdio (#13528) 2025-11-20 22:16:46 +00:00
Tommaso Sciortino 98a3a406a8 remove duplicated mouse code (#13525) 2025-11-20 11:46:53 -08:00
Jacob Richman 9409be8e1b Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247)
Bypassing rules as link checker failure is spurious.
2025-11-20 10:44:02 -08:00
Tommaso Sciortino b39b468082 Use synchronous writes when detecting keyboard modes (#13478) 2025-11-20 05:50:05 +00:00
Tommaso Sciortino a451745d94 Restore keyboard mode when exiting the editor (#13350) 2025-11-19 19:37:30 +00:00
Tommaso Sciortino 2171ac1144 Right click to paste in Alternate Buffer mode (#13234) 2025-11-17 23:48:33 +00:00
shrutip90 2fa8b4df64 Check folder trust before allowing add directory (#12652) 2025-11-15 03:06:30 +00:00
Jacob Richman 2f408540df Only warn about mouse movement when the mouse is down. (#13101) 2025-11-14 22:55:05 +00:00
shrutip90 4d82c31dd2 feat: Update permissions command to support modifying trust for other… (#11642) 2025-11-14 22:41:53 +00:00
Jacob Richman 01167396ef bug(ui) make it clear when users need to enter selection mode and fix clear issue. (#13083) 2025-11-14 20:02:15 +00:00
N. Taylor Mullen 8f2395377c feat: disengage surface adhesion protocols (#12989) 2025-11-13 07:36:18 +00:00
Jacob Richman 1173bf3ad9 feat(ui) Make useAlternateBuffer the default (#12976) 2025-11-13 05:17:46 +00:00
Jacob Richman 617a63ec73 Make useFullWidth the default. (#12911) 2025-11-12 00:14:08 +00:00
Jacob Richman ca478d47ce Support ink scrolling final pr (#12567) 2025-11-11 15:50:11 +00:00
Adib234 9890e5df66 Preserve tabs on paste (#12735) 2025-11-10 15:37:43 +00:00
Tommaso Sciortino 4774384583 Revamp KeypressContext (#12746) 2025-11-09 16:45:04 +00:00
Jacob Richman fc6e84019a alternate buffer support (#12471) 2025-11-03 21:41:58 +00:00
cornmander c992a0b714 feat(ui): add response semantic color (#12450)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: shambhu-hegde <143840542+shambhu-hegde@users.noreply.github.com>
2025-11-03 00:21:26 +00:00
Shreya Keshive b420e0c847 refactor(core): Move getPackageJson utility to core package (#12224) 2025-10-29 20:23:35 +00:00
Gal Zahavi 9dd629f5ca refactor: Replace console.error with structured logging and feedback (#12175) 2025-10-29 20:20:11 +00:00
Krishna Bajpai 5553f077aa fix(cli): Add delimiter before printing tool response in non-interactive mode (#11351) 2025-10-27 14:57:54 +00:00