Digest / August 18, 2026
Claude Code Issues Digest — August 18, 2026
317 new issues filed ·
124 resolved in anthropics/claude-code (UTC day).
New issues (317)
- [UX] Ask for confirmation before archiving a session — easy to archive by mistake from the context menu
- claude-in-chrome never connects to a healthy native-messaging bridge (Linux)
- [BUG] Session hangs indefinitely after being idle — message never sent/received
- Windows: select-to-copy text is lost by RDP clipboard redirection (double clipboard write races rdpclip)
- [BUG] Claude in Chrome: navigate fails with "Navigation to this domain is not allowed" for every domain, including after a full browser restart and re-pairing; no consent prompt ever surfaces
- [FEATURE]
- [Bug] Incorrect model downgrade from Opus to Fable based on content analysis
- [Bug] Claude Code ignores fundamental rules despite premium subscription
- Claude-in-Chrome: browser downloads silently fail to reach workspace (no JS error).
- [MODEL] Claude writes to a shared project instructions file without asking, despite an explicit rule in persistent memory forbidding this
- [FEATURE] Option to suppress the daily currentDate injection from the system prompt (prompt-cache friendliness)
- [Bug] Anthropic API safety filter incorrectly blocks legitimate developer documentation
- [BUG] Subagent rate-limit failures are surfaced as a user prompt after the limit has already reset
- [MODEL] CLAUDE TERMINAL
- [BUG] Opus 5: treats direct instructions as negotiations; injects self-referential and interpersonal content into task responses (regression vs prior models)
- [Bug] Claude Code fails to complete basic tasks reliably
- [BUG] Auto refusing dangerous command that are explicitly whitelisted
- [BUG] NZBGet config-write during extension install silently drops existing settings; session self-verification (queue "resumed") missed it, mislabeled as success in project notes
- Orphaned interactive session with no visible window keeps receiving cross-session messages as held-for-approval
- Tracked background Bash tasks (run_in_background) killed ~30-90s after the owning session's turn ends; Monitor-class and detached processes unaffected
- [DOCS] Docs promise repo-declared plugins install in cloud sessions; CLI deliberately skips them
- [Bug] Claude model failing to read and follow documented instructions and memory context
- [BUG] Claude Code force-quits when interacting with elements on linked pages (login forms, cookie-consent banners)
- [BUG] I am always getting the API Error: Connection dropped...
- [Bug] Cross-session SendMessage to native-Windows silently fails to ingest despite success response
- [Bug] Code generation produces duplicate class content without proper differentiation
- [BUG] Cowork VM connection timeout after update to 1.32352.0 on Intel Mac (guest never connects)
- [BUG] Already-answered user message re-delivered as new input — 3x as consecutive turns, and again mid-turn via the queued-input path (2.1.234)
- [BUG] Desktop app: chat pane silently omits a contiguous ~25h window of turns (local transcript is complete)
- Session/project sidebar empty after app crashed, relaunch blocked by file lock, force-kill + relogin
- Skill tool: session can resolve a plugin version far behind installed, with no observable signal and a misdiagnosing error message
- [FEATURE] VS Code extension: per-tab busy indicator — a working session and a stopped one look identical
- [BUG] Windows Desktop: cross-session send_message reports success and renders in the target UI, but is never enqueued/persisted (ghost delivery, lost on restart)
- [BUG] Claude VM Service repeatedly crashes with EOF error, causing app to become unresponsive
- [withdrawn by author]
- [BUG] Cowork VM: guest kernel does not enumerate NVMe disks on Intel Mac (x86_64) — hangs after Run /init, VM connection timeout after 60 seconds
- [Bug] Model setting removed from user-level settings.json when switching models in active session
- /reload-plugins re-injects full skill roster without evicting the session-start copy (+~7.5k tokens per reload)
- Feature request: agentOverrides / agent listing budget, mirroring skillOverrides and skillListingBudgetFraction
- [BUG] Desktop (macOS): transcript bring-home migration slugifies NFD paths — sessions silently freeze in Desktop UI for projects with Japanese/accented folder names
- [FEATURE] autoMemoryDirectory should support local repo storage
- [Bug] Files deleted without permission confirmation in claude.md and claude-local.md
- Monitor tool: task notifications deliver fabricated events the subprocess never emitted
- [BUG] git shim hits xcode-select error inside sandbox
- [Bug] Memory issue with Fable 5 file reading
- [Bug] Anthropic API Error: Overly aggressive content filtering blocking benign messages
- Session left on the compaction model after /compact (Opus -> Haiku 4.5), silently
- [No Issue] - Positive Feedback
- [BUG] Crashed session can be resumed into multiple concurrent live processes sharing one transcript (session forking + ghost roster entries)
- [Bug] False positive detection in code analysis
- send_message to a running session can silently fail to persist - content confirmed sent, never appears in target's transcript
- Feature request: Allow Claude Projects knowledge base access within Claude Code
- [Bug] Claude Code fails to identify application errors and code quality issues
- [BUG] Apple in-app Pro subscription recorded as claude_free — Dispatch unavailable on Windows desktop
- [BUG] Interactive CLI fails after tool calls while Desktop Code and claude -p work reliably
- Opus 5 built a parallel implementation of a complete existing subsystem, then denied it when asked directly
- [BUG] Mid-turn task-summary classifier gets the user's ask hard-truncated at 300 chars with no marker, and renders its complaint about that as the on-screen activity line
- Auto Mode rejected in CLI ("auto mode is unavailable for your plan") on active Claude Pro account, but selectable in Desktop app
- [BUG] Desktop Code sessions do not apply server-managed OTel env settings from the admin console
- [BUG] disable-model-invocation: true still hides skills from model entirely (regression from #43660)
- [BUG] [Cowork] Plugin-bundled stdio MCP servers silently dropped in cloud sessions (skill loads, MCP does not)
- Clarify "unshipped Learning output style" wording in learning-output-style plugin docs
- You've hit your session limit · resets 6:20am (America/New_York)
- [BUG] Bug report: Cloud Routines cannot attach first-party Google Workspace connectors
- [Bug] Opus 5 safety filter triggering false positives on consecutive requests
- [BUG] PostToolUse hook exit-2/stderr warning not delivered to model in VSCode extension
- [Bug] False Positive in Opus Security Scan
- [BUG] API Error: an image in the conversation could not be processed and was removed. Re-read the file with a different approach if you still need it.
- [BUG] autoMode in project settings is silently ignored — settings schema does not mark it user-only, unlike sibling restricted keys
- Transient daemon leaves stale auth_required in daemon-auth-status.json after keychain re-check recovery
- Worktree cleanup deletes live worktrees when a repo is opened from both Windows and WSL (gitdir path-spelling mismatch makes every cross-side worktree look prunable)
- [BUG] "MCP tool call requires approval" in an INTERACTIVE remote session — the approval is clicked and ignored, and the refusal is per-tool on one connector
- PushNotification skips even when the terminal/VS Code window is closed or minimized
- Claude Desktop always caps Claude Code at 200K: spawns CLI with a bare model id, no 1M row in the picker
- [BUG] https://github.com/anthropics/claude-code/issues/69354..Issue still exists
- [BUG] Desktop app splits session history across two different project folders for a path containing Korean (CJK) characters after an app update, making recent conversations appear lost
- [BUG] claude ignores SIGINT despite a registered handler — Ctrl+C dead during startup hang, only SIGKILL works (Bun runtime)
- [BUG] claude auth startup spins at 100% CPU indefinitely with no timeout (Bun runtime) — `--version` unaffected, CLAUDE_CODE_OAUTH_TOKEN suspected trigger
- [Bug] Anthropic API Error: Persistent 429 rate_limit_error despite low usage (1%)
- [BUG] CoworkVMService crasht wiederholt ("Access is denied" bei Recovery-Actions-Konfiguration), App muss neu gestartet werden – Regression nach Update auf 1.32352.1.0
- Memory-file naming: distinguish 'role' (capability/function) from 'relationship' (behavioral norms)
- [BUG] Agent tool model:"opus" resolves to 1M-context Opus instead of standard Opus 5
- [FEATURE] Add voice/audio output for Claude's responses in Claude Code
- [BUG] Desktop app: after auto-update stealth-relaunch, the conversation view rewinds — navigation history is saved with a stale `active` index
- [Bug] Conversation compacting hangs indefinitely during token reduction and uses huge tokens
- Sessions sidebar: option to limit sessions shown per project/folder group
- [BUG] Any link generated by the CLI that contains a URL inside parentheses is unusable
- You've hit your session limit · resets 11:50am (Europe/Budapest)
- [BUG]vm_workspace_diagnosis
- [BUG] Sending unsupported image to third-party API permanently breaks the conversation
- [BUG] Cowork VM regression on Intel Mac (x86_64): guest never connects after bundle 2a762ad rollout — same app version works on arm64
- [BUG] The new renderer causes garbled text sometimes
- [BUG] Sessions that exit with live background tasks stay "active" forever — orphan reconciliation only runs on resume
- [BUG] Claude Code installer hangs indefinitely at "Setting up Claude Code..." on Windows Server 2019 — process spins CPU with no network activity
- [Feature Request] Add theme tokens for code block background styling
- Remote Control app: file delivery via SendUserFile fails silently (red error triangle), tool reports success
- Android app: no way to edit a file directly (markdown or otherwise)
- [FEATURE] Configurable / per-sender color for inbound peer (@ sender ›) and channel (← source:) message labels
- [Bug] Auto mode system prompt causes /rewind to silently fail on Bash-edited files
- Session not found on disk — all my sessions are affected
- Agent SDK bundled CLI stalls after final message: transcript has complete end_turn message, but stream-json result is never emitted
- CVP 18 days as pending after regression. (I was allowed until 30/07). Cant work like this.
- [Bug] Anthropic API Error: Incorrect refusal response
- Feedback prompt is a single non-scrolling line — text disappears off-screen after a few words
- [BUG] Approving a forwarded teammate permission request with a message silently drops the message
- [Bug] Model version repeatedly downgrades to 4.8 despite stable operation
- [BUG] v2.1.233 hangs indefinitely on startup (even --version) — pre-main futex deadlock; v2.1.226 works
- claude-in-chrome tools report 'extension not connected' despite extension installed, correct profile, correct account, and working chat panel
- [Feature Request] Add official read-only transcript viewer for session logs
- [MODEL] [MODEL] Repeated inefficient actions during browser automation (stale click coordinates, wrong keyboard shortcut, keyword-guessing) burn excessive session budget
- [BUG] Plan mode: after "No, keep planning" feedback, the revised plan is never re-shown and edits start without a second approval
- I'm ready to help you generate a GitHub issue title for Claude Code when you have a bug report to submit. Please share the bug report details whenever you're ready, and I'll create a concise, technical title following the format specified.
- I need more information to generate a GitHub issue title. Could you please provide the bug report or describe the issue you'd like to create a title for?
- --setting-sources project still loads user memory (~/.claude/CLAUDE.md and ~/.claude/rules/*.md)
- Model fabricates user approval in its own turn, then executes a send tool in the same turn
- [Bug] Ctrl+Click opens links in browser twice
- Cross-session message: sender label shows generic string instead of source session title
- [BUG] Internal prompt template unexpectedly appended to visible assistant reply (possible leak into chat)
- Weekly limit reset option (like Codex)
- Weekly limit reset option (like Codex)
- Zoom (Ctrl +/-) doesn't work in detached session windows
- Custom statusline 24-bit truecolor gradient quantized to flat color bands inside claudecode.nvim pty
- [Bug] ECONNRESET bursts from Cloudflare ZAG edge during streaming responses
- [Bug] Team member agents spawned with `name:` parameter lose result signals in mailbox path
- [BUG] Cowork on Intel Mac: guest bundle 2a762adf… hangs in early init — bisected on two machines, rolled out ~06:00 UTC 18 Aug
- [FEATURE] `compact_boundary`: include the full `post_tokens` in `compact_metadata`, not just conversation tokens (`claude -p` mode)
- [BUG] npm-distributed plugins fail to resolve dependencies — cache directory lacks node_modules
- [BUG] Cowork VM: guest_vsock_connect times out (60 s) on Intel Mac after update to 1.32352.1 — bare workspace connects, attaching a Drive-synced folder tips every boot over the timeout
- Subagent task rows display the parent session's model/effort instead of the subagent's actual model
- [Bug] Anthropic API Error: Opus model session limit exceeded
- Bug report: Claude Desktop (MSIX) launch blocked by leaked Cowork VM file handles
- [Bug] /auto-mode-setup fails with removeFromPermissionsAllow[6] is not a rule string the removal offer could have produced
- [Bug] Anthropic API Error: Model context limit exceeded or rate limit
- [BUG] Claude Desktop (Windows MSIX): CoworkVMService blocks package update, causing Modified/NeedsRemediation corruption
- [BUG] VS Code extension context pie pins at "100% context used" ~12k tokens before auto-compact fires; popup mislabels it as "until auto-compact"
- [Feature Request] Add configurable safeguard thresholds for codebase review operations
- Auto-memory is sent to subagents despite docs stating it requires the `memory` field (34% of a small subagent's payload)
- Gmail connector: browser reconnect doesn't restore MCP tool bridge in active Claude Code session (high token cost)
- [BUG] Windows desktop (MSIX): cross-session send_message payloads silently lost — never reach the warm CLI process (regression since app 1.28929, still broken in 1.32352)
- [BUG] Bun 1.4.0 segfault at address 0x54 on background thread (KERNEL32/ntdll frames) ~6 min into session — CLI 2.1.234 native, Windows 10 x64, two consecutive sessions
- [BUG] Cowork VM connection timeout after 60 seconds — Intel Mac, guest kernel stalls ~2.2s into boot
- [BUG] The fatal message: Interrupted · What should Claude do instead?
- VS Code extension: no way to disable automatic inline code suggestions while keeping manual trigger
- [Bug] Task flagging incorrectly triggers on important operations
- [No Issue Found] - All Systems Operational
- cant connect claude to Chrome.
- [BUG] Remote Control (--spawn worktree) self-restarts in a rapid loop, eventually hits systemd start-limit-hit and dies
- Desktop scheduled tasks: docs say "ask Claude" can change a task's model, but update_scheduled_task MCP tool has no model parameter
- Bundled ugrep shadowing `grep` can exhaust system memory — froze a 16 GB machine twice
- Renderer repeatedly crashes with V8 "Reached heap limit" OOM, correlates with diff tab open/close
- [BUG] security-guidance plugin: valid YAML/JSON that is not a mapping (scalar/list) silently drops ALL user security patterns (AttributeError in _load_user_patterns)
- [BUG] VS Code extension: unsent prompt draft is discarded when switching sessions and back
- [BUG] Claude Desktop (Windows) update process requires manual process killing and a reboot
- Claude Bug
- [BUG] A fast double-Esc destroys the entire prompt with no recovery, and cannot be disabled
- Esc does not exit /status (Usage tab) — requires Ctrl+C to force-quit
- [BUG] Windows MSIX 1.32352.1.0: local filesystem MCP server unusable in Cowork sessions - draft-07 outputSchema rejected, and no server version passes both checks
- Backgrounded command sometimes runs as multiple concurrent copies, causing real corruption for non-idempotent operations
- [MODEL] Model attributes the Opus-5-only heron_brook delegation directive to the user's own CLAUDE.md, sending users to audit config for a rule that isn't there
- Japanese (UTF-8) text file attachments are garbled in chat, but read correctly via the Read tool (path-based)
- [Feature Request] Allow users to request bash commands without agent auto-execution
- [BUG] Windows MSIX 1.32352.1 (latest): GPU process crash (exitCode 101457950) triggered by the app's own claude.ai auth webview — Code Integrity blocks vk_swiftshader.dll (Events 3033/3010, per-second correlation)
- [Bug] Interactive auto mode bypasses permissions.ask rules for PreToolUse decisions
- [Bug] Fable 5 safeguard `[reasoning_extraction]` false-positives on a one-word greeting ("Hi")
- Cross-session messages to idle desktop-app sessions never start a turn — ~38 parallel count_tokens requests, then nothing (app build 1.32352.1)
- [BUG] Cowork workspace VM never completes guest_vsock_connect on Intel Mac after Aug 18 bundle update; error message incorrectly blames VPN
- isolation:"worktree" subagents: Edit tool silently writes into the PARENT session's worktree (+ git-guard root misattribution, pristine-worktree auto-reap orphans cwd into parent tree)
- [BUG]
- [Feature Request] Allow navigation back to subagent list from AskUserQuestion tool prompt
- Usage: 91% of a Max subscriber's spend is context re-reading, with no in-product signal (25% of weekly limit in <1 day)
- [BUG] Over 6k issues labeled with "has repro" have been auto-closed since March 2026
- [Bug] ECONNRESET on interactive turns after 15–20 seconds with Claude Sonnet model
- Windows: delivered file cards have no Show in Explorer / Open / Copy path action
- MCP tool description truncation at 2048 chars is silent, unconfigurable, and can leave a misleading prefix (follow-up to #41593, #81268)
- Plugin autoupdate fails for GCS-delivered marketplaces: 'not a git repository', and the suggested fix cannot work
- [BUG] Headless first-stream latency regresses between 2.1.197 and 2.1.200 on Linux arm64
- send_message: cross-session message is written to the target transcript and rendered, but never enters the receiving agent's context
- [BUG] Local command output rendered as Markdown: \_ in Windows paths collapses, /export shows a wrong path
- [FEATURE] Do not make permission requests or any other arbitrary commands clickable
- [FEATURE] Setting to hold queued messages until the turn completes instead of folding them mid-turn
- Agent SDK / desktop-app sessions load 0 hooks despite settings declaring them — SessionStart/Stop/UserPromptSubmit/PostToolUse never fire
- Regression: starting a second local Code session SIGTERMs the first one (desktop 1.32352.1)
- Claude Desktop (Windows 11 Home): opening a Browser tab crashes the app instantly; relaunch requires Apps Repair + killing leftover process (1.32352.1)
- Background launch provisions a second job identity with no spec or prompt, and publishes it in ListAgents as an addressable idle peer
- sdk-cli mode: Streamable HTTP MCP GET-stream aborts ~200-500ms after connect, tools vanish before first call
- [Bug] FABLE ontology/OCR processing failure - req_011CeAQ5KwFjgZ4mXt7CDBAs
- VS Code extension: automatic selection-attach silently fails (only Ctrl+Esc hint shown)
- Plugins: Manage (gear) closes the dialog and navigates to the chat tab instead of opening plugin settings
- Desktop PATH builder appends version-manager shim dirs after the shell PATH — mise/asdf/pyenv/rbenv tools lose to system binaries
- Removing enabledPlugins from a project's settings leaves an orphaned project-scoped install that can't be removed from the UI Body
- Plugin list shows user-scope and project-scope installs as identical rows, hiding that one is pinned to an older version
- [BUG] /workflows detail dialog overflows terminal height in default renderer — top border and header pushed off-screen
- [Bug] Claude repeats user query after consuming tokens instead of providing response
- Model fabricated a fake `user` turn and `system` block mid-response, then denied authorship; also refused an explicitly authorized deployment and the bug report about it
- Add a setting to hide the "Create PR" suggestion button
- Rebinding `enter` to `chat:newline` makes `chat:submit` silently fail while the autocomplete list is open
- Claude cannot read back artifacts it published — even the owner's own artifacts in the same session
- [Bug] Model behavior: failures are omitted from reports and admitted only when the user corners the model
- Subagent completion notifications are dropped when they arrive while the parent agent is mid-turn, leaving the parent stalled indefinitely
- Windows: app installs/reconfigures CoworkVMService on every launch even though Cowork is disabled for my org, causing "file in use" launch failures
- [BUG] ~/.claude.json.tmp.<pid>.<hash> atomic-write leftovers are never reclaimed by the retention sweep
- [BUG] ~/.cache/claude-cli-nodejs is only swept for the current cwd's slug — slugs for deleted projects and for /tmp scratchpad cwds are unreachable forever
- [BUG] CoworkVMService crashes when Browser panel tool is used to interact with a page
- [BUG] Bash sandbox fails to initialize on Ubuntu 24.04+ - conflict with the distro's default bwrap-userns-restrict AppArmor profile (not a Claude Code regression)
- [Bug] Model unexpectedly downgraded from Fable 5 to Opus 4.8
- [Feature Request] Improve content policy clarity for business use cases
- [Bug] Backspace and Ctrl+Backspace key behavior inverted mid-session
- Desktop app: clipboard-change warning toast has no off switch — constant false positives with dictation apps (Wispr Flow)
- Claude in Chrome extension breaks LastPass extension when both are enabled
- Feature request: shared/exportable conversation history between Claude desktop app and Claude Code
- [Bug] Claude deviates from main task and switches to unrelated topics
- [Bug] Claude ignores file scope constraints and scans unspecified files
- Subagent's run_in_background completion notification is never delivered if the agent ends its turn
- Surface current session's name/ID in the /resume picker (or prompt)
- Routine (CCR) sandbox ignores Settings > Capabilities > Allow network egress = 'All domains' — WebFetch/curl 403 EGRESS_BLOCKED for all external domains
- No stream-inactivity watchdog: unattended sessions hang forever on wedged API response; headless --print dies terminally on retryable 429/5xx
- [DOCS] BUG] Cowork tab missing after reinstall + local session history lost (Windows)
- send_message (cross-session): sender gets "Message sent", recipient session is never written to and stops responding permanently
- MCP tools list occasionally blanks mid-session after a transient refresh error (v2.1.214 area)
- [BUG] Diffs not appearing when Claude Code makes edits
- [BUG] Pressing left arrow kills running workflows as it enters Agent mode
- [Bug] Claude API Service Availability Issues - Frequent Downtime
- [Bug] Unauthorized agent dispatch and cascade failures with claude-fable-5 in production environments
- Desktop app badges unread count on transient API 529, even when the cycle succeeds
- [BUG] Answers have become gibberish and semantically incoherent
- [BUG] mcp-needs-auth-cache.json is shared across CLAUDE_SECURESTORAGE_CONFIG_DIR profiles — one account's auth failure blocks the other's MCP servers
- Named Agent-tool subagent dispatch intermittently goes idle without ever returning its result
- [Bug] Anthropic API endpoint not found (404)
- [Bug] Anthropic API Error during Opus 1M model usage
- [BUG] Claude Code RC session failed
- I appreciate you letting me know, but I don't see a bug report in your message for me to generate a GitHub issue title from. Could you please provide the bug report details? I'll need information about: - What went wrong - Any error messages - What you w
- [BUG] Cowork: VM boots but guest_vsock_connect never completes on Intel Mac — "Direct-boot artifacts not present in bundle", 60s timeout
- [Bug Report: Tool invocation failures causing excessive user friction and API communication overhead]
- Fresh install: desktop app sidebar shows no session history despite intact ~/.claude/projects data
- [Bug] Fable 5 model unexpectedly switches to different model during execution
- [FEATURE] Let new sessions join a session group at creation (inherit parent's group / assignable) instead of always landing in "No group"
- [BUG] Desktop 1.32352.x: first-time OAuth MCP connect never opens the browser — version-negotiation probe wraps a client-side auth error, which is then misclassified as transport
- [FEATURE] file:// markdown link to a directory should open the tree in the desktop file viewer
- [Bug] Unable to execute built-in Anthropic security review and scan commands
- subagentStatusLine never receives in_process_teammate tasks despite documented coverage of all agent-panel rows
- [BUG] Cowork VM regression on Intel Mac — guest never starts coworkd after VM bundle update `6d1538ba` → `2a762adf`
- Fable 5 safeguard false-positives derail long agent sessions
- [Bug] Feedback ignored on irrelevant question classification
- [BUG] /remote-control times out when re-attaching a session that was previously attached
- [Bug] Claude Code ignores user feedback in consecutive interactions
- Mobile surfaces show no context-usage indicator — users can't see long-session degradation coming
- [FEATURE] Claude Cowork: Project chats sort by creation date, not last activity — actively-used chats get buried
- [FEATURE] AskUserQuestion: separator, ordinal, and label send three contradictory signals about "Chat about this"
- [MODEL] all claude 5 models respond with hot take poetry
- Repeated "Output blocked by content filtering policy" error on purely technical queries
- [Feature Request] Make safeguard model-switch fallback target configurable
- Add localization support for the VS Code extension UI (e.g. pt-BR)
- [Feature Request] Add switchModelsOnFlag to settings reference table documentation
- [BUG] Inline !`cmd` preprocessor executes example commands inside fenced markdown code blocks (repro: /plugin-dev:command-development runs npm test)
- auth login: code prompt does not echo, never says to press Enter, and empty submission returns the same 400 as a bad code
- [BUG] Claude in Chrome extension shows "not connected" + chrome-control connector's get_page_content fails with "Chrome is not running" despite tabs opening correctly
- [BUG] recommendations for next command are bad
- [BUG] Artifact publish auto-arms a Monitor whose stop surfaces despite quietLifecycle/ambient, with no opt-out short of CLAUDE_CODE_DISABLE_ARTIFACT
- [Bug] Agent mode lacks conversational context between turns
- [Bug] Anthropic API Error: Excessive content policy flagging blocking legitimate requests
- Ability to hide top navigation items in Cowork left sidebar
- [BUG] /cd has no directory path autocompletion in the prompt (2.1.226)
- [BUG] Claude Code CLI native binary spins at ~100% CPU indefinitely on startup (VS Code Remote-SSH, Ubuntu 26.04)
- [Bug] Anthropic API Error: Model generating false information and stating inferences as facts
- [Bug] X11 PRIMARY selection pastes twice in JetBrains terminal
- Tool/message output intermittently replaced with garbled compressed-memory debug text
- Claude Desktop: no session-scoped model override, and floor-reset notifications are noisy/token-costly
- [Feature Request] Add option to disable whimsical comments in CLI outputwhat
- Moving a session to an existing project name ungroups all sessions
- Claude not connecting with Chrome Platform -BUG
- [BUG] Claude Desktop hangs (not crashes) when opening Settings > General — blocks enabling Computer Use
- [BUG] Default cleanupPeriodDays:30 silently deletes local transcripts, leaving unopenable sessions in the Desktop sidebar
- [BUG] Cowork VM: guest kernel boots but init hangs at 1.5s — "Direct-boot artifacts not present" false negative forces broken EFI/GRUB fallback (v1.32352.1, macOS 26.5.2 Intel)
- [BUG] Cowork browser fallback crashes app, leaves it unable to launch ("This app can't open") — recurs even after reinstall
- Remote Control (iPhone): native MCP tool-permission dialogs never render — session blocks invisibly (AskUserQuestion cards render fine)
- Desktop cross-session send_message: 'queued' messages (target mid-turn) can be silently lost, no failure feedback to sender
- [BUG] Editing an SSH connection's port doesn't propagate to existing sessions using it
- [Bug] Safeguard triggered during app test execution
- [BUG] Cowork VM never connects after bundle 2a762adf on Intel Mac — guest_vsock_connect times out, rootfs never attaches
- Remote Control session confirmed active but never resolves — session lookup fails on claude.ai/code
- Frequent ECONNRESET on large-context Opus 5 (1M) sessions — RSTs originate from server edge, with SACK gaps on upload
- [Bug] Anthropic API Error: Overly restrictive content filtering for legitimate game development queries
- [BUG] Cowork VM fails to boot on Intel Mac after update to 1.32352.1 — guest kernel halts at ~1.7 s, host hangs at usernet: calling AcceptBess (works on 1.25927.0)
- [Urgent] Widespread ECONNRESET mid-stream — long streamed responses die, short ones survive
- Opus orchestrator contaminates "independent" subagent consults: injects its own candidate answers, relabels an unverified subagent claim as VERIFIED, and transmits a rejected design's frame while warning against it
- Desktop app's git detection fails on macOS 26 CLT layout — false "Git is required" for local sessions
- Session-start sidecar request is issued twice concurrently and both are billed
- Desktop Browser pane has no way to use existing browser login state — no profile/cookie import, and the Chrome extension doesn't fill the gap
- [BUG]
- [Bug] CVP approval not recognized across organizations in Claude Code
- Claude in Chrome: native host broadcasts every tool response to all connected MCP clients — concurrent sessions silently receive each other's results
- [BUG] Plugins are re-enabled when claude-code is updated.
- [FEATURE] Mouse support in the terminal UI — click-to-navigate and cursor interaction
- Claude in Chrome extension always binds to Desktop's native-messaging host, never the CLI's, even with Desktop fully quit
- Artifact public sharing fails with "unscannable" content scan error
- [BUG] Days permanently disappear from the desktop usage heatmap because only the CLI writes the stats cache
- [BUG] ask permission rule for Bash(git push *) not triggering confirmation prompt
- [Claude in Chrome / macOS] Service worker restarts drop session→tab-group mapping every few minutes; timed-out tool calls actually executed
- [BUG] Permission/privacy messages say THAT files are accessed, but not WHICH — collapsed UI hides the target path
- [Bug] Claude 3 Opus frequently self-reports errors and mistakes during task execution
- [BUG] Desktop: Remote Control auto-enable only fires on a session's first turn, so the 900s idle teardown silently turns it off for good
- [BUG] Orphaned temp_<epoch-ms> folders accumulate under ~/.claude/plugins/marketplaces
- Agent View: add a way to add a new project folder without relaunching Claude Code
- [FEATURE] Spellcheck: surface the checker's correction suggestions, not just underlines
- [BUG] Major inconsistency with left-arrow agent view
- [FEATURE] Let a folder on a WSL path open as a Local (Windows) session
- Auto memory persists claims but not observations: no record of which sources a note was read from, so drifted and never-bound notes are indistinguishable
- [Bug Report] Unable to determine specific technical issue from report
- [BUG] Opening suno.com in the preview browser crashes Claude Desktop and it won't launch again until reinstalled
- /mcp reconnect <server> fails with CLI-only "terminal is still starting up" error in VS Code extension
- [BUG] Cloud routine (CCR) stuck at "Claude Code process started" — never executes
- [BUG] Capability-string effort fall back sends `high` instead of the highest supported level at or below
- [FEATURE] Per-model effort levels: allow `effortLevel` to accept a model-keyed map
- [BUG] Agent response Markdown rendering in TUI mutates meaning of content (renumbers ordered lists)
- [BUG] MCP server reports `hasTools: true` on connect and a reference client confirms tools exist, but Claude Code's session gets zero — intermittently
- Korean IME broken again after update to 2.1.235 (regression of #35307)
- [Bug] `claude mcp remove` command incompatible with MCP naming convention used by other commands
Resolved issues (124)
- [BUG] Chatting with Claude Code feels like living inside Memento: a 48-day session narrated as one continuous night
- I'm Claude Code, Anthropic's CLI for working with Claude. I don't have context about your ITAM project or what's blocking you. To help you file a GitHub issue, please provide: 1. **What error or problem are you experiencing?** (error messages, unexpected
- I'd be happy to help you set up testing for your app, but I don't have any context about your project yet. To assist you effectively, I need more information: 1. **What kind of app is this?** (web app, CLI, mobile, API, etc.) 2. **What language/framework
- [BUG] Dynamic /loop (ScheduleWakeup) swallows the assistant's replies to the user — before AND after the tool call; only stopping the loop restores replies
- [BUG] Auto-mode task dashboard shows identical task list across different projects (not scoped to cwd)
- [BUG] claude agents: back (←) navigation is shared across two open agent views — leaving a session in one window yanks every window on that same session back to the list
- [BUG] [Linux] Transient daemon respawns/displaces itself every ~52s while `claude agents` is open (storm of ~1 `claude daemon run`/sec); drops claude.ai bridge + MCP each cycle
- [BUG] `agents` subcommand invalidates plugin cache via --plugin-dir but never reloads plugin skills/agents
- Tracked background Bash tasks (run_in_background) killed ~30-90s after the owning session's turn ends; Monitor-class and detached processes unaffected
- [BUG] Cross-session message sender renders fused to the prompt glyph (no separator before ❯)
- [MODEL]
- Security heuristics silently discard permissions.allow Bash rules — no warning, rule never appears in /permissions
- [MODEL] CLAUDE TERMINAL
- [BUG]
- [BUG] I am always getting the API Error: Connection dropped...
- [Bug] Auto-update reports success with non-functional stub binary after postinstall link failure
- [withdrawn by author]
- [Bug] Model setting removed from user-level settings.json when switching models in active session
- [Bug] TODO tasks lost during execution
- [BUG] Same-day 17x variance in tokens charged per weekly quota point (Max 20x, 2.1.221)
- [BUG] Desktop Code sessions do not apply server-managed OTel env settings from the admin console
- [BUG] Vertex: thinking.display silently stripped by provider gate — --thinking-display summarized returns empty thinking on Opus 4.7 and all later models (worked ≤2.1.140; Vertex API supports the field)
- [Bug] Opus 5 safety filter triggering false positives on consecutive requests
- [Bug] Log4Shell probe string in file content triggers connection reset instead of safeguard message
- [BUG] PostToolUse hook exit-2/stderr warning not delivered to model in VSCode extension
- [BUG] VS Code extension silently closes and relaunches chat channels ("Closing Claude on channel") with no trigger — occasional config lock race on resume
- [BUG] Startup freeze: installed-app discovery materializes evicted iCloud .app bundles on the main thread
- Desktop app renders Task* tool calls as an empty, non-expandable "Updated tasks" row (schema mismatch with the TodoWrite renderer)
- [BUG] Claude Desktop (Linux): sign-in not persisted on headless/xrdp sessions; error misattributes cause to missing keyring
- [BUG] custom home-screen icon for published artifacts
- [BUG]
- [BUG] Zhuyin (Bopomofo) IME: composition candidates scrambled and ESC confirms wrong candidate instead of canceling (desktop app chat input)
- [Bug] Claude Code self-generates responses without user input
- [Bug] Anthropic API Error: Tool Use Blocked Without Context on Approved CVP
- [Bug] Anthropic API Error: Safeguard triggered without user input
- [Bug] Claude Opus 5 ignores task scope and performs unnecessary modifications requiring additional work
- [Bug] False positive code validation in Fable integration
- [Bug Report: Unable to process - no bug report provided]
- Connect my claude to chrome extension
- [BUG] Worktree branch prefix preference (ccBranchPrefix) ignored in v2.1.156 — hardcoded claude/MMDD- used
- [Bug] Plan mode skips ExitPlanMode and requests per-action approval instead of bulk approval
- macOS: FDA panel accumulates multiple versioned entries on auto-update; no cleanup on upgrade
- Claude in Chrome extension not connecting to Claude Code on Windows 11
- [Bug] Pinned sessions disappear from pinned area when paginated to page 2
- Subagent cards no longer show context size / token / cost next to runtime
- Quality regression: repeated failures, panel crashes, broken system state during simple task
- [Bug] CJK composition character dropped in secondary text inputs on submit
- [BUG] Unexpected permission prompt appears without Cancel/Deny button and triggers unwanted commit on click
- No working scroll in Claude Code's terminal UI right now in WebStorm.
- [Bug] Claude Code ignores documented project rules and makes unverified assertions about file locations
- [BUG] TUI mouse-selection copy strips rich clipboard flavors (no public.html)
- Reconocimiento del idioma español en el microfono me refiero: de voz a texto
- [BUG] GitHub MCP tool calls fail with ByteString error when session contains non-ASCII (Cyrillic) content
- [BUG] Server is temporarily limiting requests
- [Bug] Remote Control feature inaccessible despite PRO plan subscription
- [Bug] CLAUDE.md instructions conflict with standard tool usage patterns
- [BUG] Auth token and base URL wiped after navigating to agents panel and back
- [Bug] False positive security flag for local telnet connection
- [Bug] Recursive subagent spawning causes rapid quota depletion
- [BUG] Slack connector slack_read_file returns -32602 Invalid tools/call result for binary documents (PDF)
- Stop button unresponsive during long model output — needs force-interrupt
- Login OAuth URL wraps in WebStorm terminal causing "Missing state parameter" error
- [BUG] v2.1.196 regression: MCP OAuth sends no scope when none is configured → AADSTS900144 on Microsoft Entra ID
- AskUserQuestion CJK text misalignment in terminal UI
- [BUG] Feedback: experimental Agent Teams produced negative leverage in a real multi-week project
- [BUG] Windows: Claude Code never executes configured hook commands — hook runner invokes `git` instead and silently swallows the failure
- [BUG] OAuth authentification fails on WSL2
- Claude built unauthorized AWS compute infrastructure, deviating from approved architecture
- [BUG] Claude Code v2.1.187 TUI periodic PTY writes prevent SageMaker Code Editor idle shutdown
- Streaming tool_use leaks raw invoke syntax ('court' + <invoke>) into chat and hangs on 'invoking' (Desktop app, macOS, v2.1.193)
- [BUG] Plugin-written project files (e.g. rendered .claude/rules/) silently become global when a plugin is used with cwd=$HOME
- [BUG] Desktop app splits session history across two different project folders for a path containing Korean (CJK) characters after an app update, making recent conversations appear lost
- [BUG] Desktop (macOS): transcript bring-home migration slugifies NFD paths — sessions silently freeze in Desktop UI for projects with Japanese/accented folder names
- Renderer repeatedly crashes with V8 "Reached heap limit" OOM, correlates with diff tab open/close
- Auto Mode rejected in CLI ("auto mode is unavailable for your plan") on active Claude Pro account, but selectable in Desktop app
- [BUG] Crashed session can be resumed into multiple concurrent live processes sharing one transcript (session forking + ghost roster entries)
- Feature request: shared/exportable conversation history between Claude desktop app and Claude Code
- [Bug] Anthropic API Error: Response Stream Terminated Unexpectedly
- [BUG] Claude Code RC session failed
- [FEATURE] In-line Comments on Claude Artifacts
- Esc does not exit /status (Usage tab) — requires Ctrl+C to force-quit
- [BUG] keybindings.json ignored in Claude desktop app — Enter/Shift+Enter always submit
- [MODEL] Claude advised creating a 2nd account for billing, triggering automated suspension
- [BUG] Incorrectly charging VAT to EU B2B customers
- [BUG] Unable to find Gift Code
- [BUG] Organization Capabilities network egress allowlist not enforced in plain claude.ai chat code execution (403 host_not_allowed)
- Audit & remove Intel x86_64 binaries migrated to michael-air
- [Bug] Agent misreports file changes and hides modifications across multiple files
- [Bug] Agent enters infinite loop during execution
- [Bug] Session terminates unexpectedly when processing README files
- /help
- [Bug] Claude Code generates fabricated data in analysis results
- [Bug] Agent accesses production data without explicit permissions
- [Bug] Missing safety validation for API requests
- [Bug] Increased error rate with repeated mistakes in single interactions
- [Bug] Output contains excessive AI-generated filler text
- I need more details about the incident to generate an accurate GitHub issue title. Please provide: 1. What is the specific error or problem occurring? 2. What is the unexpected behavior or symptom? 3. What command or operation triggers the issue? 4. Any e
- [Bug] Security review skill call limited to single usage in audit workflow
- I don't have enough context to generate a GitHub issue title from this message. This appears to be a conversation fragment without a specific bug report or feature request description. To create an appropriate issue title, I would need information about:
- Numbered option prompts: anchor number keys to position, not just next-available index
- [BUG] Latest version of Claude Code on Windows desktop errors on every prompt submit - aka does not work (on my version of windows) - Bun 1.3.14 "Internal assertion failure" (ntdll) crashes BOTH desktop-bundled 2.1.170 and client CLI
- Claude Code forgets known facts across sessions despite memory system
- [Bug] Anthropic API Error: Server rate limiting on requests
- Claude Code repeatedly claims work is done without verifying, wastes hours on broken WebGL
- [BUG] Model fabricates subsequent user/system turns after a leaked tool-call, with no interruption and balanced shell quoting
- [MODEL] Severe multi-symptom degradation since 2026-06-08 on Opus 4.8 (Desktop app): ignores CLAUDE.md, bypasses permission prompts, hallucinates, refuses doable tasks, writes files unprompted
- OAuth discovery fails with "Failed to parse JSON" when authorizing claude_design MCP — auth-server metadata endpoint returns Cloudflare HTML challenge
- [Bug] Auto-compact triggers prematurely at ~47% of context window on claude-opus-4-8
- [BUG] Path-scoped .claude/rules inject on Read but not on Write of a new file
- [BUG] Regression in 1.15962.2 / SDK 2.1.197 — Bash tool dispatch never reaches the VM (Exit code 1, no output)
- [BUG] Code conversation history disappeared after Max plan expired and auto-downgraded to Pro (Desktop App)
- [BUG][Accessibility] axScreenReader still renders the live working indicator (elapsed timer / token counter), which screen readers announce every second
- [Bug] Merge conflict resolution overwrites non-conflicted files causing silent feature loss
- [BUG] Claude-in-Chrome (multi-browser): switch_browser prompts every connected browser + tab reparented across browser instances
- Cowork: gcpRegion validation rejects "eu"/"us" multi-region, but newest models are only available via eu multi-region on Vertex AI
- [BUG] Scheduled task (cron / one-time fireAt) never fires — backing file never persisted
- [BUG] Nested background subagents stuck showing "Running" indefinitely despite having no active task
- [BUG] Local preview on Windows + WSL — five tools, five failures, for "show me my page"
- [BUG] The built-in Google Drive connection's download_file_content tool returns base64
- [Bug] Command execution fails when using `!` prefix for external commands
- ReferenceError: getCurrentOutputStyleName is not defined on session start/resume (regression in 2.1.193, still in 2.1.195)
- [BUG] File explorer sidebar doesn't refresh on external filesystem changes
- [BUG] Ctrl + R randomly show 2 different UIs
- [BUG] Cyrillic text clipboard encoding broken in v2.1.196