📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-06 16:02:57 +00:00
parent 32b074b266
commit 3b9ece8c79
299 changed files with 1063 additions and 858 deletions
@@ -39,7 +39,9 @@ Before using this skill, the user must set the `GEMINI_API_KEY` environment vari
1. Get a free API key from [Google AI Studio](https://aistudio.google.com/)
2. Export the key in your shell profile (`~/.zshrc`, `~/.bashrc`, etc.):
```bash
export GEMINI_API_KEY="your_api_key_here"
read -rsp "Gemini API key: " GEMINI_API_KEY
echo
export GEMINI_API_KEY
```
3. Restart your terminal or run `source ~/.zshrc` (or `~/.bashrc`)