You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve code quality with documentation and linting (#4)
* refactor: Improve code quality with documentation and DRY principles
- Add comprehensive package-level documentation to all internal packages
- Document complex functions (convertMessages, streamOpenAIToClaude)
- Extract addOpenRouterHeaders() to eliminate code duplication
- Centralize version management with ProxyVersion constant
- Improve code readability and maintainability
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* ci: Configure golangci-lint v2 for Go 1.24 compatibility
- Upgrade to golangci-lint v2.5.0 (matches local version)
- Update GitHub Actions to use golangci-lint-action@v8
- Configure minimal v2 schema with explicit linter selection
- Fixes Go version compatibility (v1 built with Go 1.23)
- Verified locally before CI deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments