feat(cli): add mid-execution interrupt to allow hints/file-locations while model runs
Resolved 💬 1 comment Opened Aug 31, 2025 by looper200 Closed Nov 27, 2025
What feature would you like to see?
Let users send hints or file paths to the running model without stopping it. The CLI forwards the input non-blockingly and the model incorporates it if relevant.
Example:
While CLI prints Searching repository..., user types hint: src/helpers/io.js → CLI forwards the hint and the model updates its search.
Acceptance criteria:
- CLI accepts non-blocking input while model runs.
- Model integrates or queues hints and reports what was applied.
- CLI shows acknowledgement (accepted/rejected/queued).
Are you interested in implementing this feature?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗