claude-code - 💡(How to fix) Fix Claude repeatedly prompts user to stop working / defer to next session [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#47850Fetched 2026-04-15 06:40:33
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

Bug report

Claude Code repeatedly attempts to end sessions or defer work by asking variations of:

  • "Want me to do X, or is that one for another session?"
  • "This is a bigger piece of work. Park it for now?"
  • "Want me to start on this or are you ready to work on something else?"

This happens despite:

  1. The user explicitly instructing Claude never to prompt to stop, pause, or save for next session
  2. The instruction being saved in persistent memory (feedback_never_prompt_to_stop.md)
  3. The user correcting this behaviour multiple times in the same session
  4. CLAUDE.md containing the rule: "Owen decides when to stop. Keep working."

Second issue (same session)

After being corrected for prompting to stop, Claude was told to report the bug. Instead of immediately doing so, Claude attempted to continue with the next coding task — directly ignoring the user's explicit instruction to report the bug first. The user had to interrupt and repeat the instruction.

Expected behaviour

  • Never suggest stopping, pausing, or deferring work
  • Never ask if something should be "parked" or "saved for another session"
  • When given an instruction, execute it immediately — don't substitute a different action

Environment

  • Claude Code VSCode extension
  • Model: Claude Opus 4.6 (1M context)
  • Windows 10 Pro

extent analysis

TL;DR

The issue can be mitigated by reiterating the instruction to never prompt to stop or pause work and ensuring the feedback_never_prompt_to_stop.md file is correctly saved and referenced.

Guidance

  • Verify that the feedback_never_prompt_to_stop.md file is correctly formatted and saved in the expected location, as Claude Code relies on this file to understand user preferences.
  • Check the CLAUDE.md file to ensure the rule "Owen decides when to stop. Keep working." is correctly stated and saved, as this rule should override any default behavior to prompt for stopping or pausing.
  • When correcting Claude's behavior, ensure the correction is explicit and clear, such as directly stating "Do not prompt to stop or pause work" to reinforce the instruction.
  • Consider testing the behavior in a new session to determine if the issue persists across sessions or is specific to the current session's context.

Example

No code snippet is provided as the issue is related to the interaction with the Claude Code VSCode extension and its configuration files.

Notes

The issue may be related to how Claude Code interprets and applies user instructions and preferences, particularly in the context of session management and task execution. Further investigation into the extension's documentation and support resources may be necessary to fully resolve the issue.

Recommendation

Apply workaround: Reiterate the instruction to never prompt to stop or pause work and ensure the feedback_never_prompt_to_stop.md file is correctly saved and referenced, as this approach directly addresses the observed behavior and provides a clear path to mitigating the issue.

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