Agentic Checklist Tool #1682
arnm
started this conversation in
Show and tell
Replies: 2 comments
-
cc @ravitemer i think theres an opportunity for codecompanion-history to provide a slash command to add selected past chats to context (possibly even summaries ? ). I think it would pair well with something like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this would be better if you put it in the codecompanion built-in, which helps to start the next iteration when the context overflows (we might need an extra summary API) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
LLMs with limited context windows, making it hard to maintain continuity across long or complex projects. This often leads to lost context, repeated instructions, and productivity drops.
Solution:
Inspired by Agentic Project Management (APM), I built a lightweight checklist tool for CodeCompanion.
Try it out:
https://gist.github.com/arnm/c542c41e10c330a1554b51bcc036b2cf
Feedback and ideas for improvement are welcome!
Beta Was this translation helpful? Give feedback.
All reactions