block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
225 stars 36 forks source link

[cli] Ctrl + C interrupts goose and resets message history #266

Closed jsibbison-square closed 1 week ago

jsibbison-square commented 1 week ago

When goose is processing a request and Ctrl + C is processed we will remove any assistant messages and the most recent user message to allow the user to change the last request they made to goose.

Eg. image