summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-23Edit pass of docs/core/index.md (#1338)starsandskies
Make a pass through the docs/core/index.md file to hopefully improve readability and consistency. Of particular note, I've cut out a big chunk that felt mostly like implementation details that aren't particularly relevant for public consumption, and I cut out a discussion of cli/core interconnection that is covered better higher up in the docs hierarchy
2025-06-23Docs/authentication doc (#1341)cperry-goog
2025-06-23feat(docs): add `/chat` and `/restore` commands (#1336)cperry-goog
2025-06-23A couple of these log messages were now showing up every time on app startup ↵Jacob Richman
(#1335)
2025-06-23Remove .gitignore logging from startup. (#1323)N. Taylor Mullen
2025-06-23Enable clearcut logging by default (#1309)owenofbrien
Clearcut logging can now be disabled via disableDataCollection in user settings
2025-06-23Sanitize MCP FunctionDeclarations to workaround Vertex bug (#1330)Tommaso Sciortino
2025-06-23Added some use cases to the README (#1257)Mark McDonald
2025-06-23Adding .gitattributes (#1303)matt korwel
2025-06-22Scotdensmore/first run auth fix (#1322)Scott Densmore
2025-06-23Fix so that pressing ctrl-s a second time toggles off constrain height mode ↵Jacob Richman
(#1306)
2025-06-23Use shorter URL for docs link (#1324)Mark McDonald
2025-06-23docs: update telemetry documentation and scripts (#1318)Jerop Kipruto
2025-06-23{bug} Vertex Auth Support (#1302)matt korwel
Co-authored-by: Tommaso Sciortino <[email protected]>
2025-06-22add bash block to doc for easy copypasta (#1317)Abhi
2025-06-22Plumb extension context filenames through for /memory refresh (#1312)Billy Biggs
2025-06-22update tips (#1315)cperry-goog
2025-06-22Jacob314/auto exit unconstrained height mode (#1293)Jacob Richman
Co-authored-by: Scott Densmore <[email protected]>
2025-06-22Fix seatbelt sandboxing when GEMINI_SANDBOX="" and starting with -s (#1298)N. Taylor Mullen
2025-06-22feat: Only show ctrl-s when idle (#1299)N. Taylor Mullen
2025-06-22feat: Add /docs command and update UI (#1297)N. Taylor Mullen
2025-06-22Clearcut logging - initial implementation (#1274)owenofbrien
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
2025-06-22feat: Add client-initiated tool call handling (#1292)Abhi
2025-06-22Docs update (#1295)cperry-goog
2025-06-22Provide a .gitconfig for shadow repos (#1294)Louis Jimenez
2025-06-22Add setting enableRecursiveFileSearch to control @-file completion (#1290)Billy Biggs
2025-06-22Jacob314/overflow notification and one MaxSizedBox bug fix (#1288)Jacob Richman
2025-06-21Updating missing commands (#1289)cperry-goog
2025-06-21docs: update README (#1287)cperry-goog
2025-06-21point Code Assist client to prod server (#1201)Marlon Gamez
2025-06-21feat(cli): update Tips.tsx component (#1284)cperry-goog
2025-06-21Update memory and context summary UI for multiple context filenames (#1282)Billy Biggs
2025-06-21Fix Static duplication and input prompt tearing (#1279)Sandy Tao
2025-06-21Remove packages/cli/README.md (#1278)Tommaso Sciortino
2025-06-20bug: fix cancel after a tool has been used (#1270)Abhi
2025-06-20fix: remove circular references in core package (#1271) (#1272)Brandon Keiji
2025-06-20Remove #early-access from npx references (#1262)Tommaso Sciortino
2025-06-20Auth timeout (#1263)matt korwel
2025-06-20Edit pass of docs/troubleshooting.md (#1200)starsandskies
Make a pass through the docs/troubleshooting.md file to hopefully improve readability and consistency. Notably, some links in the existing documentation appear to point to non-existent pages. I've updated them to what I believe is an appropriate alternative. Also, there's some vague usage of "CLI" and "server", which I've -hopefully correctly- called "Gemini CLI" and "MCP server"
2025-06-20Auth blocking (#1261)matt korwel
2025-06-20Edit pass of docs/integration-tests.md (#1198)starsandskies
Co-authored-by: cperry-goog <[email protected]> Co-authored-by: Chris Perry <[email protected]>
2025-06-20Edit pass of docs/extensions.md (#1187)starsandskies
Co-authored-by: cperry-goog <[email protected]>
2025-06-20Add missing command and alphabetize docs/cli/commands.md (#1194)starsandskies
As noted in Issue #1189, the /stats command is missing. While we're here, alphabetizing the / commands makes sense in order to better organization the page.
2025-06-20Edit pass for the first chunk of docs/cli/configuration.md (#1174)starsandskies
Co-authored-by: cperry-goog <[email protected]>
2025-06-20fallback to gemini_api_key (#1255)matt korwel
2025-06-20feat(auth): handle auth flow errors gracefully (#1256)N. Taylor Mullen
2025-06-20Prevent hard crashing on update notifier fail. (#1254)N. Taylor Mullen
2025-06-20feat: Update default Gemini Flash model to 2.5 (#1241)N. Taylor Mullen
2025-06-20Bug fix telemetry token count (#1250)Abhi
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-20Turn off debug logging of MaxSizedBox errors by default. (#1228)Jacob Richman