Skip to content

v0.35.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 02:31
· 2 commits to main since this release

Added

  • CC-SET-010: Invalid teammateMode Setting and CC-SET-011: Non-boolean respondToBashCommands Setting (closes #1075). Claude Code v2.1.186 added iterm2 teammate display mode support and the respondToBashCommands setting. New MEDIUM claude-settings rules validate teammateMode against in-process|auto|tmux|iterm2 and require respondToBashCommands, when present, to be a strict boolean. Claude skill frontmatter allow-listing also accepts the new v2.1.186 aliases display-name, default-enabled, and fallback. Rule count 426 -> 428.
  • CDX-CFG-030: Invalid web_search Mode (closes #1076). Codex CLI rust-v0.142.0 added the indexed web-search mode and new config-facing surfaces around orchestrator, token/rollout/current-time feature config, and multi-agent mode. The Codex config allow-lists now cover those surfaces and CDX-CFG-030 validates web_search against disabled|cached|indexed|live. Rule count 428 -> 429.

Changed

  • Tool baselines: bumped claude-code v2.1.185 -> v2.1.186 and codex rust-v0.141.0 -> rust-v0.142.0 after release-note/source triage. .github/tool-release-baselines.json, knowledge-base/RESEARCH-TRACKING.md, rule metadata, and generated rule docs were updated.