Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/tool-release-baselines.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"gemini_ignore"
],
"github_repo": "google-gemini/gemini-cli",
"last_known_version": "v0.41.1",
"last_known_version": "v0.41.2",
"tracked": true,
"changes_of_interest": {
"config_surfaces": [
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Rule count**: 416 -> 418 across all derived locations (rules.json, CLAUDE.md, AGENTS.md, README.md, plugin.json, SKILL.md files, website docs) via `scripts/sync-rule-bookkeeping.js`.

### Changed
- **Tool baseline**: `gemini-cli` bumped from `v0.41.1` to `v0.41.2` (closes #885). Upstream v0.41.2 is a single-commit cherry-pick patch on top of v0.41.1 (`cherry-pick 02995ba to release/v0.41.1-pr-26568`, google-gemini/gemini-cli#26589) - no substantive config-surface changes. No existing GM rule (GM-004, GM-009, GM-010) is affected; no validator, `ToolVersions`, or `SpecRevisions` update required. Refreshes gemini cli "Last Reviewed" in `knowledge-base/RESEARCH-TRACKING.md` to 2026-05-08 and updates `.github/tool-release-baselines.json`.
- **Tool baseline**: `opencode` bumped from `v1.14.37` to `v1.14.41` (closes #886). Four upstream releases span the jump (v1.14.38, v1.14.39, v1.14.40, v1.14.41).
- Runtime bugfixes: reasoning-block preservation, missing-session errors, CORS-before-auth ordering, ACP/serve/web re-entry, web-terminal CSP, surrogate sanitization, Cloudflare AI Gateway provider options, `/new` workspace handling, editor selection stability, server-overload retries, Mistral Medium 3.5 restoration, compaction-summary ordering.
- New `.well-known/opencode` config-discovery mechanism (pointer to a remote config file - does not change OpenCode's config schema, only how the file is located).
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/RESEARCH-TRACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Tools are organized by support tier (see [../CONTRIBUTING.md#tool-tier-system](.

| Tool | Config Format | Documentation URL | Monitoring | Frequency | Last Reviewed | Rule Prefix |
|------|---------------|-------------------|------------|-----------|---------------|-------------|
| gemini cli | `GEMINI.md`, `.gemini/settings.json`, `.geminiignore`, `gemini-extension.json` | https://github.com/google-gemini/gemini-cli | Automated (tool-release-watch.yml) | As reported | 2026-05-06 | GM |
| gemini cli | `GEMINI.md`, `.gemini/settings.json`, `.geminiignore`, `gemini-extension.json` | https://github.com/google-gemini/gemini-cli | Automated (tool-release-watch.yml) | As reported | 2026-05-08 | GM |

### D Tier (no support, nice to have)

Expand Down
Loading