What's New
- Add claude.go with Claude Code CLI integration via stdin/stdout
- Refactor llm.go to route requests based on model prefix
- Split Ollama logic into dedicated ollama.go file
- Add
list claude-modelscommand to show available Claude models - Rename ListModels to ListOllamaModels for clarity
- Update model validation to support both backends
- Migrate golangci-lint config to v2 format
- Fix various linter warnings (error handling, unused variables)
What's Changed
- chore(deps): update actions/upload-artifact action to v7 by @renovate[bot] in #110
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #107
- feat: add Claude Code CLI support as LLM backend by @RoseSecurity in #114
Full Changelog: v1.8.0...v1.9.0