claude-code - 💡(How to fix) Fix [Feature Request] Add non-interrupting custom commands for tracking tasks and bugs during sessions [1 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#46995Fetched 2026-04-13 05:44:17
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

Enhancement Description I love the /btw feature. I'd love the ability to create commands that don't interrupt the session. My main usecase would be to add a /todo command and a /bug command that tracks things I've seen while reviewing code. This would help me be more efficient while working in claude-code.

Environment Info

  • Version: 2.1.101
  • Feedback ID: 4c6149e3-27e0-45a8-8e65-8165576e2e6b

extent analysis

TL;DR

Consider adding custom commands that run in the background to enhance the /btw feature without interrupting the session.

Guidance

  • Review the existing /btw feature implementation to understand how it interacts with the session.
  • Investigate the possibility of creating custom commands that can run asynchronously, allowing the session to continue uninterrupted.
  • Determine the requirements for tracking todos and bugs, such as data storage and retrieval, to inform the design of the new commands.
  • Explore the claude-code API or documentation to see if there are existing endpoints or hooks that can be leveraged to create custom commands.

Notes

The feasibility of this enhancement depends on the capabilities of the claude-code platform and its API, which are not fully described in the issue.

Recommendation

Apply workaround: Design a custom command architecture that can run in the background, using existing API endpoints or hooks if available, to minimize interruptions to the session.

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