Commit Graph

23 Commits

Author SHA1 Message Date
Christian Gunderman 981e9a978e Disallow and suppress unsafe assignment (#19736) 2026-02-20 22:28:55 +00:00
Emily Hedlund 53059b2d1e security: strip deceptive Unicode characters from terminal output (#19026)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-20 20:04:32 +00:00
Jacob Richman 15bac2f084 Code review cleanup for thinking display (#18720) 2026-02-10 19:12:40 +00:00
Christian Gunderman c369147b32 Disallow unsafe type assertions (#18688) 2026-02-10 00:10:15 +00:00
Sandy Tao 5d7eabbe7a chore: remove unused exports and redundant hook files (#18681) 2026-02-09 23:01:23 +00:00
Gaurav 27af476ed9 perf(ui): optimize stripUnsafeCharacters with regex (#18413) 2026-02-06 01:46:23 +00:00
Gal Zahavi 3d5b94da6e fix: enforce folder trust for workspace settings, skills, and context (#17596)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-03 22:53:31 +00:00
Jacob Richman a3dd76ebf0 feat(ui): add terminal cursor support (#17711) 2026-01-28 00:43:37 +00:00
Tommaso Sciortino 5484766fb5 Change formatting to prevent UI redressing attacks (#17611) 2026-01-27 16:56:01 +00:00
Emily Hedlund 592b568d54 Sanitize command names and descriptions (#17228) 2026-01-22 16:41:51 +00:00
Jacob Richman 217056f4af Remove LRUCache class migrating to mnemoist (#16872) 2026-01-16 21:17:31 +00:00
N. Taylor Mullen 1b2af728e0 perf(ui): optimize text buffer and highlighting for large inputs (#16782)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2026-01-16 17:33:13 +00:00
christine betts a9ebb926a4 Fix crash on unicode character (#16420) 2026-01-12 16:52:19 +00:00
Adib234 9890e5df66 Preserve tabs on paste (#12735) 2025-11-10 15:37:43 +00:00
Adam Weidman 044f2a84c4 feat(escape ansi): escape ansi ctrl codes from model output before displaying to user (#8636) 2025-09-25 18:07:17 +00:00
Jacob Richman 53ceb78b3d feat: add cached string width function for performance optimization (#7850)
Co-authored-by: lifeloating <imshuazi@126.com>
2025-09-11 04:20:40 +00:00
Pascal Birchler 42392f6308 chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
2025-08-25 20:11:27 +00:00
Jacob Richman c887481d93 feat(settings) support editing string settings. (#6732) 2025-08-21 23:43:56 +00:00
Abhi 62b433e5a7 refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
Noritaka Kobayashi c4ec04829d refactor: use for...of loop instead of traditional for loop (#1840) 2025-06-29 08:53:09 +00:00
Jacob Richman c4e7c9f675 Fix flicker issues by ensuring all actively changing content fits in the viewport (#1217) 2025-06-19 13:17:23 -07:00
Abhi 47c88dd25c feat: Adds shell command context to gemini history (#1076) 2025-06-15 22:09:30 -04:00
Miguel Solorio bd5f227055 Replace logo with custom ASCII (#958) 2025-06-13 07:59:45 +00:00