Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:15

0.10.0 (2026-07-22)

BREAKING CHANGE

  • sessions on memory:false agents now retain
    conversation history by default; pass history: false for the previous
    stateless behavior. Session histories default to bounded eviction past
    120K estimated tokens on every agent. AgentSession.messages() returns
    the transcript-typed view.