Claude Code v2.1.198
Released Jul 1, 2026 (2 months ago).
⚠ Elevated report volume. This build drew 399 issue reports —
more than double the typical release (160 median). That can mean a regression, or simply
that many users happened to be on this build. Skim the reports below before deciding to upgrade.
399 issues reference this build
105 still open
294 resolved (74%)
"References this build" means the issue body mentions running 2.1.198 (from the
bug-report template). It reflects report volume, not a proven defect count — an issue may mention a
version without being caused by it. First-party data from the anthropics/claude-code tracker.
Top issues reported on v2.1.198
Ranked by community engagement (reactions and comments).
- [BUG] Advisor always "unavailable" with Fable 5 advisor (Opus 4.8 main) across all sessions (v2.1.198)
- [Feature Request] Make AskUserQuestion timeout configurable
- [Feature Request] Make AskUserQuestion timeout configurable
- AFK auto-continue on unanswered AskUserQuestion (`afkTimeoutMs`) is undocumented and has no opt-out
- [BUG] Autocontinue after 60s not possible to be disabled
- [BUG] VS Code extension webview still renders 'Unsupported content type: server_tool_use' in v2.1.198 (prior reports #40816, #60446 auto-closed without fix)
- [Feature Request] Make AskUserQuestion timeout configurable
- [BUG] 2.1.198: chat code blocks have no container styling, so the host's default inline-code background leaks through as ragged per-line runs (stock VS Code)
- AskUserQuestion auto-selects default answer after ~60s idle — no way to configure or disable (v2.1.198)
- [Feature Request] Restore /agents wizard command - it was super useful
- [Bug] AskUserQuestion auto-advances while user is actively typing, discarding input
- [BUG] Opus subagents are being billed as Fable usage
- [BUG] False "check your network" timeout error during long Opus 4.8 processing in /advisor mode
- [Feature Request] Remove or make configurable 60-second timeout for user input prompts
- [BUG] Custom connector tools never reach new conversations since Desktop v1.17377.1 (directory connectors fine)
- [Windows] AppX update/relaunch fails with "another program is using this file" (0x80073d02) — CoworkVMService (cowork-svc.exe) holds package file lock
- [Feature Request] Make AskUserQuestion timeout configurable
- [Bug] Opus 4.8 not available in VSCode extension model selector
- [BUG] .claude/settings.json and settings.local.json resolve against literal cwd, not git root — subdirectory launches silently drop all project settings
- [BUG] Fable 5 is disabled in my claude code terminal
- [BUG] The browser pane `computer { action: "screenshot" }` tool consistently times out after 30s with:
- [Feature Request] Add configurable timeout or disable auto-continue behavior for user prompts
- [FEATURE] .mcp.json oauth: allow overriding or omitting the RFC 8707 `resource` parameter (Entra ID AADSTS9010010)
- [Feature Request] Make 60-second question timeout configurable or increase duration
- [BUG] Opus 4.8 missing from /model interactive picker, but works when set explicitly
- [Bug] Main agent state lost when resuming session from Claude Agent Panel
- [Bug] Fable 5 Advisor Not Available
- [BUG] /model picker shows Fable 5 as disabled while --model claude-fable-5 works on the same account
- vim editor mode: pasted line breaks become literal 'j' when paste isn't bracketed
- [Bug] TUI Fullscreen Crashes on Option+Left/Right Arrow Key Input
Changelog
What's changed
- Subagents now run in the background by default, so Claude keeps working while they run and is notified when they finish (previously a gradual rollout)
- Claude in Chrome is now generally available
- Added background agent notifications in
claude agents— sessions that need input or finish now fire theNotificationhook (agent_needs_input/agent_completed) - Added
/datavizskill for chart and dashboard design guidance with a runnable color-palette validator - Gateway: added Claude Platform on AWS (anthropicAws) as an upstream provider; model-not-found responses now advance the failover chain
- Background agents launched from
claude agentsnow commit, push, and open a draft PR when they finish code work in a worktree, instead of stopping to ask - The built-in Explore agent now inherits the main session's model (capped at opus) instead of running on haiku
- Subagents and context compaction now inherit the session's extended thinking configuration, improving output quality on delegated tasks
- Fixed brief network drops mid-response aborting the turn — transient errors like ECONNRESET now retry with backoff instead of failing
- Fixed excessive background classifier requests when sandboxed processes repeatedly accessed the same network host
- Fixed background tasks in web, desktop, and VS Code task panels getting stuck on "Running" after they finish or after resuming a session
- Fixed agent teams: a teammate that dies on an API error now reports "failed" to the lead, and messaging a stuck teammate wakes it to retry immediately
- Fixed the
/diffpanel not refreshing when you switch branches or commit outside the session - Fixed markdown tables overflowing and wrapping their right border when rendered in fullscreen mode
- Fixed Claude Platform on AWS and Mantle sessions dead-ending with "Please run /login" when the STS token expires —
awsAuthRefreshnow runs automatically - Fixed "no route to host" for local-network hosts in macOS background agent sessions by declaring Local Network entitlements
- Fixed
/desktopfailing with "Cannot determine working directory" after entering and exiting a worktree - Fixed background agents repeatedly showing "Reconnecting…" every ~52 seconds on macOS while the agents view was open
- Fixed pressing
←insideclaude attach <id>exiting to the shell instead of opening the agent view - Fixed
claude --bgsilently creating an unattachable session when combined with--print/-p; the conflicting flags are now rejected up front - Fixed the workflow progress view dropping the earliest agents from the list while the phase counter stayed correct in SDK and desktop-app sessions
- Fixed
.claude/rules/conditional rules not loading when the target file is reached via a symlinked path - Fixed Cmd+click not opening URLs in fullscreen mode in Warp on macOS
- Fixed double-click word selection in fullscreen mode to select the entire URL including the scheme
- Fixed plan mode not auto-allowing read-only tool calls when a session starts in plan mode
- Fixed
/branchderiving its default fork name from the compaction summary instead of the first real prompt - Improved focus mode: subagents launched in a turn now appear in its activity summary, and completed background notifications fold into a single count
- Improved syntax highlighting accuracy in code blocks, diffs, and file previews by upgrading to highlight.js 11
- Keyboard shortcut hints now show opt/cmd instead of alt/super when connected from a Mac over SSH
- Improved API retry UX: the error reason is now shown after the second attempt, and a status page link replaces the spinner tip when the API is overloaded
/loginnow opens the sign-in dialog from theclaude agentsview instead of saying it isn't available- Subagents now treat messages from the agent that launched them as normal task direction; an agent's message is still never treated as the user's approval
- Removed the
/agentswizard; ask Claude to cr