Browser Operator Core v0.6.0 Release Notes
🎯 Highlights
Browser Operator Core v0.6.0 introduces persistent user memory and universal LLM compatibility, transforming AI agents from stateless assistants into intelligent partners that remember, learn, and adapt across sessions.
✨ New Features
Cognitive Memory System
- Persistent Agent Memory: AI agents now remember key information across sessions, building accumulated knowledge over time
- Automatic Memory Extraction: Important details automatically captured and indexed from conversations
- Searchable Memory Blocks: Natural language search across all stored memories
- Memory Management UI: Full control over what agents remember with privacy-first design
Browser.Operator.Memory.mp4
Universal LLM Platform
- 7+ Provider Support: Native integration with Cerebras, Anthropic, Google AI, OpenAI, and any OpenAI-compatible endpoints
- Custom Provider Registration: Connect to internal LLMs, Ollama, vLLM, or any compatible API
- Dynamic Model Discovery: Automatically detect and list available models per provider
Browser.Operator.Custom.Provider.mp4
Conversation Intelligence
- Persistent History: All conversations automatically saved with IndexedDB backend
- Quick Resume: Continue any previous conversation with full context
Streamlined User Experience
- Multi-Step Onboarding: Guided setup wizard for initial configuration
- Panel Visibility Controls: Hide/show DevTools UI panels
What's Changed
- Fix the agent runner bug by @tysonthomas9 in #67
- Cleanup eval-server and renamed to agent-server by @olesho in #62
- fix LiteLLM model issue by @tysonthomas9 in #68
- Added OpenAI compatible "input" field support in /v1/responses API by @olesho in #69
- Refactored Settings UI by @olesho in #65
- Feat/eval js by @olesho in #70
- Feat/capture iframes by @olesho in #72
- Add support for more providers and conversation history by @tysonthomas9 in #71
- Memory and Onboarding Updates by @tysonthomas9 in #76
- Add ability to show or hide other panels by @tysonthomas9 in #77
Full Changelog: v0.5.0...v0.6.0