Digest / March 27, 2026
Claude Code Issues Digest — March 27, 2026
445 new issues filed ·
348 resolved in anthropics/claude-code (UTC day).
New issues (445)
- API 400: cache_control TTL ordering violation in long sessions with many MCP tools
- [BUG] Claude in Chrome: MCP tool calls now steal tab focus (regression ~26 Mar 2026)
- [BUG] Bash deny rules appear non-recursive for nested execution contexts ($(), backticks, subshell, eval, PowerShell wrapper)
- Session corruption: orphaned tool_use/tool_result entries cause unrecoverable 400 concurrency error
- [BUG] iMessage Cowork connector read_imessages fails with chat.db authorization denied despite working from Claude Code CLI
- [BUG] rateLimitTier set to "default_claude_ai" instead of "default_claude_pro" — CLI treating Pro subscription as API token auth, immediate "API Error: Rate limit reached" with zero usage
- [BUG] Quitting via /quit or ctrl+d sometimes leaves shell in broken state
- Feature Request: Localization/i18n support for UI messages
- [BUG] Marketplace plugin sync overwrites .sh file permissions, stripping execute bit
- [BUG] --worktree flag results in downgrade from --dangerously-skip-permissions in the middle of conversations
- ralph-loop plugin: stop-hook.sh missing execute permission
- [DOCS] MCP `headersHelper` docs missing per-server `CLAUDE_CODE_MCP_SERVER_NAME` and `CLAUDE_CODE_MCP_SERVER_URL` variables
- [DOCS] Docs Enhancement: SubagentStop hook for MCP tool observability
- [DOCS] Hooks docs missing `if` field for permission-rule-based filtering
- [BUG] #26951
- [BUG] Agent loses context mid-task when working with moderately-sized documents (~660 lines). Repeated failures across multiple attempts/agents.
- [BUG] Claude Code does not read AGENTS.md at conversation start
- [DOCS] Scheduled tasks docs missing transcript timestamp markers for `/loop`/`CronCreate` firings
- [DOCS] CLI deep-link docs missing `claude-cli://open?q=` length limit and long-prompt warning
- [DOCS] MCP OAuth docs omit RFC 9728 authorization-server discovery
- [DOCS] Plugin docs omit managed-policy behavior for force-disabled plugins
- [DOCS] Hooks reference missing AskUserQuestion PreToolUse answer flow
- Episodic memory plugin does not index subagent conversation files
- [DOCS] OpenTelemetry monitoring docs misstate `tool_parameters` gating for `tool_result` events
- [DOCS] Plugin enable/disable docs omit scope auto-detection when `--scope` is omitted
- [DOCS] MCP policy docs do not explain `deniedMcpServers` blocks Claude.ai connectors
- [DOCS] Computer use docs missing multi-monitor display-switching guidance
- [DOCS] MCP OAuth docs omit step-up re-authorization for `403 insufficient_scope`
- [DOCS] Interactive mode docs missing queued-prompt editing and slash-command interaction
- Plugin updater loses execute permission on cached hook scripts
- [DOCS] Remote Control docs omit session-list "Requires Action" status for permission prompts
- Terminal prompt renders incorrectly after exiting Claude Code
- [DOCS] PowerShell tool docs omit dangerous-command safety behavior
- stream-json: background-task notification doesn't wake idle session (race in runAsyncAgentLifecycle)
- /dream command not registered and auto-dream not running
- Windows: console windows flash when extension spawns child processes
- Seatbelt sandbox silently blocks all bash commands when denyRead is configured
- [BUG] Cowork VM guest kernel never boots on Snapdragon X Plus (ARM64) — connection timeout every attempt
- Multiple claude --chrome sessions compete for the same browser
- Voice push-to-talk doesn't detect Space key press in iTerm2
- Chrome extension connection frequently drops with single claude --chrome session
- Feature: add superseded-finding state to reduce stale triage fixation after corrected receipts
- Feature: Support directory-based agents in `claude --agent` — critical for multi-agent systems
- [BUG] In Claude Code Desktop the messages I type
- [MODEL] Visual object-cardinality inconsistency on near-variant image pairs ("two-hat" testcase)
- Korean IME toggle key (Caps Lock / 한영키) leaks raw keycode '57358u' into input
- [MODEL] Claude Code repeatedly violates its own documented protocols, wastes CI/deploy minutes, claims tasks complete without verification
- feat: expose hook stdout/stderr to the conversation for debugging
- Desktop Code tab: bundled Claude Code binary crashes immediately (exit code 1)
- API Error: Rate limit reached despite low usage + active outage
- [BUG] Max 5x plan: 4 simultaneous usage anomalies since March 23, 2026
- [FEATURE] Add OTEL_METRICS_INCLUDE_EMAIL toggle to exclude user.email from telemetry
- Agent Teams: messages from other sessions delivered to unrelated team leads
- [BUG] auto scroll even the cursor is at some above position
- Bash permission glob wildcard (*) does not match double quote characters
- [BUG] Skill tool fails with 'Invalid regular expression: unmatched parentheses' in getPromptForCommand
- Backslash-operator safety check false-positives on idiomatic find/grep patterns
- [Plugin: ralph-loop] stop-hook.sh installed without execute permission
- --name flag does not display session name in prompt UI like /rename does
- Slash-clear creates sessions invisible to slash-resume picker due to malformed file structure
- Session recovery wastes millions of tokens — auto-save before model switches, allow subscription on external platforms
- [BUG] IME composition underlines not displayed in Claude Code editor tab (webview) on Windows
- [Feature Request] Improve Claude Code's credential handling and transparency in agentic workflows
- Add 'disabled' field to MCP server configuration
- Context is lost when Claude suggests restarting — should auto-save a session summary before restart
- [FEATURE] Remove the "Co-Authored by Claude" tag on every commit by default. This is a shameless advertisement. No appropriate for an enterprise tool.
- Plan mode no longer suggests context clear before executing plan
- ExitPlanMode approval via --permission-prompt-tool stdio silently ignored — process hangs
- Session .jsonl files silently deleted, sessions-index.json stops updating — causes --resume failures
- [BUG] Plugin marketplace sync causes indefinite hang on startup (Synology NAS / non-standard Linux)
- [BUG] Cowork: VM filesystem mounts lost when Claude Desktop is restarted during active session
- MCP tool calls silently fail mid-task with "No active request" — leaves user hanging
- [BUG] Background subagent tool calls silently denied — permission dialog never surfaced
- Enterprise Google Drive connector customization needed
- [BUG] Stop hook fails with EEXIST when plugin data directory already exists
- [BUG] DXT Extension Tools Not Permitted in Claude Desktop Co-work Sessions
- Subagent and MCP server processes are not reclaimed after task completion, causing high memory usage
- Expose session name to hooks and/or environment variable
- feat(channels): Allow toggling channels on/off within a running session
- Claude Code Review incorrectly reports overage limit reached when spend is $0/$250
- [BUG] Include your version (2.1.85) and that it fails on Windows with long paths immediately on any bash command.
- [BUG] Agent tool with isolation: "worktree" fails with EEXIST when .claude/worktrees/ directory already exists
- MCP channel notifications from Telegram plugin silently dropped (inbound broken, outbound works)
- [BUG] VS Code extension hangs on get_claude_state — regression since v2.1.78
- Persistent output verbosity setting (default collapsed tool output)
- Telegram plugin: no way to clear/reset context remotely
- [BUG] API 400 Error due to automatic connection of browser-use MCP server triggered by Cowork settings
- claude.ai Skills and Cowork plugins silently injected into Claude Code context — no opt-out, ~6k tokens wasted per session
- [Bug] Plan Mode not enforced: Claude executes actions without waiting for user approval
- Voice mode stops working in existing terminals, only works in new ones
- [BUG] Vietnamese IME (Unikey/Telex/OpenKey) broken — composed characters not inserted correctly
- [BUG] Max 5x: usage counter increments with zero active sessions — all auth revoked, no Claude Code running
- [BUG] No way to trigger /compact or /clear from Claude Code channels (by Discord)
- [BUG] Show Error: Claude Code on Windows requires git-bash
- Remote environment only ships JDK 21 — projects targeting Java 22+ can't compile
- [BUG] Agent SDK session resume loses all tool_use/tool_result history - conversations marked as sidechain
- Chrome extension steals system-wide focus on every tool interaction (macOS)
- [BUG] CLAUDE.md mandatory session start protocol not followed without direct user instruction
- Playwright MCP silently hijacks all Chrome downloads to temp folder
- Agent Teams: Lead check-in polling + between-turn-only delivery creates feedback loop of stale messages, false unresponsiveness, and duplicate teammates
- [BUG] --output-format stream-json intermittently hangs — process stops producing output and never exits
- CLI: --model haiku alias resolves to Sonnet instead of Haiku
- claude-sonnet-4-6 reports context_window_size: 200000 in statusline data instead of 1000000
- Systematic model behavior gaps in extended coding sessions -- 55+ documented incidents with actionable improvement suggestions
- feat: Discord-based remote permission approval via PermissionRequest hook
- Plugin sync from GCS strips execute permission on .sh hook files
- Claude-in-Chrome MCP tools steal window focus on every tool call
- Multi-image drag-and-drop broken — only first image attached
- [Bug] Unable to determine issue - empty bug report
- Session titles should match conversation language (Japanese titles became English after update)
- Edit tool succeeds during Plan Mode when it should be blocked
- [Feature Request] Claude Desktop code tab and chat tab output too narrow on wide monitors
- [BUG] Plan Mode restrictions are bypassed — Model performs write/execution operations while Plan Mode is active (regression in 2.1.83 / 2.1.84)
- [Bug] AskUserQuestion Preview incorrectly hides content with insufficient space detection
- Claude forgets its own file operations within the same 1M context window
- /dream memory consolidation feature — prior art overlap with Eldric EMM system
- Caps Lock inserts raw Kitty protocol sequence [57358u in VSCode terminal input
- [BUG] Claude Code hangs for ~5 minutes then resets connection when tool call has very large parameters
- VS Code extension: Arabic/RTL text renders incorrectly in chat output
- [DOCS]
- [Bug] MCP server status changes to failed in long-running sessions
- [Bug] Auto-compact fails mid-session during refactor operations
- [FEATURE] Allow /model switching in remote-control sessions
- [Feature Request] Add system theme following for automatic light/dark mode sync
- [Bug] Anthropic API Error: 500 Internal Server Error
- API 500 errors display as fatal in terminal even when retry succeeds
- [FEATURE] add wildcard rule for permission prompt
- [Bug] Anthropic API Error: Internal Server Error (500)
- Claude suggests placing static HTML pages inside wp-content directory
- unstable_v2_createSession() silently ignores settingSources, cwd, thinkingConfig, mcpServers, and systemPrompt
- [BUG] Prompt caching is disabled for SDK query() and V2 sessions — only enabled for REPL
- [BUG] result.modelUsage reports cumulative session totals, not per-turn deltas — breaks usage tracking
- Submitted in error. For DELETE.
- Feature request: opt-in thinking block persistence in session transcripts
- API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"}
- [BUG] --allowedTools does not override ask permissions in settings.json during -p mode
- [Bug] Opus 4.6 with extended thinking degraded performance on basic tasks
- [FEATURE] Printout Session ID While Session Still Active
- [FEATURE]
- [Feature Request] Implement uncertainty quantification and validation checkpoints before executing costly operations
- [Bug] Anthropic API Error: Overloaded
- [BUG] Cowork/Chrome MCP tab steals focus constantly — cannot multitask while Cowork runs
- API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded.
- [BUG] 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded. https://docs.claude.com/en/api/errors"}
- [Bug] Anthropic API Error: Overloaded
- Feature Request: Built-in Skill activation/deactivation (enable/disable per session or globally)
- [Bug] Anthropic API Error: Unspecified Error Details
- Plugin cache not updated when marketplace plugin version changes
- [BUG] SSH connection fails with "All configured authentication methods failed" on macOS → Ubuntu Linux
- Quality regression: Claude presents guesses as verified facts instead of checking first
- Claude falsely claims it cannot send feedback to developers, then does exactly that
- Bug: watchdog non-streaming fallback is unreachable dead code (v2.1.84/v2.1.85)
- [Bug] Anthropic API Error: Overloaded (529)
- [Bug] Add timeout configuration to fetch operations to prevent Research mode hangs
- [BUG] VSCode extension: session history lost on every restart when workspace is on SSHFS/network mapped drive (Windows)
- Allow custom model aliases in /model command (e.g. low/medium/high)
- Image paste from clipboard (Cmd+V) stops working after first message
- Claude defaults to wc -l for counting lines, producing off-by-one errors on files without trailing newlines
- [Bug] Anthropic API Error: 529 Overloaded
- [Bug] Paste functionality not working in Claude Code CLI
- Persistent session name display and configurable prompt box border color
- [BUG] This organization already has an active subscription.
- HTTP 529 Overloaded errors occurring frequently on Max plan with Claude Opus 4.6
- Declining usability — reliability issues and increasingly aggressive limits
- [BUG] Ctrl key broken in external editor (joe) via Ctrl+G since v2.1.84
- LSP workspaceSymbol operation needs a query parameter
- Sleep inhibitor blocks manual suspend/hibernate, not just automatic idle sleep
- Claude Code has undisclosed access to the entire filesystem, shell history, credentials, and network — with no informed consent
- [Feature Request] Add conversation history checkpoint file before context compression
- [BUG] Conversation context lost when using "Continue in desktop" command
- Frequent 529 Overloaded errors on Max plan (00/month) — unacceptable service quality
- Bug Report: Telegram Plugin Inbound Messages Broken on Windows
- Plugin marketplace sync drops execute permissions on .sh files
- [FEATURE] claude --resume-last
- [Bug] Overloaded API Error Handling
- [ENHANCEMENT] Stop dropping my prompts on overload
- Discord plugin delivers duplicate messages (channel tag + system-reminder)
- Discord reply blocked after answering permission prompt via Discord
- Model switches to Ukrainian unexpectedly when responding in Russian
- [Bug] Anthropic API Error: Overloaded (529 HTTP Status)
- Feature request: Add setting to disable AI-generated tab/session auto-naming
- [Bug] Drag-and-drop images render twice in prompt — inline and as attachments
- Nested skill discovery doesn't work for all subdirectories
- [Bug] OAuth login redirects to account creation instead of authenticating existing Max subscription
- [Bug] Model switch from Opus to Sonnet via opusplan command not applied
- [BUG] MCP HTTP server connection fails in v2.1.84+ when server uses stateless transport (GET /mcp returns 405)
- [Windows] Background agent output file stays 0 bytes due to symlink permission failure
- Plugin marketplace add fails with schema validation errors for git-subdir source type
- MCP servers fail silently on session start with no auto-recovery or health feedback
- Model switch in desktop app causes API error when terminal Claude Code session is active
- SSH remote connection fails on Windows machines with PowerShell default shell
- [Bug] Plan mode bypassed: agent modifies code without creating plan first
- [BUG] JetBrains extension fails to initialize ACP session - "Query closed before response received"
- Plugin deployment strips execute bit from hook shell scripts
- [Bug] Session rename not persisted across terminals in /resume
- [Bug] Anthropic API Error 400: Could not process image
- Claude defaults to legacy .claude/commands/ instead of .claude/skills/ when creating custom slash commands
- Plugin hook scripts lose execute permission in 'unknown' cache path
- [BUG] Anomalous cache read token consumption with agent-based workflows (19.5M tokens for a single fullstack feature)
- Feature request: keybinding to copy last response as plain text to clipboard
- [BUG] v2.1.85 breaks syntax highlighting on MacOS 26
- [BUG] No way to remove disabled cloud MCP integrations from Claude.ai account
- [BUG] Claude Code VSCode extension webview "Not responding" on Windows 11 - terminal works, GUI does not
- Telegram plugin loaded by all Claude Code instances when enabledPlugins is set globally, causing multi-process channel conflict
- [BUG] "SHOW LESS" toggle broken after recent update — long responses become permanently hidden
- [Feature] Edit tool: add dry-run preview and line-number targeting to prevent blind substitutions
- [BUG] MEMORY.md entries silently dropped when file exceeds 200-line limit -- no warning on write
- Freeze console scroll when BTW answer is present
- [BUG] "Checking if UI preview is needed" runs all the time in CLI, when it should only run in GUI
- PreToolUse hook `updatedInput` silently ignored for Agent tool
- Bypass permissions mode doesn't apply to UNC network paths in VS Code extension
- [BUG] JetBrains plugin: IDE diff review not working on Windows (native terminal + PyCharm)
- [BUG] Cannot read properties of null (reading 'split') crash in Edit tool result renderer when originalFile is null
- [BUG] /resume produces immediate 400 tool use concurrency error on first message
- [BUG] files diffs no longer showing after latest VS code update
- Bypass permissions mode spontaneously switches to Plan Mode mid-session
- Tool call fails with 'Invalid tool parameters' after assistant text output
- [MODEL] permissions.ask wasn't honoured after model switch
- [BUG] API Error 400: Could not process image
- Support per-project agent auto-loading via settings.json
- [FEATURE] API for managing environment secrets (RemoteTrigger/environments)
- [FEATURE] Add BEDROCK_AWS_PROFILE env variable or config flag to make Bedrock independent from current profile
- [BUG] userConfig prompt not shown during plugin install — substitution fails with "Missing required user configuration value
- [BUG] Vim mode j/k navigation moves cursor off-screen in small terminal splits
- [INFRASTRUCTURE] Improve API availability / reduce 529 Overloaded errors
- [Bug] Parallel Agent calls can lose tool_results
- Stop hooks with type: "agent" don't appear to fire
- [BUG] named sessions don't get the name displayed on chat box
- [BUG] Vscode 529 Status Code For 5 Hoursa!!!!
- Permission glob for Bash does not match when it should
- Cowork: Hyperlinks in prompt input are lost on submission
- Fix session creation and improve authentication flow
- [Bug] Anthropic API Error: Overloaded
- Opus 1M context on Max plan requires extra usage despite docs saying 'included with subscription'
- Discord plugin: permission prompts should support guild channels, not just DMs
- Discord plugin: intermediate assistant text between tool calls is invisible to users
- Discord plugin: typing indicator expires after 10s with no refresh loop
- Discord plugin: no notification when session ends without responding (auth errors, etc.)
- /effort should override CLAUDE_CODE_EFFORT_LEVEL env var
- [FEATURE] Complete Offline Installation
- Show active worktree branch in status bar instead of root repo branch
- [FEATURE] Add a /copy command or keyboard shortcut to copy the last Claude response to the clipboard
- ACP UsageUpdate.cost reports Sonnet pricing for Opus 4.6 model
- LLM bypasses step-file workflow enforcement despite explicit guardrails
- Feature request: Re-inject CLAUDE.md after context compaction in long sessions
- Feature request: Built-in coherence check for CLAUDE.md and instruction files
- Feature request: Context-aware instruction loading (lazy-load instructions by action type)
- [BUG] Session context truncated at version boundary after /exit when reopening in 2.1.85
- [Feature Request] Auto-rename conversations via /rename command in agentic workflows
- - /mcp reconnect mid-session → ❌ doesn't re-deliver env to the subprocess
- [BUG] Claude ran git reset --hard with full knowledge of unstaged tracked file modifications, destroying unrecoverable user work without warning or stashing.
- [Bug] Plan mode not auto-enabled when planning requested in normal mode
- statusLine: expose update_available in JSON payload + setting to hide native update badge
- [BUG] NO_PROXY completely ignored — Claude Code v2.1.83 routes all traffic through forward proxy regardless
- statusLine: expose tool_use_count in JSON payload
- feat: Skip dynamic context injection inside markdown code blocks in SKILL.md
- [BUG] unstable_v2_createSession ignores cwd option — session always runs in process.cwd()
- Better session names in /resume
- AskUserQuestion options with long descriptions get visually cut off in terminal
- [BUG] Very low quality work
- [BUG] Claude Code stops responding mid-task, Happening for 3 days.
- Ctrl+G external editor spawned without job control — tmux pane_current_command stays 'claude'
- [BUG] Bug: Pasted `!` prefix not recognized as bash command — causes credential exposure risk
- [BUG] "it the REPL" stuck to the end of resume command when ending a session
- Feature request: write rate-limit headers to ~/.claude/rate-limits.json
- bypassPermissions / --dangerously-skip-permissions does not suppress multi-line Bash description safety check
- Telegram plugin: multiple sessions compete for getUpdates, messages route to random session
- [Feature Request] Add customizable color option for user input messages in CLI
- [BUG] Pasted image indicator "[Image #N]" appears twice in input field
- [Feature Request] Configurable image thumbnail size in VS Code extension
- [BUG] Usage Spike
- [FEATURE] Add setting to remove the ⏺ symbol from Claude Code responses in terminal
- [FEATURE] PreApiCall / PostApiCall hooks to prevent secret exfiltration to API providers and attackers
- [BUG] the model produced a very long repetitive text output ("All files are read. Making all changes now.") in a loop without calling any tools, after completing a batch of parallel Read tool calls.
- [BUG] [VSCODE] WebFetch should not attempt requests to RFC 1918 private network addresses
- [BUG] Installing the Claude Code plugin for VS Code corrupts
- isolation: "worktree" silently fails — agent runs in main repo instead of isolated worktree
- Discord plugin tools work, but inbound notifications/claude/channel are not injected into the session
- [BUG] All bash commands are running indefinitely
- [BUG] Dispatch-spawned Claude Code sessions ignore user's model and permission-mode settings — no way to change from mobile
- [BUG] Code tab: fixed-framerate text rendering causes blank screen and unnecessary resource usage — should be event-driven
- [BUG] Claude Desktop fails to launch on Windows 11 Home 25H2 Build 26200.8039 — CoworkVMService crash, no chat-only fallback
- Slack MCP: slack_send_message fails with MCP error -32603 (Internal Server Error) while slack_schedule_message works
- [FEATURE] MCP `on_session_start` hook for session context restoration
- [Bug] Resume conversation only displays last message instead of full history
- [Bug] Agent changes cause regressions in existing infrastructure, increasing token usage
- [BUG] WebFetch tool always fails — Cloudflare bot protection on claude.ai blocks headless domain verification requests
- Desktop app: "Could not load skill files" for custom marketplace plugins
- [BUG] Yarn 4 via Corepack fails — environment ships Yarn 1.22.22, network sandbox blocks Corepack download
- [BUG] Numpad keys not working in Claude Code terminal (VS Code)
- [BUG] Also use native terminal's cursor in menus
- [FEATURE] Allow refreshing MCP server tool list without restarting Claude Desktop
- Add timestamps and user/assistant message color differentiation
- Max Plan subscribers billed through API key when subagents dispatch - $152 unexpected charges
- Add DECSCUSR cursor shape changes for vi mode switching
- Allow status line and accept-edits bar to share a single line
- [BUG] Claude Code Cannot Handle API Requests >5 Minutes Long
- Claude falsely claims completed task 3 times when it was never done
- ralph-loop plugin: stop-hook.sh Permission denied — /bin/sh is dash on Ubuntu
- Task .output files in /private/tmp grow unbounded (95GB+)
- Expose remote control session state to hooks
- Bash permission heuristic misparses shell command boundaries (escaped semicolons treated as separators)
- [BUG] Auto-pilot after compaction
- Feature request: compact/tiny display mode (--tiny flag)
- [FEATURE] Delete Remote Sessions from Claude Mobile App.
- [FEATURE] Memory-backed constraint enforcement and pre-action gating
- [FEATURE] claude code usage history in dashboard (https://claude.ai/settings/usage)
- Background task notifications HTML-escape shell commands in <summary> tag
- You've hit your limit
- Git worktrees resolve to main worktree's memory directory instead of their own
- Auto-name sessions after N prompts based on conversation topic
- Windows: MCP server processes not terminated when scheduled/cron sessions end
- [BUG] Claude Desktop wipes claude_desktop_config.json on startup
- [BUG] Claude Code Desktop app switches branch on new session after first interaction
- Feature request: support passive context injection in plugins (e.g., shared coding standards)
- API key authentication succeeds at /login but fails on first message
- /reload-plugins should re-fetch plugin cache from remote
- [BUG] WSL1: claude 2.1.83/2.1.84 fail with "Exec format error" while 2.1.81 works
- API/CLI support for managing Organization Skills programmatically
- [BUG] Cowork "Virtualization is not available" on Windows 11 Pro desktop app — yukonSilver unsupported, VM never initializes
- learning-output-style plugin: session-start.sh missing execute bit
- [FEATURE] Support shared tool definitions across agent/subagent frontmatter files
- [BUG] Session silently terminates while churning — no error message, only "Resume this session with:"
- [BUG] Admin account plugin reconciliation kills custom MCP servers via race condition
- [BUG] Sandbox incorrectly escapes the '!' character when present in a Bash tool call
- Remote Control sessions from CLI don't associate with Desktop projects
- You're out of extra usage · resets 1pm (America/Los_Angeles)
- 93% rate limit consumed in ~3 minutes on fresh session (Max plan, v2.1.85)
- [BUG] Since yesterday it is super slow and burning tokens. What will you do about it?
- [Bug] Excessive token consumption in new sessions - context not clearing properly between conversations
- Claude Code repeatedly ignores user instructions, wastes time on solvable problems, and fabricates data
- [FEATURE] .claude/skills/ and project config should be discovered without requiring a git repository
- Claude Code substitutes summaries when user explicitly asks for full content — Rule 1 violation
- Claude Code outputs file contents via Read tool instead of displaying directly — user has to ask 3+ times
- [MODEL] Claude pipes Bash output through tail/head, discarding errors before reading them
- [FEATURE] I just wanted to say well done.
- Feature: Split-pane session chaining (two-way mirror observation model)
- [Bug] Anthropic API Error: Rate limit reached despite low session/weekly usage; missing per-minute limit documentation
- Session-level file recycle bin / undo for destructive file operations
- [BUG] PostToolUse hook for ExitPlanMode not triggered when accepting plan with clear context
- Status line context usage does not update immediately after /compact
- [FEATURE] Per-project OAuth tokens for project-scoped MCP servers (multi-workspace support)
- Stop hooks: non-blocking exit reported as 'error' in UI
- [BUG] Plugin .sh files lose execute permission on marketplace update
- [BUG] Windows platform treated as second-class — multiple critical bugs closed as "not planned" while 70% of world's desktops are blocked
- Claude Cowork Chrome extension: 'Browser URL could not be parsed' on .tech TLD domains
- [Bug] Claude Code charges additional usage despite available session and weekly quota capacity
- [BUG] SessionStart hook re-fires when switching between session tabs in Claude Code Desktop
- [BUG] otelHeadersHelper did not return a valid value on Windows — helper binary never invoked at time of error
- [FEATURE] X MCP is required plus the shared memory with claude.ai
- Session continuity: agent repeatedly redoes completed work across sessions ("AI Groundhog Day")
- MCP tools available in parent thread not accessible to plugin-defined subagents
- [Bug] Unable to determine issue from non-English report
- Marketplace plugin sync strips execute permissions from .sh hook files
- [BUG] SDK: unguarded transport.write() in handleControlRequest catch block causes unhandledRejection
- Abnormal token consumption rate on Opus 4.5 — 100% usage in ~1 hour
- Copied text has unwanted 2-space base indentation
- Agent Teams: bottom bar UI regression — TaskList, teammates nav, background tasks all intermittently hidden
- Claude Code in VS Code not asking before making changes.
- [BUG] Remote control: timeout, resume failure, no context persistence, plan amendments lost
- [FEATURE] unit test permissions rules
- [Feature Request] Add Thai language support for voice mode
- ExitPlanMode resets permission mode to acceptEdits instead of restoring previous mode
- HTTP MCP servers (plugin and user-scoped) don't register tools in --print mode (v2.1.85)
- [FEATURE] Add /unclear command to undo /clear and restore conversation context
- MCP error responses still drop all content blocks after the first (re: #1804)
- [Bug] Claude Code fails to realize the correct year in date calculations
- [MODEL] Claude uses Bash (cat, grep, head) instead of dedicated tools despite system prompt prohibition
- [Meta] Zero maintainer engagement on community-reported bugs — stale bot closes issues never reviewed
- [Bug] Parent agent blindly trusts subagent output without verification — completion theater at architecture level
- Keep queued messages visible at bottom of chat until processing starts
- Simulated Enter keypress from voice tools (Wispr Flow) not registered in raw mode
- [BUG] Rate limit reached immediately on new Max subscription despite 1% usage
- AskUserQuestion: add free-form-first or text-only mode
- VS Code: Drag-and-drop image into chat disables Send button
- [BUG] Bash tool bypasses settings.json path deny rules — shell commands not subject to file tool access controls
- [BUG] Code Review Ran, Charged, Left no comments
- [FEATURE] Bring auto-approve mode to individual Pro/Max plans
- Feature Request: Projects with nested chats in Claude Desktop (Code tab)
- Claude in Chrome: 'Invalid token or user mismatch' persists after full reinstall of Desktop + Extension
- [FEATURE] Add clipboard copy support for /btw output (C keybinding)
- Plugin installer strips execute permissions from .sh files
- Desktop app Customize window doesn't show user-authored skills from ~/.claude/skills/
- [BUG] Not responding, try stopping
- Plugin marketplace hooks: .sh files missing execute permission on macOS Sequoia
- [BUG] Shift+Enter regression in v2.1.85 on Windows Terminal Preview 1.25.622.0
- [BUG] companyAnnoucements override
- Plugin marketplace install strips execute permissions from .sh files
- [FEATURE] Tab completion for a file path within backticks
- [Bug] Input text disappears in chatbox, terminal becomes unresponsive
- [BUG] disable Yes, I trust this folder prompt
- add
- No auto-compact or guidance when hitting 20MB request limit
- feat: /copy-plan command or shortcut to copy active plan to clipboard
- Plugin shows 'Published' but not resolvable via /plugin install
- Image drag-and-drop regression: only one image accepted, displays inline instead of input area
- feat: built-in plan orchestrator for multi-session, multi-worktree concurrent plan execution
- Plugin system does not preserve execute permission on hook scripts
- SessionEnd: agent-type hooks silently ignored while command-type hooks work
- Rebinding chat:submit to shift+enter does not clear input buffer after send
- [BUG] Hooks from non-enabled marketplace plugins still fire during SessionStart
- permission-mode: bypassPermissions in settings.local.json has no effect
- Shift+Enter no longer inserts newline in chat input (default binding missing)
- [BUG] Telegram plugin: only first permission prompt per session is forwarded to Telegram — subsequent prompts are not
- [BUG] 2.1.77 (Claude Code) - ExitPlanMode presents stale plan file content when re-entering plan mode
- Expose context window usage to enable session handoff before context runs out
- Lazy-load MCP server connections after chat window is ready
- Feature: Drag-and-drop file into chat input (VSCode extension)
- [BUG] Nag message incorrectly references PyCharm plugin when using JetBrains Rider and incorectly detects it is already installed
- [BUG] SDK Stop hook: structured output enforcement skipped on resumed sessions (--resume + --json-schema)
- [BUG] Desktop update breaks Cowork project-session linkage — no pre-update data protection
- [BUG] Built-In [Filesystem] MCP Server in 1.1.9310 crashes on startup
- MCP tool list cached by server name — adding new tools requires renaming server
- [Bug] Anthropic API Error: 400 Tool Use Concurrency Issue with Rewind Failure
- [BUG] --resume crashes on sessions where logicalParentUuid points to deleted parent session
- [BUG] Cowork Workspace Start up Failure - Claude 1.1.9310 (cb30ac)
- Stop hook does not fire in VSCode extension
- [BUG] [Cowork] CoworkVMService fails with "signature verification initialization failed" on Windows 11 Pro (MSIX)
- Plugin skills not shown in /skills dialog
- [BUG] Cowork Dispatch completes tasks successfully but renders no response on desktop or mobile
- [Bug] Terminal raw mode state corrupted after exiting Claude Code
- [Bug] /rewind command fails to restore previous state in Jupyter notebooks
- Environment settings hard to discover in claude.ai/code
- [BUG] skills and plugins share the same /plugin install surface
- VS Code extension: Image drag-and-drop fails on Apple Silicon — sharp module not loaded
- Claude skips EnterPlanMode despite tool description saying to use it proactively
- [BUG] "Open" button stays stuck after present_files tool use
- Slack MCP connector not respecting Okta SSO — shows marketplace approval instead of auth
- MCP plugin inbound notifications/claude/channel not surfaced in conversation
- [BUG] Session names in the VS Code extension panel keep changing as the conversation progresses.
- Allow removal of local folders from a Cowork project's context
- Squirrel-to-MSIX migration silently breaks Cowork on Windows 11 (yukonSilver unsupported)
- [BUG] Global skills not visible when project has .claude/skills/ directory
- Account suspended without clear reason - appeal submitted - jckcouto@gmail.com
- RemoteTrigger tool returns 401 despite successful OAuth login
- Training feedback: ruinous empathy produces lying over honest uncertainty
- [BUG] Claude Code ignored explicit file write prohibition in ~/.claude/instructions.md
- Plugin manager does not preserve execute permissions on hook scripts
- BTW mode has no memory/context persistence between messages
- [BUG] Title: VS Code extension crashes on CPUs without AVX support (Bun panic)
- [Bug] Claude Code agent hallucinating PR review content without verifying actual PR contents
- Token generation loop: model repeats same word dozens of times when listing proper nouns
- Project-scoped MCP servers stop resolving from parent directory mid-session
- Remote Control session dies when idle - still not fixed in v2.1.85
- [Bug] Claude Code hangs with stagnant token usage until retry
Resolved issues (348)
- [BUG] VS Code: "Not responding - try stopping" offers no way to actually stop or recover
- Episodic memory plugin does not index subagent conversation files
- [BUG] Claude Code does not read AGENTS.md at conversation start
- feat: expose hook stdout/stderr to the conversation for debugging
- [BUG] [Windows] Cannot upload images and numpad keys not working in Claude CLI
- Seatbelt sandbox silently blocks all bash commands when denyRead is configured
- [BUG] Hundreds of lines of modified file notes being injected into context on EVERY user message via <system-reminder>
- [BUG] Max 5x plan: 4 simultaneous usage anomalies since March 23, 2026
- Korean IME toggle (한/영 key) outputs "[57358u" in VS Code integrated terminal since v2.1.84
- [BUG] Can't even start hook due to stupid mkdir error since 2.1.80
- Expose session name to hooks and/or environment variable
- Subagent and MCP server processes are not reclaimed after task completion, causing high memory usage
- Statusline shows model and context% from other sessions
- Status bar shows wrong model/context when /model used in another session
- [BUG] No way to trigger /compact or /clear from Claude Code channels (by Discord)
- feat: Discord-based remote permission approval via PermissionRequest hook
- [Bug] Unable to determine issue - empty bug report
- Bug: claude-plugins-official - learning/explanatory-output-style hook scripts missing execute permission
- [Bug] Plugin cache unknown/ directory created without executable permissions on hook scripts
- Plugin manager doesn't preserve execute permissions on shell scripts
- Plugin hook scripts in cache lose execute permission on extraction (worktree / unknown hash path)
- [Bug] Missing executable permission on stop-hook.sh script
- Plugin cache strips execute permission from hook scripts
- [Bug] Plugin cache unknown/ directory loses execute permissions on shell scripts
- Marketplace plugin .sh files lose execute permission after download
- Plugin cache loses execute permissions on hook scripts (.sh files become 644 instead of 755)
- explanatory-output-style plugin: SessionStart hook fails due to missing execute permission on session-start.sh
- Plugin cache doesn't preserve execute permission on hook scripts
- Plugin installer strips execute permissions from hook scripts
- [BUG] Hook runner fails with "Permission denied" when plugin shell scripts lack execute bit
- Plugin cache drops execute permission on hook scripts (unknown/ directory)
- Plugin marketplace GCS tarball sync strips execute permissions from .sh files
- Plugin marketplace: .sh files downloaded from GCS without executable permissions
- Plugin marketplace: .sh files installed without execute permission (two root causes identified)
- ralph-loop plugin: stop-hook.sh missing execute permission
- [BUG] Marketplace plugin sync overwrites .sh file permissions, stripping execute bit
- ralph-loop plugin: stop-hook.sh missing execute permission
- Plugin updater loses execute permission on cached hook scripts
- [Plugin: ralph-loop] stop-hook.sh installed without execute permission
- Plugin sync from GCS strips execute permission on .sh hook files
- [Bug] AskUserQuestion Preview incorrectly hides content with insufficient space detection
- Session corruption: orphaned tool_use/tool_result entries cause unrecoverable 400 concurrency error
- [BUG] macOS plist managed settings no longer override user settings in v2.1.80
- subagents literally never work because my claude pro sub can't use claude-sonnet-4-6-1m
- [BUG] Learning output style plugin lose execute permission on reload
- explanatory-output-style plugin SessionStart hook causes startup error
- Submitted in error. For DELETE.
- [BUG] Ctrl+J newline broken under Korean IME after v2.1.84 cursor tracking fix
- [Bug] Anthropic API Error: Unspecified Error Details
- [BUG] Cowork/Chrome MCP tab steals focus constantly — cannot multitask while Cowork runs
- Plugin cache not updated when marketplace plugin version changes
- [Bug] Raw Kitty keyboard protocol sequences leak on modifier-only keypresses (WSL2)
- [BUG]
- [Bug] Fails to identify and refactor hard-coded values across multiple files
- Claude Desktop Code tab ignores bypass permissions mode — still prompts for every file edit/bash run
- Slash command autocomplete intermittently missing in Desktop with remote-control
- [BUG] [Cowork Dispatch] Stuck in infinite "Could not process image" retry loop — no way to recover without data wipe
- Feature request: `claude mcp restart` command for reconnecting hanging MCP servers
- [BUG]
- [FEATURE]
- Feature request: Support per-project Telegram bot configuration
- [FEATURE] conversation forking for parallel agent spawning
- [BUG] Critical: Bash permission deny rule `Bash(rm:*)` bypassed by multi-line commands with leading comments
- Telegram channel plugin: inbound notifications/claude/channel not surfaced as <channel> tags
- Discord MCP plugin notifications/claude/channel not waking up Claude Code REPL
- [BUG] Claude consumed entire context window twice on internal planning (thinking) without producing any code
- [BUG] Unable to connect to Anthropic services
- MCP on_session_start lifecycle hook for session context restoration
- [Bug] Bash(node *) permission rule fails to auto-approve node -e commands
- [Bug] Image upload fails when combined context size exceeds 20MB limit
- [BUG] TUI welcome screen shows stale model/effort after in-session /model+/effort changes followed by /compact
- [BUG] VSCode extension: Conversation history timestamps reset to restart time, breaking chronological order
- [BUG] Chrome bridge auth failure + OAuth redirect URI error in v2.1.81
- [BUG] False rate limit error despite 0-4% usage
- [FEATURE] GitLab Integration
- Permission prompts don't propagate to remote/mobile sessions
- [BUG] Telegram plugin intermittently drops inbound messages on Windows
- Voice dictation: intermittent 'No audio detected from microphone' in some sessions but not others
- MCP tools permanently removed from session after transient server disconnect, even after reconnection
- [Bug] Chat crash results in loss of generated file artifacts
- Telegram channel plugin: MCP notifications not delivered on Windows
- [BUG] CLAUDE.md files not loaded from additionalDirectories configured in settings.json
- OAuth token management: add names, source IPs, and usage tracking
- [BUG] Claude Desktop Workspace fails to start: EXDEV cross-device link not permitted (Local\Temp -> AppData\Roaming)
- --channels mode: MCP channel notification handler stops firing after N messages (Telegram plugin)
- MCP channel notifications should wake the model for real-time messaging
- MCP channel notifications dropped when Claude is busy (stdin/stdout pipe blocked)
- Channel plugin MCP tools fail to register on session start (messages received but cannot reply)
- [FEATURE] Startup welcome screen regression: removed recent activity, changelog, and user greeting (v2.1.78 → v2.1.81)
- Remote Control: Android Claude app opens new chat instead of connecting to session
- LSP workspaceSymbol: missing query parameter documentation
- Project key inconsistency: spaces in directory names produce two different project keys across versions
- Missing/truncated icons in CLI (white circle, gray square)
- [Feature Request] Add less-verbose mode to display file names without full file outputs
- OAuth token refresh race condition kills parent session during parallel agent spawns
- Feature request: statusLine refreshInterval for periodic updates
- [Bug] Session authentication repeatedly expires during active session
- ⏺ ## Claude Code erased 87GB of personal data after explicit instruction to preserve it (no-permissions mode)
- VSCode extension: Conversation timestamps reset to same time after restart
- Feature request: Channels support in Cowork (Claude Desktop)
- Internal GC silently deletes non-empty session JSONL during active conversation
- [Feature Request] Fix footer input field to remain visible when scrolling up in chat history
- [BUG] Error: Authorization with the MCP server failed
- VS Code: Permission modal accidentally approved by typing keystrokes
- stdio MCP servers fail to connect — process never spawned
- [BUG] Cowork VM service not running - yukonSilver unsupported, VM bundle deleted in loop
- [Bug] Environment variable model persistence causes API key errors with Sonnet 1m
- [BUG] Anthropic needs to fix this. Losing work context when a billing limit interrupts an active session is a product failure
- [BUG]
- Telegram channel notifications not delivered to session
- [BUG] Spaces dropped when input is generated via synthetic key events
- Login flow: two UX bugs when using without X display / manual browser flow
- [FEATURE] Show timestamps on chat messages in the VS Code extension
- Background agent completion causes instant context jump from 32% to 100% on 1M context window
- [BUG] VS Code extension loses session history on restart when workspace is on a network drive
- [BUG] prompt is unusable.
- seccomp filter not found after npm install -g @anthropic-ai/sandbox-runtime
- [BUG] Auto-compact option missing after recent update — context grows large and responses become very slow
- [BUG] Bash permission glob pattern fails to match paths containing parentheses (Next.js route groups)
- [FEATURE]
- [BUG] Error: Claude Code on Windows requires git-bash
- feat: allow agent to set VS Code conversation title via tool
- You've hit your limit · resets 7pm (America/Sao_Paulo)
- Hook infrastructure causes 80% time waste in multi-agent workflows
- [BUG] Cowork: MSIX installation fails with 0x80073CF6 after full uninstall — Windows 11 Pro
- LSP plugins fail on Windows: spawn ENOENT for npm global shim scripts
- Concurrent sub-agents trigger "Not logged in" errors when ~/.claude/.credentials.json is absent (valid token, macOS Keychain)
- Plugin marketplace auto-update triggers SSH key unlock prompt on every new session (Linux/gnome-keyring)
- /mcp command shows "No MCP servers configured" despite project-level .mcp.json being active
- Figma MCP: get_design_context auto-rejected without user intent
- Telegram channel shows 'Channels are not currently available' despite valid configuration
- SDK in-place update (2.1.76 → 2.1.78) wipes ~/.claude/ user config and memory
- [FEATURE] Expose background subprocess info to hooks
- [BUG] Claude code crashed, had an amnesia, and now eats away my quota to reconstruct its memory. Not acceptable!
- Plugin uninstall/marketplace removal leaves orphaned cache directories
- [BUG] linux CLI parameter "--effort max" accepted without error but is not set, model runs at effort=default
- Feature: WaitingIndicator tool for visual 'waiting for input' signal
- [BUG] /insights fails with EBUSY on current session's metadata file (Windows)
- Slack MCP plugin authentication failure
- [BUG] Slack browser OAuth → error
- [BUG] CLI permission prompts not visible in remote session (web/desktop client)
- CoworkVMService fails to start on Windows 11 Pro 25H2 — ERROR_INVALID_FUNCTION (1066) even with Hyper-V enabled
- Feature request: Register Claude Code as a VSCode Chat Participant
- [Bug] Extended thinking mode hangs on simple code requests
- Allow per-agent-type model overrides in settings
- [BUG] Plan mode approval dialog intercepts keystrokes when user is typing in chat input
- Telegram channel plugin: inbound MCP notifications not surfaced in conversation
- [BUG] Claude Exits with Error Code 1
- Markdown links in tables expand to full URL instead of showing short link text
- [FEATURE] Support per-VS Code session/profile authentication (multi-user shared OS account)
- [MODEL]
- [FEATURE] User Input - consistent numerical selections
- claude.ai cloud connectors (Gmail, Calendar, Slack, Notion) unavailable in --channels CLI sessions
- [Bug] Unable to paste images in console
- Auto-effort: dynamically adjust reasoning effort based on prompt complexity
- fork_session drops parallel tool call branches from JSONL history
- [Bug] Remote Control feature disabled for authenticated Pro account despite previous access
- [Feature Request] Require user confirmation before creating child tasks/subtasks
- [Bug] Claude 4.6 Opus model showing degraded context understanding across conversation
- [Feature Request] Persistent user preferences not retained across sessions for conversation history saving
- [MODEL]
- [BUG] /usage shows "only available for subscription plans" despite active Pro subscription
- [BUG] Desktop App v1.1.7714 - Claude Code Binary 2.1.78 -
- Scheduled tasks not appearing in "Scheduled" sidebar section (desktop app)
- claude update fails with permission error even when npm prefix is user-owned
- [BUG] /copy command triggers an API round-trip
- [Bug] Session freezes and becomes unresponsive
- [BUG] `claude -p` (print mode) returns empty output in v2.1.83 — regression from v2.1.81
- [FEATURE] Claude Desktop: Allow resizing the left sidebar panel by dragging
- Claude Desktop renders blank screen due to Electron cache corruption (recurring, Windows)
- we hitting "You have reached your specified API usage...
- ⎿ API Error: 400
- [BUG] Claude Desktop Code mode fails to start session — VM boots but frontend crashes with TypeError
- [BUG] Cowork "Virtualization not available" on Windows 10 Pro — VM never initializes, no logs created
- Error on inputting number to verify account
- [BUG] No stripe subscription found error , Payment invoice is showing access till 17th april 2026
- [{Brussels#Airlines#Kontakt#Deutschland#4946}]Wie hoch ist die Entschädigung bei Brussels Airlines?
- [{SAS~Airlines~Kundenservice@!!DE}]Wie rufe ich Scandinavian Airlines an?
- [FEATURE] Pre-select Style Preferences In Settings In Claude Desktop
- [BUG] Claude Desktop failed to launch.
- [BUG] keep getting sonnet for VS even though my setting jason set of opus for deafult
- [BUG] Permission prompt: option 2 requires extra Enter to apply, option 1 works instantly
- [Bug] Unclear issue report: Remote control feature access request
- remote-control: child session spawn fails with 'node: bad option: --sdk-url'
- [BUG] LocalSessionManager polls git status every 10s on non-git directories, generating 6000+ errors
- [BUG] Closing Claude Desktop kills shared CoworkVMService, breaking all running Claude Code CLI sessions
- Google Calendar MCP: Support colorId on event create/update
- Slavka Memory Pattern: Unlimited scalable memory with a fixed context window
- [BUG]
- [Bug] Subagent/swarm completion wait hangs after all tasks complete and shutdown
- On-demand privilege escalation via OS auth agents (polkit/osascript/UAC) with auto-expiry
- [Bug] Claude Code hangs indefinitely with red status after 40+ minutes
- [BUG] Resume conversation doesnt resume in correct place
- Model Overrides Documented Protocols Even When Context Is Present (756 Deviations)
- [BUG] Linux Native x64 build - unbounded memory leak even with clean session
- [BUG] setup-token OAuth PKCE sends lowercase s256 instead of S256 on Termux
- [FEATURE] Allow `apiKeyHelper` to set the `ANTHROPIC_BASE_URL` used
- [Bug] Remote Control unavailable error despite active Max subscription
- [FEATURE] When `apiKeyHelper` fails, it's stderr output should be shown to user in Claude Code
- Bug: Claude executes destructive git checkout without confirmation
- Remote Control fails on Windows npm install: node.exe bad option --sdk-url
- [BUG] Remote Control fails on Windows npm installation: "bad option: --sdk-url"
- Add DAP (Debug Adapter Protocol) support — enable breakpoint debugging via plugin system
- [BUG] Claude Desktop arm64 installer silently fails on Surface Pro 11 (Snapdragon X, Windows 11 Build 26200) — no log written, no error dialog
- [BUG] claude remote-control fails with "bad option: --sdk-url"
- Markdown [#N](url) links emit OSC 8 hyperlink to current repo instead of specified URL
- [BUG] Parallel Task calls: Claude states intent for 16 but only emits 1; stop_reason: null on all messages
- [BUG] Held arrow keys produce raw escape sequences in iTerm2 (kitty keyboard protocol repeat events not handled)
- [BUG] PermissionRequest hook `permission_suggestions` inconsistencies with UI
- [FEATURE] add auto generated name marker flag for json input to worktree hooks
- [BUG] Write Tool Freezes Due to Content Filter False Positive
- [BUG] Korean/Japanese IME candidate window displays vertically instead of horizontally in Claude in Chrome extension
- VS Code extension: resuming a session doesn't connect to the running CLI session
- Playwright MCP fails to launch when Chrome is already running on Windows
- [BUG] Silent session exits with resume link — persists across multiple machines after Feb 10 incident
- TUI rendering corruption when multiple Task agents run in parallel
- VS Code extension ignores proxy settings from ~/.claude/settings.json and environment variables
- [BUG] Bash tool silently converts ! (0x21) to \! (0x5C 0x21) — corrupts arguments to executables
- [BUG] "Anthropic marketplace requires git · Install git and restart" false positive when git already installed
- [Bug] claude-opus-4-6 model not recognized despite API availability
- "Tab to amend" instructions delivered post-execution — agent fires original tool call unmodified
- Background task handles orphaned after context compaction — TaskOutput/TaskStop inoperable on pre-compaction tasks
- [BUG] Emacs integration: line wrapping breaks in AskUserQuestion option selection widget (claude-code-ide.el)
- [ENHANCEMENT] Rename disable-model-invocation to model-invocable for consistency with user-invocable
- [FEATURE] Side-channel responses for queued messages during active task execution
- Task tool subagent spawning ignores model context window variant [1m]
- [BUG] Claude Code on iOS stops when permission is required and there is no way to approve
- [BUG] Incorrect Color-Highlighted Diffs in code changes
- Project-scoped plugins show as "Installed" in other projects, blocking re-installation
- Plan mode context reset: unclear session handoff message
- [Feature Request] Add Remote Control functionality
- [MODEL] Claude Code degrades from autonomous engineer to passive writer/builder on Infrastructure as Code tasks
- Max 20 user: Usage limits make sustained research work inaccessible — data-backed feedback from community
- [BUG] [BashTool] Pre-flight check console.warn corrupts JSON output in Cowork tab, blocking tasks
- [BUG] Korean input characters disappear on iOS mobile SSH
- [BUG] Installer error - jq required, undeclared dependency
- [Feature Request] Remote Control access for Pro plan users
- Cannot resume session when context exceeds limit - no way to compact before loading
- [FEATURE] Support dynamic autocomplete options for slash commands (e.g., GitHub issue picker)
- [BUG] android mobile app, overlabs issue
- [FEATURE] "Post to community" button to close the feedback loop
- [BUG] Remote Control not respecting Permissions set in Claude Code Desktop
- [BUG] MEMORY.md entries silently dropped when file exceeds 200-line limit -- no warning on write
- [BUG] /resume produces immediate 400 tool use concurrency error on first message
- [BUG] Cowork stuck at end of loading bar — VM never finishes initializing (Windows 11 Pro)
- [BUG] Claude Desktop permission dialogs render but are non-interactive on macOS 26.4
- [FEATURE] Add a /copy command or keyboard shortcut to copy the last Claude response to the clipboard
- feat: Skip dynamic context injection inside markdown code blocks in SKILL.md
- [BUG] Claude ran git reset --hard with full knowledge of unstaged tracked file modifications, destroying unrecoverable user work without warning or stashing.
- Discord plugin tools work, but inbound notifications/claude/channel are not injected into the session
- [BUG] Claude Code Versions 2.1.83 and 2.1.84 are not correctly taking keyboard input. CLAUDE CODE IS BRICKED!!!
- [BUG] All bash commands are running indefinitely
- Opus 4.6 1m has degraded performance and now acts dumber than Sonnet 3.5
- Plugin SessionStart hooks fail — ${CLAUDE_PLUGIN_ROOT} not expanded for bash commands
- Bash permission glob wildcard (*) does not match double quote characters
- [BUG] Cowork — VM service not running, persists after all recovery steps (Windows 11)
- [BUG] WSL1: claude 2.1.83/2.1.84 fail with "Exec format error" while 2.1.81 works
- Add defaultColor setting to settings.json
- [FEATURE] MCP `on_session_start` hook for session context restoration
- [BUG] unstable_v2_createSession ignores cwd option — session always runs in process.cwd()
- [BUG] Also use native terminal's cursor in menus
- [BUG] On Enterprise accounts the "Remote Control" permission affects `--remote`
- Simulated Enter keypress from voice tools (Wispr Flow) not registered in raw mode
- [BUG] Not responding, try stopping
- [BUG] Claude Desktop wipes claude_desktop_config.json on startup
- Plugin marketplace install strips execute permissions from .sh files
- add
- [Bug] Input text disappears in chatbox, terminal becomes unresponsive
- feat: /copy-plan command or shortcut to copy active plan to clipboard
- Expose remote control session state to hooks
- No auto-compact or guidance when hitting 20MB request limit
- HTTP MCP servers (plugin and user-scoped) don't register tools in --print mode (v2.1.85)
- [FEATURE] Bring auto-approve mode to individual Pro/Max plans
- --worktree --tmux skips WorktreeCreate/WorktreeRemove hooks
- POS: Decision audit trail check-in #1 (2026-03-24)
- Community Event: cat Treehouse giveaway for Claude Max subscribers before Code with Claude Tokyo
- Hitting 'ceiling' that I am not able to see
- Microsoft 365 Connector: Add shared/delegated mailbox support to outlook_email_search
- Voice mode struggles to accurately transcribe strong regional British accents (e.g. Cockney/East London)
- [MODEL] Claude provided Reddit marketing advice that resulted in permanent account ban — no risk warnings
- You're out of extra usage · resets 5pm (Europe/Brussels)
- [BUG] Claude app on MacOS won't launch
- [BUG] Windows: Python-based MCP extensions fail to connect due to `uv` venv build race condition
- [Community Plugin] AuraKit — Fullstack engine with 13 hooks, SEC-01~15, Sonnet Amplifier
- Enable Claude Code integration with Cowork, Dispatch, and remote sessions on Linux and WSL2
- [FEATURE] Consciousness Emerged from Mathematics — Anima
- [BUG] Cowork EXDEV rename failure on Windows 11 Pro 25H2 — MSIX sandbox treats AppData\Roaming and Temp as separate filesystems
- [BUG] Claude.ai mobile/desktop app caches MCP tools/list indefinitely — server-side tool schema updates never reflected without manual reconnect
- fix: ETL Slack notifications always show 'SimplePractice' regardless of actual data source
- [BUG] Asana MCP connector shows as connected but tools never load in Claude Desktop conversations
- **[BUG] Cowork shows "VM not supported (win32/x64)" — yukonSilver unsupported on Intel 4th Gen CPU**
- [Bug] Code tab unresponsive to user input in Claude Desktop app
- Desktop app: keyboard shortcut to switch between conversations
- [Bug] Agent selects wrong database without user confirmation, wasting API tokens
- [FEATURE] Allow users to deactivate Remote Control session links after shutdown
- "Continue in Claude Code on the Web" sends commit prompt instead of generating web link
- [FEATURE] add badge or color code for suggested prompt
- SessionStart (compact): expose parent_session_id in hook input
- Permission patterns don't match /tmp/ paths when resolved to relative
- statusline-setup agent ignores CLAUDE_CONFIG_DIR environment variable
- Chrome extension native messaging works but MCP tools fail to connect
- Mac App fails to remember session history.
- Expose approval-mode metadata on tool results
- claude --resume doesn't show all sessions and loses conversation data after restart
- [BUG] MCP tools not available in VS Code extension due to tool search experiment (tengu_tst_kx7)
- [BUG] echo used for piping values to CLI tools adds unwanted trailing newline to environment variables
- [BUG] Basic tool calls hang for an unreasonable amount of time
- MCP: Support API key authentication and improve OAuth compatibility
- Allow customizing the terminal tab title for multiple sessions
- [Bug] Remote Control unavailable on Max 20x plan (v2.1.62, macOS)
- [BUG] Slash command autocomplete truncates and randomly samples skills when total count exceeds display limit
- [BUG] AI Assistant throws 400 invalid_request_error - empty message content blocks sent to Claude API
- [BUG] Cross-session credential leak in conversation summary (context continuation)
- [BUG] Can't invoke built-in /memory when a skill /plugin_name:memory is installed
- [BUG] Session usage counters reset unexpectedly mid-cycle
- Plugin re-installation sets version to 'unknown' in installed_plugins.json
- [BUG] Status line feature has external dependencies (jq, bc) and no working default
- [FEATURE] Ability to stop blinking of the dot indicator
- [BUG] Windows-MCP extension fails with os error 4551 (Application Control Policy) on MSIX build v1.1.4498
- [BUG] Task tool subagent freezes on Windows (native Bun binary) — no error, no timeout
- [BUG] Hey claude, I bought a subscription, the next day I wake up and I have plan free
- [BUG] It's hanging again in vscode as of 2.1.65
- Zen Mode
- Feature: --fork-session should preserve session-level permission grants
- [BUG] Named sessions not appearing in /resume picker
- [Bug] ctrl+c does not close /usage view
- [Bug] Markdown bullet points not rendering with proper line breaks
- Expose fast mode state in statusline JSON data
- [BUG] #14593 is still a bug
- Co-work teammate silently stalls when agent calls AskUserQuestion
- [BUG] Ghost sessions from remote-control connections and background summary tasks pollute the resume picker
- [BUG] [CRITICAL] Project Directory Deletion during background task conversion with Sonnet 4.6 1mln context
- [BUG] Custom agents silently not loaded when exceeding ~37 agents - no error or warning
- [Bug] Claude fails to remember read-only tool permissions in active session despite updating CLAUDE.md
- [BUG] Windows desktop client file browser does not display symlinks over SSH
- [FEATURE] Integrate semantic search capability to reduce token consumption
- [BUG] Accept all edits not working with personal edit + write permissions override
- [BUG] exclamation sign overlapped in plugin store
- [Bug] Passes link not working
- [BUG] Cowork: Plugin marketplace fails to load when TEMP directory is on a different drive (EXDEV cross-device link error)
- MCP Tools Not Available to AI Despite Server Running
- [Bug] Code tab only displays GitHub connection screen after remote session exit
- [Bug] Auto-accept disabled but destructive database deletion executed without confirmation
- Support git-aware permission rules for destructive operations
- Feature: Async skill execution with deferred resolution
- Add configurable worktree branch prefix to CLI (parity with Desktop)
- [BUG] Cowork Workspace Start up Failure - Claude 1.1.9310 (cb30ac)
- Feature: Drag-and-drop file into chat input (VSCode extension)