AgentVis v0.3.5
This release adds a native conversation history recall tool for Agents, improving long-running continuity after context compression.
Added
- Added
conversation_search, a read-only native tool that lets an Agent retrieve its own historical conversations. - Supports three recall modes:
timeline: browse message history by time without needing a keyword.search: keyword search with lightweight centered snippets.get: fetch full selected historical messages by message ID.- Added pagination with
hasMore/nextOffsetfor robust recall across large histories. - Added time-range filtering for locating conversations from a specific day, week, month, or period.
- Results are scoped to the current Agent only, preventing cross-Agent history mixing.
Improved
- Master Brain guidance now encourages dispatching a Sub-Agent to retrieve past conversations when memory, RAG, or compressed chat history is insufficient.
- Conversation search uses memory-safe historical text so snippets and fetched messages align with what the Agent can safely reason over.
- Added native skill conflict protection for newly added native tools.