Release Notes - v0.1.25
Features
- OpenAPI Schema: Added
/schemaroute and CLI command to access gateway OpenAPI documentation - Cloud Credentials Setup: Integrated cloud credentials configuration into onboarding flow for user-hosted deployments
- User Interface Improvements:
- Added temporary chat toggle in top-right corner for ephemeral conversations
- Added app emoji icons beside pinned apps with simplified hover interactions
- Redesigned control center with improved layout and navigation
- Enhanced thread management with inline pin and archive icons
- Added circular backgrounds to thread action icons
- Improved app editing layout with chat on left, app on right
- Private Threads:
- Added private thread support with visual distinction in sidebar
- Implemented memory isolation and scope-aware permissions
- Added private thread settings panel
- Media & Embeds:
- Added inline image and video embed support for YouTube, Vimeo, and Loom
- Implemented domain allowlist and auto-embed toggles in settings
- Added lazy loading and click-to-initialize video players
- Skills & Tools:
- Added unified messaging skill with Slack and Gmail integration
- Introduced task execution pipeline with template rendering
- Added credential management with OAuth auto-configuration
- Implemented computer-use skill migration framework
- Added document editor with rich text editing capabilities
- Model Selection: Enhanced
/modelcommand with persistent table UI and inline chat picker - Permissions: Added "Send Anyway" button to bypass secret-ingress blocking
- iOS Features: Achieved feature parity with macOS including background textures and appearance modes
Fixes
- UI/UX Improvements:
- Fixed directory pinning to be idempotent and resolved gesture conflicts
- Corrected toolbar padding based on sidebar state
- Fixed control center popover positioning and z-index issues
- Resolved form submission issues with Enter key support
- Thread Management:
- Protected against archived thread IDs during selection sync
- Fixed thread selection persistence with proper dismissal handling
- Improved thread summarization with better token budgeting
- Authentication & Security:
- Enhanced daemon session token storage in iOS Keychain
- Fixed OAuth client credential resolution on reconnect
- Improved legacy token migration and cleanup
- Tool & Skill Fixes:
- Resolved tool registration conflicts between core and skill systems
- Fixed credential metadata handling and broker functionality
- Improved proxy request handling and policy enforcement
- Performance & Stability:
- Fixed memory leaks in session management
- Improved test runner performance with 4x speedup through parallelization
- Enhanced error handling for context-too-large scenarios
- Cross-Platform:
- Fixed iOS-specific issues with voice transcription and message handling
- Resolved TypeScript errors across multiple files
- Improved WebView navigation and security policies
Infrastructure
- Build & Deployment:
- Updated scrub command to run daemon and app in background
- Enhanced gateway image deployment for multiple GCP environments
- Added feature flags for user-hosted deployment modes
- Testing:
- Added comprehensive regression tests for computer-use migration
- Implemented end-to-end proxy testing with approval persistence
- Added baseline characterization tests for browser behavior
- Development Tools:
- Updated documentation across multiple README files
- Added CODEOWNERS for better code review coverage
- Enhanced slash commands with better validation and feedback