Skip to content

Releases: visualDust/outline-agent

Memory and document event improvements

Choose a tag to compare

@visualDust visualDust released this 10 Apr 20:26
  • Collection memory is now managed through a collection document instead of being local-only
  • The agent keeps a local cached copy for prompt assembly and runtime efficiency
  • The remote MEMORY document is lazy
  • On each process start, the agent performs a one-time initial pull per involved collection
  • The runtime now listens for collection memory document webhook events
  • If an involved collection’s MEMORY document is created or updated remotely, the local cache is refreshed
  • If that remote MEMORY document is deleted, the local cache is cleared

Full Changelog: 0.2.2...0.2.3

0.2.2

Choose a tag to compare

@visualDust visualDust released this 10 Apr 15:22

0.2.2 Minor Changes

  • Added support for choosing between Gemini and OpenAI as the web search provider.
  • Improved OpenAI Responses API compatibility
  • Fixed handling for newer / nonstandard OpenAI Responses API response shapes.
  • Improved compatibility with gateways that return response text through streaming-style events rather than finalized output payloads.
  • Better thinking-tag handling. Fixed handling of ... content in streamed / provider-generated responses.

Full Changelog: 0.2.0...0.2.2

0.2.0 Beta

0.2.0 Beta Pre-release
Pre-release

Choose a tag to compare

@visualDust visualDust released this 18 Mar 01:38