Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
- Introduce config.Load() to handle centralized configuration loading in TOML format - Add --model flag support across commands with alias resolution via GetModel - Update root command to load config in PersistentPreRun - Remove redundant config init and set defaults for model and temperature |
||
|---|---|---|
| cmd | ||
| config | ||
| internal | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| REAMDE.md | ||