Claude Code

April 21, 2026 ยท View on GitHub

Staging area for Claude Code issues before filing upstream at anthropics/claude-code, plus a backfill of items already filed.

Index

  • Drafts: 0
  • Filed: 28 (8 open, 20 closed)
  • Bugs: 8 โ€ข Feature requests: 20

Filed (newest first)

TypeDate AddedStateTitleLocalUpstream
โœจ feature2026-04-20๐ŸŸข openDescribe process for creating private pluginsfile#51348
๐Ÿ› bug2026-04-20๐ŸŸข openClaude suggests inconsistent paths under user level Claude store (.claude) for plugin workspacesfile#51342
โœจ feature2026-04-16๐ŸŸข openShip a first-party feedback skill for filing issues from inside Claude Codefile#49413
๐Ÿ› bug2026-04-16๐Ÿ”ด closed.claude/** writes still prompt for permission despite explicit Write(.claude/**) and bare Write allowlist entriesfile#49378
๐Ÿ› bug2026-04-16๐ŸŸข openTwo HTTP MCP servers with identical URL but different headers โ€” only one registers (silent dedup)file#49372
๐Ÿ› bug2026-03-24๐Ÿ”ด closedImages are always injected as binaries on Linux - can't provide a pathfile#38203
โœจ feature2026-03-22๐ŸŸข openClaude.ai Connectors And Claude Code Connectionfile#37426
โœจ feature2026-03-11๐ŸŸข openToggle behavior for voice mode!file#33025
โœจ feature2025-12-27๐Ÿ”ด closedMake the 'x' icon larger in the VS Code conversation pane!file#15505
โœจ feature2025-12-24๐Ÿ”ด closedTime awareness as a built in MCPfile#15271
๐Ÿ› bug2025-12-21๐Ÿ”ด closedVS Code Extension Defaulting To Sonnet, Ignoring Model Settingfile#14973
โœจ feature2025-12-18๐Ÿ”ด closedNative support for audio as a modalityfile#14444
โœจ feature2025-12-01๐Ÿ”ด closedNative support for multiple accountsfile#12810
๐Ÿ› bug2025-11-30๐Ÿ”ด closedAgent does not follow the correct format when creating sub-agents.file#12732
โœจ feature2025-11-25๐Ÿ”ด closedUnobtrusive editing mode in VS Codefile#12363
โœจ feature2025-11-25๐Ÿ”ด closedContext flood protectionfile#12349
โœจ feature2025-11-16๐Ÿ”ด closedList subcommand for pluginsfile#11740
โœจ feature2025-11-10๐Ÿ”ด closedClaude Code should have its own docs in knowledge!file#11352
โœจ feature2025-11-09๐Ÿ”ด closedBuilt in slashes should appear before user slashes when keywords matchfile#11330
โœจ feature2025-10-28๐Ÿ”ด closedEnhance contrast between highlighted and non-highlighted slash commandsfile#10511
โœจ feature2025-10-27๐Ÿ”ด closedMake the usage warning hideablefile#10433
โœจ feature2025-10-22๐Ÿ”ด closedPrivate and public CLAUDE.mdfile#10118
โœจ feature2025-10-21๐Ÿ”ด closedThe ability to link multiple claude code environmentsfile#10069
โœจ feature2025-10-16๐Ÿ”ด closedInvoke Claude Code with an agent or slash commandfile#9660
โœจ feature2025-10-11๐Ÿ”ด closedIntelligent handling of virtual environment in Python projects.file#9368
โœจ feature2025-10-09๐Ÿ”ด closedAdvanced task management with context cutting controlsfile#9202
๐Ÿ› bug2025-10-08๐Ÿ”ด closedShift + tab not persistingfile#9145
๐Ÿ› bug2025-09-28๐ŸŸข openCan't paste image from clipboard on Linux (Ubuntu)file#8324

Layout

bugs/             # Bug reports (one .md per upstream issue)
bugs/assets/      # Screenshots, attachments referenced by bug reports
feature-requests/ # Feature requests
drafts/           # Items not yet filed upstream
index.json        # Machine-readable index (regenerated by build_index.py)

Each item is a single Markdown file. Once filed upstream, the file gets a header link to the upstream issue and is moved out of drafts/ into bugs/ or feature-requests/, prefixed with the upstream issue number.

Status legend

  • draft โ€” being written, not yet filed
  • filed-open โ€” filed upstream, still open
  • filed-closed-other โ€” closed upstream (actively, not stale or duplicate)
  • filed-closed-stale โ€” bot-closed for inactivity
  • filed-closed-duplicate โ€” closed as a duplicate of another upstream issue

Regenerating the index

python3 /tmp/build_index.py   # rebuilds index.json + the table above