Digest / December 7, 2025
Claude Code Issues Digest — December 7, 2025
89 new issues filed ·
75 resolved in anthropics/claude-code (UTC day).
New issues (89)
- [Bug] Claude Code freezes during execution
- Background shell reminders persist after KillShell, causing context exhaustion
- [Feature Request] Add MCP Hooks for Context Compression Events (onBeforeCompression / onAfterCompression)
- Claude Code crashes with ACCESS_VIOLATION on Windows ARM64
- Add single-breaker CRUD endpoints for better UX
- [BUG] Background subagents cannot access MCP tools
- [BUG] VS Code IDE MCP getDiagnostics hangs indefinitely after WebSocket connection drops
- [BUG]
- [Bug] Compaction status queries causing application crashes
- [BUG] VS Code Extension: Input box expands over conversation content without auto-scrolling
- [Bug] Sub-agents lose state after auto-compact
- [Bug] Claude freezes and fails to recover after network disconnection
- [Feedback] System is consistently failing on previously successful tasks today
- [BUG] VSCode Extension Fails: "Cannot dynamically configure MCP when enterprise config is present"
- WhatsApp MCP: has_media flag incorrectly set for text-only messages
- [Bug] Claude Code halts after first command execution, requires restart
- [Bug] Auto-Compact reverts to previous state, losing fixed code changes
- [Bug] Previous session becomes unresponsive when opening new session in same project
- Sessions hang during complex pipeline builds - unresponsive with '>' prompt
- TDD Agent over-explores and hangs: reads binary files, ignores file size limits, doesn't use available skills
- [BUG] /context crashes Claude Code if session is started with thinking on, and then thinking is turned off
- [Feature Request] User appreciation feedback
- [Bug] Anthropic API Error: Invalid tool_result block without corresponding tool_use
- [BUG] OAuth fails with AWS Cognito: "does not support S256 code challenge method" despite Cognito supporting PKCE
- [Feature Request] Improve web search capability for implementing unfamiliar APIs and libraries
- [Bug] Claude generates unsafe destructive commands with rm -rf on root directory
- [BUG] `cargo test` in claude web cause some unknown infinite loop
- [Bug] Multiple Claude Code instances fail after update to 2.0.60
- MCP: Manual .mcp.json edits not recognized, and 'claude mcp add' overwrites existing servers
- [Bug] Claude Code hangs without response since v2.0.60
- [BUG] TUI cut, unable to view full message
- [Bug] Claude stops generating tokens mid-response, requires `/resume` to continue
- [BUG] Search Tool not exclude node_modules . both in vscode extenstion and claude code
- [Bug] Claude claims to write files but doesn't actually create them, consumes tokens
- [Bug] Multiple Claude Code instances freeze on macOS due to file locking conflict
- [BUG] Hooks skipped due to workspace trust when running from home directory (~)
- [MODEL] Unable to communicate with GIT
- [Bug] CLI hangs mid-conversation requiring session restart
- Ignore: erroneous issue
- [BUG] plugin-dev:hook-development validate-hook-schema.sh doesn't support plugin wrapper format
- [BUG] v2.0.60 Not able to resume session
- [Bug] Anthropic API: Extended Thinking timeout without user feedback causing CLI hang
- [Bug] Research mode hangs indefinitely on simple queries
- [Bug] Claude codes terminal instance keep shutting down after some time even when reprompting
- [Feature Request] Improve root cause analysis in Claude Code's problem-solving approach
- [Bug] Anthropic API Error: Cannot modify thinking blocks in assistant message during compaction
- [BUG] ClaudeFilePathFilter crashes on Windows with commands starting with "/"
- [BUG] Many short-cuts don't work with soft keyboards
- [BUG] Claude Code unable to connect to PyCharm by using the dedicated Plugin or via PyCharm's terminals
- [Bug] Message feed hangs after large change during compacting with subsequent compact errors
- [Bug] Update() tool causes token counting freeze with Max(20x) iteration limit
- [Bug] Model override to different model despite Sonnet configuration causes excessive token usage
- [FEATURE] Recent files in context
- Opus 4.5 doesn't strictly follow CLAUDE.md instructions without explicit reminders
- Terminal: Apple Terminal (Terminal.app) scroll failure
- [BUG] [BUG] give claude code a different project blew the existing claude code session away
- #XXX | Add exception logging to static methods that swallow exceptions
- Bug: disabledMcpServers setting not enforced at session startup
- [Bug] MCP resource templates display static title instead of individual resource names in Claude Desktop
- [Bug] Claude seems to be waiting for an answer to a question it hasn't asked
- [FEATURE] Request @prospectfutures to @claude
- [Bug] Infinite loop with empty Bash consuming tokens but not doing anything
- Pressing Enter during long paste sends incomplete message
- [Bug] Claude Code CLI hangs and becomes unresponsive
- [BUG] CLaude delet my files
- Feature Request: Implement Dashboard-style filters and pause controls in security-dugganusa
- Expense form should auto-select logged-in user
- [BUG] User prompt being highlighted before it's accepted by model
- [Bug Report] Claude Code Plugin for WebStorm
- [BUG] Login on Claude Code VSCode extension fails with 400 error but works fine in terminal
- [Feature Request] Auto-split large files when unable to read complete content
- Claude Opus 4.5 executed destructive SQL UPDATE deleting 55,000 records WITHOUT asking for permission
- Background sidechain agents consuming tokens without returning results
- [Bug] Plan update hangs indefinitely after extended execution time
- Paste get truncated even with small input (less than one page).
- Feature Request: Non-Blocking Session Creation for ACP/SDK Clients
- Feature: Workflow dry-run / simulation mode
- [BUG] plugin-dev:agent-development skill documents wrong tools format (JSON array vs comma-separated)
- [BUG] BashOutput tool schema includes 'block' parameter that implementation rejects
- Documentation request: Guidance for working with very large files (70k-100k+ records)
- [Bug] Anthropic API Error: OAuth token missing user:profile scope for /status usage data
- [FEATURE] Add /update-md command
- [BUG] `--debug hooks` missing `Executing hook command:` logging for SessionStart hooks
- [Bug] Auto-Compact loses context and repeats previous actions
- [Bug] Multiple Claude Code instances freeze when running concurrently
- [BUG] VS Code Extension Ignores Hook `permissionDecision: "ask"`
- [BUG] global/local settings.json allow permissions are not respected by Claude Code
- [BUG] Stuck in failure loop due to invalid image file
- [FEATURE] Disable Random Thinking Status Messages Option
Resolved issues (75)
- [Feature Request] Add MCP Hooks for Context Compression Events (onBeforeCompression / onAfterCompression)
- WhatsApp MCP: has_media flag incorrectly set for text-only messages
- [Bug] Claude Code freezes and blocks terminal creation until VSCode restart
- [BUG] Skill list truncation threshold too aggressive - hides 60% of skills for ~5K token savings
- [FEATURE] Custom auto-compact prompt
- [Bug] Anthropic API Error: Tool result block missing corresponding tool_use block
- [FEATURE] Undo Last Action
- Persistent JSON syntax error in Claude Code for VS Code extension
- [BUG] crash when using esc to interrupt claude sometimes
- [BUG] Claude Code modifies PhpStorm terminal settings despite optionAsMetaKeyInstalled: true
- [Feature Request] Project-level slash command filtering via .claude/settings.local.json
- [BUG] Permission bypass: git commit/push execute without approval despite requireApproval configuration
- [Bug] Anthropic API Error: Cannot modify thinking blocks in assistant messages2
- SKILL.md custom frontmatter fields are stripped before showing to model
- [BUG] Using native UI in VSCode extension prevents MCP servers from connecting
- [BUG] "File has been unexpectedly modified"
- [BUG] Claude stops using claude.md information
- [Bug] Shift+Enter doesn't create newline in commit message input within Cursor terminal mode
- [Bug] Anthropic API Error: Cannot modify thinking blocks in assistant message
- Skill descriptions using YAML multi-line literal block syntax (`|`) are not parsed correctly
- [Bug] Hook decision "block" is ignored, allowing continuation instead of stopping
- [FEATURE] Allow <ide_selection> of gitignored files
- [BUG] StdioClientTransport fails to connect on Windows when used inside Visual Studio (VSIX) / WPF (.NET Framework 4.8)
- [Bug] Anthropic API Error: Unexpected Tool Invocation Handling
- [Bug] Anthropic API Error: Cannot modify thinking blocks in assistant messages
- [Bug] Agent frontmatter parsing fails with verbose descriptions containing XML tags
- [Bug] Multiple concurrent Claude Code terminals hang after 2 hours with repeated token usage
- [Bug] Claude Code hangs or freezes during execution with no recovery mechanism
- [Bug] User commands not being processed, stuck in workflow queue
- Option to provisionally accept an edit
- feat: warning on depleting balance
- Add support for autocomplete for bash commands
- Ability to run commands like /cost or change config while waiting on the model
- [DOC] Config params `dontCrawlDirectory` and `hasTrustDialogAccepted` not documented
- [BUG] Incorrect handling of multiple environment variables in MCP server definitions
- [Feature Request] Custom Error Messages for Denied Commands
- [Feature] Cost attribution to projects [API, Multiuser, Anthrophic Console]
- Support regular expressions in allow/deny config for Bash
- User Experience Bug: Inconsistent Behavior Causing Trust Issues and Credit Waste Concerns
- [Feature Request] Claude should be aware of his capabilities
- [Feature Request] Accept with a comment
- "Memory Creation Fails Silently When No Memory Types Available"
- Feature Request: Add description metadata to custom slash commands
- Incorrect Model Version Self-Identification in Claude Code
- Feature Request: UI/UX highlighting for user messages
- Support to add mcp server from vscode settings
- [Feature Request]: Add Git Variable Support in CLAUDE.md
- Node.js Memory Exhaustion During JSON Serialization
- [BUG] Some Session files break Auto complete propagation on start
- [BUG] --allowed-tools flag doesn't filter tools in initialization message, causing unauthorized tool access attempts
- Resume State Selection Inconsistency in Checkpoint Restoration
- Context Management Bug: Loss of Context Requiring Complex Workaround Systems
- CLI Interface Readability: Distinguish User and AI Messages
- Feature Request: Version Control User Memory
- Emit OSC 133 escape sequences to mark prompts
- [BUG] Authentication Key Lost on Claude Code Updates
- Enter in Insert in Vim Mode should insert newline
- [BUG] Long running session crashes on /compact
- Feature request: Add dropdown in VS Code Claude Code integration toolbar button to select start mode
- [BUG] Auto-compaction causes context switch from documentation to coding mode
- Add MCP Notification-Driven Auto-Resume for Async Operations
- Command Execution Failure in Bash Evaluation Mechanism
- Conflict between `claude` console screen management and GPG `pinentry` during secret key passphrase prompt for Git commit signing.
- Keyboard Input Mapping Broken for Swedish Layout After Terminal Setup
- [BUG]: Frequent Parenthesis Errors in Lisp Code Generation
- [BUG] v2.0.60 Not able to resume session
- llm.txt & prompt.txt support
- [Bug] Excessive feedback prompts interrupt workflow every few minutes
- [BUG] Search Tool not exclude node_modules . both in vscode extenstion and claude code
- [BUG] Claude web not given an error message when it passes in an incorrect string for old_str
- [BUG] Task tool usage guidance contradicts resumable subagent functionality (v2.0.28+)
- [Bug] Task tool missing agent ID in completed agent responses
- Destructive File Operation with Misleading Explanations
- Feature: Workflow dry-run / simulation mode
- [FEATURE] Request @prospectfutures to @claude