summaryrefslogtreecommitdiff
path: root/docs/cli
AgeCommit message (Collapse)Author
2025-06-29Fix a heading issue for Authentication Setup doc (#2592)Will 保哥
2025-06-29docs: fix typos and grammatical errors (#2459)Krushna Sharma
Co-authored-by: Allen Hutchison <[email protected]>
2025-06-28fix: typo (#2415)Reid
Signed-off-by: reidliu41 <[email protected]>
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-27Further clarify the situations where a Project ID is required (#2029)Preston Holmes
Co-authored-by: Tommaso Sciortino <[email protected]>
2025-06-26Improve LoadCodeAssist error handling (#1645)Tommaso Sciortino
2025-06-26docs: fix broken configuration link in themes.md (#1780)Vladislav Semyanov
2025-06-25Streamline issue submission with YAML forms (#1608)Jerop Kipruto
2025-06-25Merge "Login with Google Workspace" auth option into "Login with Google" (#1574)Tommaso Sciortino
Co-authored-by: Scott Densmore <[email protected]>
2025-06-25Add tos and privacy links docs for clarity (#1571)anj-s
2025-06-25feat: Refine model fallback messaging to reflect reality. (#1527)N. Taylor Mullen
2025-06-25Remove GEMINI_CODE_ASSIST env variable from configuration.md doc (#1514)starsandskies
2025-06-25Clarify why authentication failures might be happening and direct users to ↵Marat Boshernitsan
documentation (#1478) Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-06-25Update authentication.md (#1429)Thomas Kosiewski
Co-authored-by: matt korwel <[email protected]>
2025-06-25Docs: update docs to clarify the differences between Google account login ↵Preston Holmes
o… (#1409) Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: matt korwel <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-06-25docs: fix typos in documentation (#1411)Daniel Tedesco
Co-authored-by: Dan Tedesco <[email protected]>
2025-06-24 Add the link to the privacy policy to the Usage Statistics section and ↵anj-s
remove debug logs (#1393)
2025-06-24Checkpointing documentation (#1321)Louis Jimenez
Co-authored-by: matt korwel <[email protected]>
2025-06-23Fix broken doc links (#1368)starsandskies
2025-06-23Updated README.md (#1367)Bryan Morgan
2025-06-24Improve Auth error messaging (#1358)Tommaso Sciortino
2025-06-24Refactor usage statistics to be a top-level setting (#1363)Jerop Kipruto
This commit refactors the `usageStatisticsEnabled` setting from a sub-property of the `telemetry` configuration to a top-level setting. This change simplifies the configuration by decoupling usage statistics from the telemetry settings. The documentation has also been updated to reflect this change.
2025-06-23docs: update configuration.md with new CLI options (#1360)cperry-goog
2025-06-23[June 25] Updated docs for telemetry and user statistics (#1346)Bryan Morgan
2025-06-23Docs: Add `telemetry` to the list of configuration options (#1348)starsandskies
2025-06-23Updated docs and /stats command to support lack of token caching support for ↵Bryan Morgan
OAuth users (b/426943001) (#1307)
2025-06-23docs(telemetry): relocate telemetry documentation (#1327)Jerop Kipruto
Moves the telemetry.md file from docs/core to the top-level docs/ directory to make it more discoverable. Updates the link in the main index.md and removes the old reference from the CLI configuration page.
2025-06-23Docs/authentication doc (#1341)cperry-goog
2025-06-23feat(docs): add `/chat` and `/restore` commands (#1336)cperry-goog
2025-06-22Docs update (#1295)cperry-goog
2025-06-22Add setting enableRecursiveFileSearch to control @-file completion (#1290)Billy Biggs
2025-06-21Updating missing commands (#1289)cperry-goog
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-19Edit pass of docs/cli/themes.md (#1171)starsandskies
Most notably, the list of available themes didn't match (in completeness or name) the examples provided at the end of the file (nor the listing I found in /packages/cli/src/ui/themes)
2025-06-18GC guided review of docs (#1167)Seth Troisi
2025-06-18Edit pass of docs/cli/tutorials.md (#1186)starsandskies
Make a pass through the docs/cli/tutorials.md file to hopefully improve readability and consistency.
2025-06-18docs: update documentation from starsandskies/patch-2 (#1143)N. Taylor Mullen
Co-authored-by: starsandskies <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-06-17Move theme discussion from configuration.md to themes.md (#1158)starsandskies
This content looks like it is better hosted in the themes.md doc. This is as close as possible to an as-is cut-paste from one file to the other, with the goal of minimizing fine-grained review in this particular PR. I'll take another pass through themes.md specifically to improve the moved content in a follow up PR
2025-06-16Decouple telemetry project ID configuration (#1077)Jerop Kipruto
#750 Renames project ID for telemetry from `GOOGLE_CLOUD_PROJECT` to `OTLP_GOOGLE_CLOUD_PROJECT`. This change allows for a separate Google Cloud Project to be used for telemetry data, distinct from the project used for other services like Vertex AI or Code Assist. This enhances clarity and flexibility in project configuration.
2025-06-15Add support for /mcp schema to show full parameter schema as JSON (#1050)Billy Biggs
Outputs a raw JSON version of the parameter names and descriptions as provided to the model, plus minor formatting adjustments to /mcp desc.
2025-06-15Add support for showing descriptions of CLI tools (#1052)Billy Biggs
Adds support for /tools desc to show the full description of tools as provided to the model.
2025-06-14docs: document environment variables for cloud services (#1048)Scott Densmore
2025-06-14feat: Add custom URL support for the /bug command (#1017)Allen Hutchison
2025-06-14Add `/compress` command to force a compression of the context (#986)Jacob MacDonald
Related to https://b.corp.google.com/issues/423605555 - I figured this might be a simpler solution to start with, while still also being useful on its own even if we do implement that.
2025-06-13Edit pass of docs/cli/index.md (#999)starsandskies
Make a pass through the docs/deployment.md file to hopefully improve readability and conciseness Notably, I've proposed axing both the "Core Features" section - which feels too promotional this far down the folder hierarchy and which is somewhat repetitive to later in the page - and the "Basic Interaction" section - which is covered better, and makes more sense, in other parts of the documentation
2025-06-13Update contextFileName to support an optional list of strings (#1001)Billy Biggs
2025-06-13cleanup unused `allowBuildArtifacts` (#1010)Anas H. Sulaiman
2025-06-13cleanup unused `customIgnorePatterns` (#1009)Anas H. Sulaiman
2025-06-12Code Assist cleanup and docs (#993)Tommaso Sciortino