Releases: urmzd/saige
Releases · urmzd/saige
v0.11.2
v0.11.1
v0.11.0
0.11.0 (2026-04-12)
Features
- provider: implement ModelProvider across all adapters (d67c946)
- types: add ModelProvider interface and response metadata (a10780b)
Refactoring
- agent: update metric calls to pass operation names (f1335e6)
- otel: implement OpenTelemetry GenAI semantic conventions (110b5a5)
Miscellaneous
- types: update metrics tests for interface changes (a69309f)
v0.10.0
0.10.0 (2026-04-10)
Features
- cli: migrate to Cobra; add update and version subcommands (8231b4c)
Bug Fixes
- resolve golangci-lint errors in update.go and rag.go (e40d728)
- add missing update.go and fix gitignore matching cmd/saige/ (fbf3f56)
Refactoring
- cmd: consolidate output format flag to global --format (cfe16d8)
v0.9.0
0.9.0 (2026-04-09)
Features
- absorb zoro research tools and add MCP server (e0a3474)
Bug Fixes
- ci: suppress gosec G304 on intentional file tools, bump Go to 1.25.9 (b9f0292)
Documentation
- add research tools, SearXNG client, graph formatting, and MCP server (872a33f)
Miscellaneous
- gitignore: ignore .fastembed_cache (d60dc69)
- add linguist overrides to fix language stats (#25) (39066cf)
- deps: bump github.com/anthropics/anthropic-sdk-go (5dcdf7c)
- deps: bump github.com/openai/openai-go/v3 from 3.29.0 to 3.30.0 (a513c57)
- deps: bump actions/setup-go from 5 to 6 (ce416d1)
- deps: bump actions/create-github-app-token from 1 to 3 (f17d9da)
- deps: bump golangci/golangci-lint-action from 6 to 9 (e7c4e02)
- deps: bump actions/upload-artifact from 4 to 7 (e35b2f1)
v0.8.0
v0.7.0
v0.6.1
0.6.1 (2026-03-29)
Bug Fixes
- release: add patch bump for refactor commit type (7c33ba0)
Miscellaneous
v0.6.0
v0.5.0
0.5.0 (2026-03-29)
Breaking Changes
- rag: extract context assembler to dedicated package (0ba981c)
- tree: propagate context through tree operations (d0ae090)
Features
- provider: handle structured tool errors across adapters (f878467)
- agent: add functional options pattern (686db0e)
- types: add IsError flag to tool results (a0df939)
Documentation
- update README with new features and examples (a6e641c)
Miscellaneous
- agent: update for context propagation and error handling (18729b7)