jakethekoenig / mentat

Mentat - The AI Coding Assistant
https://mentat.codes
Apache License 2.0
0 stars 0 forks source link

Diff Context never null #2

Closed jakethekoenig closed 2 months ago

jakethekoenig commented 9 months ago

When run in a non git directory the diff context was set to null which made interacting with it complex. Now the diff context is responsible for determining it is not in a git context and returning sensible empty/none types when called.

Pull Request Checklist