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
112 stars 17 forks source link

goose should note when files have changed since last looked #21

Closed michaelneale closed 1 month ago

michaelneale commented 1 month ago

Goose knows to read files and edit - but sometimes it won't know that someone or something else edited it and you have to tell it. What would be nice would be for goose client side (not LLM) to keep track of what files it has recently read, and then in between invocations note if they have changed since that time it was read, and then add to the prompt to re-read them.

michaelneale commented 1 month ago

fixed