| Age | Commit message (Collapse) | Author |
|
|
|
package.json (#1156)
|
|
|
|
|
|
Make a pass through the docs/cli/tutorials.md file to hopefully improve readability and consistency.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: starsandskies <[email protected]>
Co-authored-by: matt korwel <[email protected]>
|
|
|
|
|
|
Co-authored-by: matt korwel <[email protected]>
|
|
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
|
|
|
|
|
|
|
|
Followup to https://github.com/google-gemini/gemini-cli/pull/986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
header (#1103)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
- `GOOGLE_CLOUD_PROJECT` --> `OTLP_GOOGLE_CLOUD_PROJECT`
- Remove `npm run start:gcp` shorthand from docs until after improving cleanup process
|
|
|
|
This command enables starting the application with GCP telemetry:
```shell
npm run start:gcp
```
|
|
#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.
|