claude-code - 💡(How to fix) Fix Ambiguous 'Don't ask me again' option in session resume prompt

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…

When resuming a long session, Claude Code shows this prompt:

This session is 11h 58m old and 607.6k tokens.

Resuming the full session will consume a substantial portion of your usage limits. We recommend resuming from a summary.

❯ 1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Don't ask me again

The third option, "Don't ask me again", is ambiguous. It does not specify which of the first two behaviors (resume from summary vs. resume full session as-is) will become the new default for future sessions.

A user picking option 3 has no way to know whether they're locking in option 1 or option 2 — they're effectively making a decision without knowing which decision they're making.

Root Cause

When resuming a long session, Claude Code shows this prompt:

This session is 11h 58m old and 607.6k tokens.

Resuming the full session will consume a substantial portion of your usage limits. We recommend resuming from a summary.

❯ 1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Don't ask me again

The third option, "Don't ask me again", is ambiguous. It does not specify which of the first two behaviors (resume from summary vs. resume full session as-is) will become the new default for future sessions.

A user picking option 3 has no way to know whether they're locking in option 1 or option 2 — they're effectively making a decision without knowing which decision they're making.

Code Example

This session is 11h 58m old and 607.6k tokens.

Resuming the full session will consume a substantial portion of your usage limits. We recommend resuming from a summary.

 1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Don't ask me again

---

1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Always resume from summary (don't ask again)
  4. Always resume full session (don't ask again)
RAW_BUFFERClick to expand / collapse

Description

When resuming a long session, Claude Code shows this prompt:

This session is 11h 58m old and 607.6k tokens.

Resuming the full session will consume a substantial portion of your usage limits. We recommend resuming from a summary.

❯ 1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Don't ask me again

The third option, "Don't ask me again", is ambiguous. It does not specify which of the first two behaviors (resume from summary vs. resume full session as-is) will become the new default for future sessions.

A user picking option 3 has no way to know whether they're locking in option 1 or option 2 — they're effectively making a decision without knowing which decision they're making.

Suggested fix

Allow the user to choose either option 1 or option 2 as the default when suppressing the prompt. A few possible shapes:

Option A — split the "don't ask again" into two explicit choices:

❯ 1. Resume from summary (recommended)
  2. Resume full session as-is
  3. Always resume from summary (don't ask again)
  4. Always resume full session (don't ask again)

Option B — two-step prompt: first the user picks 1 or 2, then a follow-up checkbox "Remember this choice and don't ask again".

Option C — modifier on the highlighted option: pressing a key (e.g. Shift+Enter) on option 1 or 2 selects it AND remembers it as the default.

Environment

  • Claude Code CLI
  • Triggered when resuming a session that has aged past some threshold (this session was 11h 58m old / 607.6k tokens)

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