Optional Handler for Automatic Context Refresh #964
Giannoulakos
started this conversation in
Ideas
Replies: 1 comment
-
|
It would be great that before run out of context tokens size, auto refresh the status, then after summarize chat launch implementation prompt again to continue |
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.
-
Summary
Introduce an opt-in handler that triggers a context refresh whenever a user runs a speckit command (or a subset of commands defined by the user).
Problem
Currently, running speckit commands doesn’t automatically detect or sync changes that might not yet be reflected in the corresponding Markdown (.md) files. This can lead to inconsistencies between the project state and documentation.
Proposed Solution
Benefits
Beta Was this translation helpful? Give feedback.
All reactions