v1.5.2
Apple Container runtime for macOS 26, chat message edit redesign, GGUF quantization grouping, Cowork streaming thinking steps, and enhanced folder management UX.
New Features
- Apple Container runtime support with
bgo-container-clifor running agents in isolated containers on macOS 26 - Redesigned chat message edit mode with improved usability and inline editing
- Directory-based GGUF quantization grouping and batch download
- Live status indicators on fallback flow diagram showing real-time node health
- Real-time streaming of Cowork agent thinking steps via SSE delta events
- Save to Creation bookmark button on agent final answer steps
- Rich content rendering in run detail view with Markdown and structured tool calls
- Error detail display on failed Squad agents, tasks, and executions
- Smooth transition animation and analyzing state for Cowork task submission
- Contextual placeholder and tool badges in Cowork task input
- Enhanced Cowork empty state with quick actions, folder summary, and run history
Improvements
- Cowork analytics moved to Statistics page as a unified third tab
- Folder management consolidated with permission controls directly on chips
- Runtime selector relocated to settings drawer
- Default profile label changed from "General Assistant" to "General Purpose"
- Smart folder chip paths with permission indicators
- Staggered fade-in animation and hover lift effect for run history sidebar items
- Run detail metadata redesign with summary stat pills and human-readable model names
Bug Fixes
- Align bgo-container-cli with actual Containerization framework API
- Pass working directory to agent tools and add i18n for section title
- Align Cowork empty state two-column tops and heights
- Resolve elapsed timer stuck at 0:00 and compact Cowork empty state layout
- Add retry logic for transient API errors in agent loop
- Scope agent tool default paths to permitted folders in Cowork mode
- Improve quantization group card display with label, bits info, and column alignment
- Eliminate redundant Rust recompilation in Windows packaging workflow
CI/CD Improvements
- Add bgo-container-cli stub binary for Tauri packaging on macOS 15 CI runners
Technical Details
- Continuum Router updated to v1.4.4
- mlxcel updated to v0.0.11
- Swift 6.2 / macOS 26 Containerization framework integration
- What's New modal content updated for all 6 locales
Dependencies
- continuum-router: v1.4.1 → v1.4.4
- mlxcel: v0.0.10 → v0.0.11
Breaking Changes
None
Known Issues
bgo-container-clirequires macOS 26 (Tahoe) with Xcode 26+; a stub binary is used on older macOS versions
What's Changed
- feat: add live status indicators to fallback flow diagram by @inureyes
- feat: add directory-based GGUF quantization grouping and batch download by @inureyes
- fix: improve quantization group card display with label, bits info, and column alignment by @inureyes
- feat: scope agent tool default paths to permitted folders in Cowork mode by @inureyes
- feat: replace No Agent label with General Purpose default in profile selector by @inureyes
- feat: enhance Cowork empty state with quick actions, folder summary, and history by @inureyes
- feat: scope agent tool default paths to permitted folders in Cowork mode by @inureyes
- feat: relocate runtime selector to settings drawer by @inureyes
- feat: improve permitted folder chip readability with smart paths and permission indicators by @inureyes
- feat: add contextual placeholder and tool badges to Cowork task input by @inureyes
- feat: consolidate folder management UX with permission controls on chips by @inureyes
- fix: add retry logic for transient API errors in agent loop by @inureyes
- feat: add smooth transition animation and analyzing state for cowork task submission by @inureyes
- fix: resolve elapsed timer stuck at 0:00 and compact cowork empty state layout by @inureyes
- fix: align cowork empty state two-column tops and heights by @inureyes
- fix: pass working directory to agent filesystem tools by @inureyes
- feat: show error details on failed Squad agents, tasks, and executions by @inureyes
- feat: add streaming thinking steps, redesign run detail view, and save-to-creation by @inureyes
- feat: add bgo-container-cli for Apple Container runtime by @inureyes
- feat: redesign chat message edit mode for better usability by @inureyes
- fix: align bgo-container-cli with actual Containerization framework API by @inureyes