Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 05:11
521dca8

0.8.0 (2026-09-23)

⚠ BREAKING CHANGES

  • memory: IMemoryService.RecallAsync returns Result<MemoryRecallResult, AgentError> instead of Result<IReadOnlyList, AgentError>. Callers read result.Value.Memories and result.Value.Tier. Every implementer and test fake is updated.

Features

  • memory: stable memory owner and degraded recall (#151) (a8b9c60)