What would you like to be added?
When working within the CLI, it would be good to see the total number of files that have been modified, created or removed - similar to that in the extension, with the ability to see the files changed, possibly through a slash command.
Why is this needed?
This is to give an idea of the total files that have been affected during an auggie session, this is especially useful also for the AI to have an understand of what they have done, rather than utilising git log commands to figure it out.
Possible solution or alternatives
- Opening a separate terminal in the same directory and using git log commands to find out what files were touched in a particular branch (if committed), or doing a git diff.
- Creating a PR and looking at the diff
Additional context
No response