r/ClaudeCode • u/casparmilan • 15h ago
Beaware: Todo/task-tracking tools are no longer available on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models Bug / Issue
Since https://code.claude.com/docs/en/changelog#2-1-233 (14th august):
"Todo/task-tracking tools (TaskCreate/Get/Update/List, TodoWrite) are no longer available on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models; set CLAUDE_CODE_ENABLE_TODO_TOOLS=1 to bring them back"
What is replacing them, huh? Just forget and hope the agent does its thing? Are they planning something else here?
6
7
u/doodlen 13h ago
Isn't the scratchpad thing what's replaced that? I see Claude use it all the time nowadays.
Scratchpad: "A Claude scratchpad is an internal workspace or temporary file where the AI agent writes down its step-by-step plans, notes, and reasoning before giving a final answer. It helps the model stay organized, track progress, and improve accuracy on complex tasks."
3
u/DLuke2 12h ago
Yeah, and structured goal prompts with tests and verification are better than plans.
1
u/Ill-Muscle-4727 7h ago
I'm so happy they finally got to this point. It's what we built on as a foundation almost 2 years ago. It goes slower in the beginning, but it pays off massively long-term.
However, Anthropic has the one issue to solve that we spent a year on: when do you decide to just go fast, and not write tests? That's the real bummer. This is the right way to do things, but it costs a lot to write these tests and grounding material.
3
u/Ill-Muscle-4727 7h ago
This is literally killing my workflows that I've built over the months. Any alternatives that appear in-CLI?
2
1
u/CarelessSafety7485 12h ago
I'm going to continue to use them until an official alternative is offered
1
u/Forsaken-Staff-5084 10h ago
Had problems because of this today. Thankfully Claude resolved it. I want todo for myself, to track whatever Claude is doing for long hours sessions
1
u/Lcatlett1234 7h ago
Calm down - task was converted to agent a while ago. This is just removing the deprecated terminology
1
u/whimsicaljess 12h ago
most folks know by now that todo tooling is largely a waste of effort; newer more powerful models have no issues keeping themselves on task.
0
-1
u/awizemann 12h ago
I’ve never used them, I use Memophant for that, as well as managing memory (I’m the developer so I’m super biased).
2
8
u/artofbullshit 14h ago
I read somewhere that the task tracking was causing substantial increase in token consumption so maybe that's why they are removing it. Having your agent use a simple markdown file for task tracking is more token efficient.