-
Notifications
You must be signed in to change notification settings - Fork 69
Description
In my experience, this plugin could become even more powerful if plans were first written in a markdown file and the model edit the plan file based on subsequent feedback, rather than rewriting the plan from scratch in a tool call.
I noticed that models tend not to rewrite the plan exactly as it was before, so there is a risk that a nice feature described prior to the feedback disappears immediately afterwards to include the new feedback provided.
Additionally, for long and detailed plans, the context window gets cluttered with continuous rewrites of entire plans when a simple call to the edit tool would suffice; it is faster and more efficient.
Is there a particular reason why a tool is simply used where the model has to write the entire plan?