claude-code - 💡(How to fix) Fix [Feature Request] Add support for creating releases via CLI commands [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#51640Fetched 2026-04-22 07:56:50
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

When asking Claude Code to create a release, the request is blocked by the auto mode classifier and the release is not created. Claude should be able to create releases when explicitly requested to do so.

Root Cause

When asking Claude Code to create a release, the request is blocked by the auto mode classifier and the release is not created. Claude should be able to create releases when explicitly requested to do so.

RAW_BUFFERClick to expand / collapse

Bug: Claude Code refuses to create releases in auto mode

Description

When asking Claude Code to create a release, the request is blocked by the auto mode classifier and the release is not created. Claude should be able to create releases when explicitly requested to do so.

Steps to Reproduce

  1. Open Claude Code in a project repository
  2. Ask Claude to create a release (e.g., "create a release")
  3. Observe that Claude does not proceed with creating the release in auto mode

Expected Behavior

Claude should create the release when explicitly asked to do so, or at minimum prompt for confirmation rather than silently being blocked by the classifier.

Actual Behavior

The release is not created. The auto mode classifier appears to block the action without a clear path forward for the user.

Additional Errors Observed

During the session, multiple TypeScript LSP errors were also logged (possibly unrelated, but included for completeness): This suggests typescript-language-server is expected to be on the user's $PATH but is not bundled or auto-installed. It may be worth either:

  • Bundling the language server with Claude Code, or
  • Surfacing a clearer message to the user instructing them to install it (e.g., npm install -g typescript-language-server)

Environment

  • Platform: darwin (macOS)
  • Terminal: ghostty
  • Version: 2.1.114
  • Feedback ID: a530a612-db4b-4732-a01d-21c4eb737bc2

Impact

Users are blocked from performing release operations through Claude Code, forcing them to drop out of their workflow and run release commands manually.

extent analysis

TL;DR

The issue can be potentially resolved by adjusting the auto mode classifier in Claude Code to allow explicit release creation requests or by providing a clearer prompt for user confirmation.

Guidance

  • Review the auto mode classifier logic in Claude Code to ensure it correctly handles explicit release creation requests and consider updating it to prompt for user confirmation when necessary.
  • Investigate the possibility of bundling the typescript-language-server with Claude Code or providing a clear installation instruction to users to avoid unrelated errors.
  • Verify that the issue is not related to the typescript-language-server errors by checking if the release creation works when these errors are resolved.
  • Consider adding a temporary workaround to allow users to create releases manually while the auto mode classifier issue is being addressed.

Example

No code snippet is provided as the issue does not contain sufficient information to create a specific example.

Notes

The provided information does not specify the exact logic or code behind the auto mode classifier, making it difficult to provide a precise fix. Additionally, the relationship between the typescript-language-server errors and the release creation issue is unclear.

Recommendation

Apply a workaround to allow manual release creation until the auto mode classifier issue can be fully addressed, as the root cause of the problem is not entirely clear and may require further investigation.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature Request] Add support for creating releases via CLI commands [1 comments, 2 participants]