You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-codev2.1.185 -> v2.1.186 and codexrust-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.