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)
| Type | Date Added | State | Title | Local | Upstream |
|---|---|---|---|---|---|
| โจ feature | 2026-04-20 | ๐ข open | Describe process for creating private plugins | file | #51348 |
| ๐ bug | 2026-04-20 | ๐ข open | Claude suggests inconsistent paths under user level Claude store (.claude) for plugin workspaces | file | #51342 |
| โจ feature | 2026-04-16 | ๐ข open | Ship a first-party feedback skill for filing issues from inside Claude Code | file | #49413 |
| ๐ bug | 2026-04-16 | ๐ด closed | .claude/** writes still prompt for permission despite explicit Write(.claude/**) and bare Write allowlist entries | file | #49378 |
| ๐ bug | 2026-04-16 | ๐ข open | Two HTTP MCP servers with identical URL but different headers โ only one registers (silent dedup) | file | #49372 |
| ๐ bug | 2026-03-24 | ๐ด closed | Images are always injected as binaries on Linux - can't provide a path | file | #38203 |
| โจ feature | 2026-03-22 | ๐ข open | Claude.ai Connectors And Claude Code Connection | file | #37426 |
| โจ feature | 2026-03-11 | ๐ข open | Toggle behavior for voice mode! | file | #33025 |
| โจ feature | 2025-12-27 | ๐ด closed | Make the 'x' icon larger in the VS Code conversation pane! | file | #15505 |
| โจ feature | 2025-12-24 | ๐ด closed | Time awareness as a built in MCP | file | #15271 |
| ๐ bug | 2025-12-21 | ๐ด closed | VS Code Extension Defaulting To Sonnet, Ignoring Model Setting | file | #14973 |
| โจ feature | 2025-12-18 | ๐ด closed | Native support for audio as a modality | file | #14444 |
| โจ feature | 2025-12-01 | ๐ด closed | Native support for multiple accounts | file | #12810 |
| ๐ bug | 2025-11-30 | ๐ด closed | Agent does not follow the correct format when creating sub-agents. | file | #12732 |
| โจ feature | 2025-11-25 | ๐ด closed | Unobtrusive editing mode in VS Code | file | #12363 |
| โจ feature | 2025-11-25 | ๐ด closed | Context flood protection | file | #12349 |
| โจ feature | 2025-11-16 | ๐ด closed | List subcommand for plugins | file | #11740 |
| โจ feature | 2025-11-10 | ๐ด closed | Claude Code should have its own docs in knowledge! | file | #11352 |
| โจ feature | 2025-11-09 | ๐ด closed | Built in slashes should appear before user slashes when keywords match | file | #11330 |
| โจ feature | 2025-10-28 | ๐ด closed | Enhance contrast between highlighted and non-highlighted slash commands | file | #10511 |
| โจ feature | 2025-10-27 | ๐ด closed | Make the usage warning hideable | file | #10433 |
| โจ feature | 2025-10-22 | ๐ด closed | Private and public CLAUDE.md | file | #10118 |
| โจ feature | 2025-10-21 | ๐ด closed | The ability to link multiple claude code environments | file | #10069 |
| โจ feature | 2025-10-16 | ๐ด closed | Invoke Claude Code with an agent or slash command | file | #9660 |
| โจ feature | 2025-10-11 | ๐ด closed | Intelligent handling of virtual environment in Python projects. | file | #9368 |
| โจ feature | 2025-10-09 | ๐ด closed | Advanced task management with context cutting controls | file | #9202 |
| ๐ bug | 2025-10-08 | ๐ด closed | Shift + tab not persisting | file | #9145 |
| ๐ bug | 2025-09-28 | ๐ข open | Can'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