claude-code - 💡(How to fix) Fix Remove or make configurable the "task tools haven't been used recently" reminder

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…
RAW_BUFFERClick to expand / collapse

The Claude Code harness injects a system-reminder nudging use of TaskCreate when task tools haven't been used "recently." After many sessions I've never seen it produce value — it fires on tiny, already-complete tasks (e.g., a 3-edit memory file update) where a todo list would be pure overhead, and it fires on turns where the work is already finished. The reminder text even acknowledges "ignore if not applicable" — which is a tell that the heuristic is firing wrong.

Two costs:

  1. Tokens — every fire bloats the context.
  2. My time — I have to read Claude wrestle with whether to acknowledge it, defend not using the task tool, or apologetically explain why a 3-line edit didn't need a todo list. That's pure noise in the transcript.

Asks, any of which would fix it:

  • Remove the reminder entirely. The model already uses TaskCreate when it's useful.
  • Expose a setting to disable it (e.g., disableTaskReminder: true in settings.json).
  • Tune the heuristic so it doesn't fire on short turns, or on turns where the user's request is already done.

Right now it's net-negative on every session I run.

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 Remove or make configurable the "task tools haven't been used recently" reminder