grokkit/internal/grok
Greg Gauthier 918ccc01c8
All checks were successful
CI / Test (push) Successful in 31s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 22s
Release / Create Release (push) Successful in 36s
refactor(tests): improve error handling and defer usage
- Add error checking for os.Setenv and io operations in test files
- Use anonymous functions in defer to ignore errors from os.Remove, os.Setenv, etc.
- Minor formatting and consistency fixes in tests and client code
2026-03-02 21:33:11 +00:00
..
cleancode_test.go test: add unit tests for chat history, edit helper, and code cleaning 2026-03-01 12:44:20 +00:00
client_test.go refactor(tests): improve error handling and defer usage 2026-03-02 21:33:11 +00:00
client.go refactor(tests): improve error handling and defer usage 2026-03-02 21:33:11 +00:00
interface.go feat: add CI/CD workflows, persistent chat, shell completions, and testing 2026-03-01 12:17:22 +00:00