Releases: visualDust/outline-agent
Releases · visualDust/outline-agent
Release list
Memory and document event improvements
- 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
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