Skip to content

chore: bump GLM to 5.2, refresh grok/mimo slugs, drop legacy Gemini CLI#17

Open
kulvirgit wants to merge 1 commit into
mainfrom
chore/glm-5.2-drop-gemini
Open

chore: bump GLM to 5.2, refresh grok/mimo slugs, drop legacy Gemini CLI#17
kulvirgit wants to merge 1 commit into
mainfrom
chore/glm-5.2-drop-gemini

Conversation

@kulvirgit

@kulvirgit kulvirgit commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • GLM 5.1 → 5.2 (zai-coding-plan/glm-5.2) across both default configs, the Claude setup wizard, the Codex setup reference, and the README panel table.
  • Refresh two stale slugs that 404 on OpenRouter: grok-4.20-betagrok-4.3, mimo-v2-promimo-v2.5-pro.
  • Drop legacy bare-gemini CLI handling only. Gemini stays as a model, executed via the Antigravity CLI (agy, shipped in [codex] migrate Gemini native CLI to Antigravity #15). This removes just the deprecated bare-gemini compatibility: the preflight gemini legacy branch, the "or legacy gemini" qualifiers on the agy paths, and the command: "gemini"agy migration notes.

Gemini + agy are not removed. No models added/removed, so quorum is unchanged (Claude 10, Codex 8).

Test plan

  • glm-5.2, grok-4.3, mimo-v2.5-pro smoke-tested via kilo run → all return PONG
  • agy execution paths still present in all command specs and skill references
  • gemini model entry retained in both configs
  • No legacy gemini / bare-gemini-CLI references remain
  • Both config JSONs valid

@kulvirgit kulvirgit force-pushed the chore/glm-5.2-drop-gemini branch 2 times, most recently from ace13d5 to b05228f Compare June 24, 2026 19:19
@kilo-code-bot

kilo-code-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (10 files)
  • README.md
  • plugins/consensus/AGENTS.md
  • plugins/consensus/commands/code-review.md
  • plugins/consensus/commands/consensus-setup.md
  • plugins/consensus/commands/plan-review.md
  • plugins/consensus/commands/review.md
  • plugins/consensus/consensus.codex.config.json
  • plugins/consensus/consensus.config.json
  • plugins/consensus/skills/consensus-plan-review/references/command.md
  • plugins/consensus/skills/consensus-setup/references/command.md

Verified:

  • GLM bump (glm-5.1 -> glm-5.2, slug zai-coding-plan/glm-5.2) applied consistently across both default configs, the Claude setup wizard, the Codex setup reference, and the README panel table.
  • Refreshed model slugs (grok-4.20-beta -> grok-4.3, mimo-v2-pro -> mimo-v2.5-pro) and display names applied consistently across both configs, README, and both setup references (including the AskUserQuestion labels and the recommended-defaults panel list).
  • Legacy bare-gemini CLI handling removed consistently from all four command specs and both skill references: preflight gemini branch, the "or legacy gemini" qualifiers on agy paths (EXTRA_DIRS_FLAGS, Phase 1, Phase 2 convergence), the smoke-test patterns, and the command: "gemini" -> agy migration notes. The gemini model entry itself is retained in both configs (executed via agy).
  • review.md legitimately has no EXTRA_DIRS_FLAGS section (it does not support --dirs), so the absence of an EXTRA_DIRS_FLAGS edit there is not a missed cleanup.
  • Quorum math unchanged and internally consistent: Claude config = 9 enabled externals + Claude lead, min_quorum: 10; Codex config = 7 enabled externals (grok disabled) + Codex lead, min_quorum: 8. No enabled flags or min_quorum values were modified by this PR.
  • No stale glm-5.1, grok-4.20-beta, mimo-v2-pro, legacy gemini, or command: "gemini" references remain in any changed file. (Matches in CHANGELOG.md are legitimate historical entries in an unchanged file.)
Previous Review Summaries (2 snapshots)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review

Status: No Issues Found | Recommendation: Merge

Files Reviewed (10 files)
  • README.md
  • plugins/consensus/AGENTS.md
  • plugins/consensus/commands/code-review.md
  • plugins/consensus/commands/consensus-setup.md
  • plugins/consensus/commands/plan-review.md
  • plugins/consensus/commands/review.md
  • plugins/consensus/consensus.codex.config.json
  • plugins/consensus/consensus.config.json
  • plugins/consensus/skills/consensus-plan-review/references/command.md
  • plugins/consensus/skills/consensus-setup/references/command.md

Verified:

  • GLM bump (glm-5.1glm-5.2) applied consistently across both default configs, the Claude setup wizard, the Codex setup reference, and the README panel table.
  • Gemini (gemini) removed consistently from both configs, all four command specs (preflight, EXTRA_DIRS_FLAGS, Phase 1/Phase 2 teammate templates, patience-protocol lists, smoke-test patterns), both skill references, and the README.
  • Quorum math is correct: Claude default = 8 enabled externals + Claude lead → min_quorum: 9; Codex default = 6 enabled externals (grok disabled) + Codex lead → min_quorum: 7.
  • Model counts ("8 models" Claude / "7 non-Codex" Codex) are internally consistent across all changed files.
  • Refreshed model slugs (grok-4.20-betagrok-4.3, mimo-v2-promimo-v2.5-pro) applied consistently across configs, README, and both setup references.
  • No stale gemini, agy, Antigravity, glm-5.1, grok-4.20-beta, or mimo-v2-pro references remain in any changed file.

Previous review (commit b05228f)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (10 files)
  • README.md
  • plugins/consensus/AGENTS.md
  • plugins/consensus/commands/code-review.md
  • plugins/consensus/commands/consensus-setup.md
  • plugins/consensus/commands/plan-review.md
  • plugins/consensus/commands/review.md
  • plugins/consensus/consensus.codex.config.json
  • plugins/consensus/consensus.config.json
  • plugins/consensus/skills/consensus-plan-review/references/command.md
  • plugins/consensus/skills/consensus-setup/references/command.md

Verified:

  • GLM bump (glm-5.1glm-5.2) applied consistently across both default configs, setup wizards, references, and README.
  • Quorum math is correct: Claude default = 8 enabled externals + Claude lead → min_quorum: 9; Codex default = 6 enabled externals (grok disabled) + Codex lead → min_quorum: 7.
  • Model counts ("8 models" Claude / "7 non-Codex" Codex) are internally consistent across all changed files.
  • No stale gemini, agy, Antigravity, or glm-5.1 references remain in any changed file.
  • Preflight, EXTRA_DIRS_FLAGS, Phase 1/Phase 2 teammate-template branches, patience-protocol lists, and smoke-test patterns updated consistently.

Reviewed by glm-5.2 · Input: 40.9K · Output: 12.3K · Cached: 272.7K

@kulvirgit kulvirgit force-pushed the chore/glm-5.2-drop-gemini branch from b05228f to f79fd61 Compare June 24, 2026 19:30
- Update `glm5` from GLM-5.1 to GLM-5.2 (`zai-coding-plan/glm-5.2`) in both
  default configs, the Claude setup wizard, the Codex setup reference, and
  the README panel table.
- Refresh two stale model slugs that 404 on OpenRouter:
  `grok-4.20-beta` → `grok-4.3`, `mimo-v2-pro` → `mimo-v2.5-pro`.
- Remove the legacy bare-`gemini` CLI compatibility paths from the command
  specs and skill references (preflight `gemini` legacy branch, "or legacy
  `gemini`" qualifiers, and the `command: "gemini"` migration notes).
  Gemini stays as a model, executed via the Antigravity CLI (`agy`) — only
  the deprecated bare-`gemini` handling is dropped.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kulvirgit kulvirgit force-pushed the chore/glm-5.2-drop-gemini branch from f79fd61 to 5a66388 Compare July 13, 2026 18:08
@kulvirgit kulvirgit changed the title chore: bump GLM to 5.2 and drop Gemini chore: bump GLM to 5.2, refresh grok/mimo slugs, drop legacy Gemini CLI Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant