Skip to content

Releases: urmzd/saige

v0.11.2

19 Apr 19:07

Choose a tag to compare

0.11.2 (2026-04-19)

Bug Fixes

  • ci: drop removed sr action force input (178da89)

Full Changelog

v0.11.1

16 Apr 00:06

Choose a tag to compare

0.11.1 (2026-04-16)

Bug Fixes

  • ci: migrate sr v4 to v7 for artifact and input support (#30) (6157a0e)

Misc

  • migrate sr config and action to v4 (a42affe)

Full Changelog

v0.11.0

12 Apr 21:47

Choose a tag to compare

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)

Full Changelog

v0.10.0

10 Apr 03:22

Choose a tag to compare

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)

Full Changelog

v0.9.0

09 Apr 00:08

Choose a tag to compare

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)

Full Changelog

v0.8.0

05 Apr 03:44

Choose a tag to compare

0.8.0 (2026-04-05)

Features

  • add persistence, extended thinking, and observability (#22) (69067fa)
  • eval: add universal evaluation framework (#21) (9e18876)

Miscellaneous

  • remove arxiv binary and ignore build artifacts (29f7794)

Full Changelog

v0.7.0

30 Mar 07:35

Choose a tag to compare

0.7.0 (2026-03-30)

Features

  • ollama: add thinking support to generation (46f8124)

Bug Fixes

  • agent: reduce runLoop complexity and add compaction tests (2523714)
  • agent: redesign compaction to use tree branching and fix related bugs (36a9799)

Miscellaneous

  • update sr action from v2 to v3 (b9f698a)

Full Changelog

v0.6.1

29 Mar 21:21

Choose a tag to compare

0.6.1 (2026-03-29)

Bug Fixes

  • release: add patch bump for refactor commit type (7c33ba0)

Miscellaneous

  • deps: bump actions/checkout from 4 to 6 (15902ab)
  • deps: bump golang.org/x/net from 0.41.0 to 0.52.0 (00e495b)
  • deps: bump github.com/openai/openai-go/v3 from 3.27.0 to 3.29.0 (bbabe89)
  • deps: bump github.com/anthropics/anthropic-sdk-go (66ed8cf)

Full Changelog

v0.6.0

29 Mar 08:19

Choose a tag to compare

0.6.0 (2026-03-29)

Features

  • tui: add unified Output interface and template system (0e0f02a)

Bug Fixes

  • tui: reduce cyclomatic complexity in stream rendering (6a8c351)

Full Changelog

v0.5.0

29 Mar 06:04

Choose a tag to compare

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)

Full Changelog