grokkit/cmd
Gregory Gauthier 24be047322
All checks were successful
CI / Test (push) Successful in 30s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 19s
feat(config): add per-command model defaults
Introduce support for per-command model defaults in config.toml, overriding global default if set. Update GetModel to accept command name and prioritize: flag > command default > global default. Add example config file and adjust all commands to pass their name. Update tests accordingly.
2026-03-02 16:56:56 +00:00
..
agent_test.go chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
agent.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
chat_test.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
chat.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
commit.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
commitmsg.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
completion.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
edit_helper_test.go test: add unit tests for chat history, edit helper, and code cleaning 2026-03-01 12:44:20 +00:00
edit_test.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
edit.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
history.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
lint.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
prdescribe.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
review.go feat(config): add per-command model defaults 2026-03-02 16:56:56 +00:00
root.go feat(release): add automated release workflow and install script 2026-03-01 23:25:31 +00:00