-
mosaic-v0.0.27 Pre-Release
released this
2026-04-06 00:15:23 +00:00 | 11 commits to main since this releasemosaic-v0.0.27
Highlights
- Drill-down main menu: Replace linear 12-stage interrogation with menu-driven architecture (Quick Start, Providers, Agent Identity, Skills, Gateway, Advanced, Finish & Apply)
- Provider-first flow: LLM API key collection moves to the front with auto-detection of Anthropic vs OpenAI from key prefix
- Quick Start path: 3 questions (API key, admin email, password) targeting under 90 seconds for returning users
- Deterministic intent/naming: User picks intent category (general, software-dev, devops, research, content, custom) and gets thematic agent name (Mosaic, Forge, Sentinel, Atlas, Muse)
- Headless backward compat: MOSAIC_ASSUME_YES=1 + env vars still work unchanged, with new MOSAIC_AGENT_NAME and MOSAIC_AGENT_INTENT vars
New files
packages/mosaic/src/stages/provider-setup.ts- Provider API key collection + auto-detectionpackages/mosaic/src/stages/agent-intent.ts- Deterministic intent intake + namingpackages/mosaic/src/stages/quick-start.ts- Minimal-questions quick start path
Breaking changes
None. Headless installs are fully backward compatible.
Downloads