Replies: 6 comments · 5 replies
-
In my testing I've seen some models maintain a task list and others not. (I'd have to snag a screenshot next time I see it happen) How have you handled tasks in your implementation? Have you modified the core prompt or are you adding a tool(s)? |
Beta Was this translation helpful? Give feedback.
-
^ Might be interesting to look at this thread - handles a similar need |
Beta Was this translation helpful? Give feedback.
-
Hey, for the sake of clarifying of the technical details, I've put up my implementation as a draft PR, and it is ready to try out: #746 But here's the quick scoop:
|
Beta Was this translation helpful? Give feedback.
-
Just a small note from the Charm team that we hear you and this is a feature we'd like to see implemented soon. |
Beta Was this translation helpful? Give feedback.
-
I find tools like https://www.task-master.dev super helpful when collaborating with LLM. You and the LLM can update the tasks independently at your own convenience. It isn't always easy have it use it and show progress consistently your PR would be helpful for that. I don't see why a native (to Crush) + MCP solution could not coexist. Crush could implement the UI and tooling for interact with it. MCPs can be used to have more complex task management. |
Beta Was this translation helpful? Give feedback.
-
see also: #746 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Charm team,
I'm working towards moving from Claude Code (which is both closed source and coupled with a single model vendor) to Crush. However, I find myself missing its task tracking tool feature, where the model is given access to a simple for keeping track of TODO items as it works, scoped to the current session and project PWD. Just like humans, the model benefits¹ from keeping a notebook on the side as a scratchpad to tactically plan ahead, track its work and maintain focus.
I've actually already implemented this in Crush, but the contribution guide suggests opening a discussion before opening a PR to discuss the value of the feature. Here's a screenshot of it in action:
And unlike CC, Crush's snazzy sidebar was a natural place to show a live list of the TODOs!
(Incidentally, as a follow up to this feature, I'm hoping to also implement an equivalent to CC's Planning Mode, where tools that mutate state/files are disabled and the model is prompted to produce a short markdown spec document, before making any TODOs or beginning any changes.)
¹ I'll be honest, I actually have no real way to truly validate this assumption that TODO tools aid models, but given that other Agents have had this feature for a while, it seems like a pretty easy bet to me.
Beta Was this translation helpful? Give feedback.
All reactions