Added
- 6 new feature detection flags for Claude Code v2.1.70-71:
SUPPORTS_VSCODE_PLAN_VIEW— VSCode full markdown plan view with comments (v2.1.70+)SUPPORTS_IMAGE_CACHE_COMPACTION— compaction preserves images for prompt cache reuse (v2.1.70+)SUPPORTS_RENAME_WHILE_PROCESSING—/renameworks during processing (v2.1.70+)SUPPORTS_NATIVE_LOOP— native/loopcommand + cron scheduling tools (v2.1.71+)SUPPORTS_RUNTIME_DEBUG—/debugtoggle mid-session (v2.1.71+)SUPPORTS_FAST_BRIDGE_RECONNECT— bridge reconnects in seconds instead of 10 minutes (v2.1.71+)
- Effort level callout in agent spawn output (wires
SUPPORTS_EFFORT_CALLOUT) - Agent-type capture in SubagentStop hook for per-agent cost attribution (wires
SUPPORTS_HOOK_AGENT_FIELDS) - Memory-safe timeout boost: +60s for complex/debate/audit tasks when CC >= v2.1.63 (wires
SUPPORTS_MEMORY_LEAK_FIXES)
Changed
- Total feature detection flags: 66 → 72 across 24 version thresholds (v2.1.12 → v2.1.71)
Full Changelog: v8.39.1...v8.40.0