Compare commits
base: mosaicstack:mosaic-v0.0.27
mosaicstack:main
mosaicstack:release/mosaic-v0.0.29
mosaicstack:fix/installer-idempotent-creds
mosaicstack:feat/framework-superpowers-enforcement
mosaicstack:feat/install-ux-intent
mosaicstack:feat/install-ux-polish
mosaicstack:docs/iuv-m01-complete
mosaicstack:fix/build-vitest-allowdefault
mosaicstack:fix/bootstrap-hotfix
mosaicstack:docs/install-ux-v2-scaffold
mosaicstack:release/mosaic-v0.0.25
mosaicstack:docs/iuh-mission-complete
mosaicstack:feat/unified-first-run
mosaicstack:docs/iuh-m02-complete
mosaicstack:feat/wizard-remediation
mosaicstack:feat/mosaic-macp-cli
mosaicstack:fix/gateway-token-recovery-review
mosaicstack:feat/mosaic-auth-cli
mosaicstack:feat/mosaic-forge-cli-v2
mosaicstack:feat/mosaic-storage-cli
mosaicstack:feat/mosaic-memory-cli
mosaicstack:feat/gateway-token-recovery
mosaicstack:feat/mosaic-forge-cli
mosaicstack:feat/mosaic-config-command
mosaicstack:feat/mosaic-queue-cli
mosaicstack:feat/mosaic-brain-cli
mosaicstack:feat/mosaic-help-alphabetize
mosaicstack:docs/gateway-token-recovery-plan
mosaicstack:chore/bump-mosaic-0.0.21
mosaicstack:fix/populate-known-packages-list
mosaicstack:fix/publish-loud-errors
mosaicstack:fix/gitea-org-rename
mosaicstack:fix/gateway-install-ux
mosaicstack:fix/rename-mosaic-scope-391
mosaicstack:fix/db-memory-queue-publish-drift
mosaicstack:fix/updater-wrapper-gitea-387
mosaicstack:fix/config-package-version-drift
mosaicstack:fix/updater-mosaic-package-382
mosaicstack:fix/merge-cli-into-mosaic
mosaicstack:fix/metapackage-cli-dep
mosaicstack:chore/bump-cli-mosaic-0.0.16
mosaicstack:fix/gateway-deprecation-warnings
mosaicstack:fix/gateway-install-prefix-eacces
mosaicstack:chore/gateway-default-port-14242
mosaicstack:fix/gateway-scoped-registry
mosaicstack:fix/gateway-install-registry
mosaicstack:chore/bump-0.0.11
mosaicstack:feat/gateway-local-tier
mosaicstack:feat/task-1775219952-fix-add-build-tools-to-ci-install-step-for-better-sqlite3
mosaicstack:fix/pnpm-build-scripts
mosaicstack:fix/storage-sqlite-ci
mosaicstack:feat/storage-abstraction
mosaicstack:fix/idempotent-init
..
compare: mosaicstack:feat/install-ux-intent
mosaicstack:main
mosaicstack:release/mosaic-v0.0.29
mosaicstack:fix/installer-idempotent-creds
mosaicstack:feat/framework-superpowers-enforcement
mosaicstack:feat/install-ux-intent
mosaicstack:feat/install-ux-polish
mosaicstack:docs/iuv-m01-complete
mosaicstack:fix/build-vitest-allowdefault
mosaicstack:fix/bootstrap-hotfix
mosaicstack:docs/install-ux-v2-scaffold
mosaicstack:release/mosaic-v0.0.25
mosaicstack:docs/iuh-mission-complete
mosaicstack:feat/unified-first-run
mosaicstack:docs/iuh-m02-complete
mosaicstack:feat/wizard-remediation
mosaicstack:feat/mosaic-macp-cli
mosaicstack:fix/gateway-token-recovery-review
mosaicstack:feat/mosaic-auth-cli
mosaicstack:feat/mosaic-forge-cli-v2
mosaicstack:feat/mosaic-storage-cli
mosaicstack:feat/mosaic-memory-cli
mosaicstack:feat/gateway-token-recovery
mosaicstack:feat/mosaic-forge-cli
mosaicstack:feat/mosaic-config-command
mosaicstack:feat/mosaic-queue-cli
mosaicstack:feat/mosaic-brain-cli
mosaicstack:feat/mosaic-help-alphabetize
mosaicstack:docs/gateway-token-recovery-plan
mosaicstack:chore/bump-mosaic-0.0.21
mosaicstack:fix/populate-known-packages-list
mosaicstack:fix/publish-loud-errors
mosaicstack:fix/gitea-org-rename
mosaicstack:fix/gateway-install-ux
mosaicstack:fix/rename-mosaic-scope-391
mosaicstack:fix/db-memory-queue-publish-drift
mosaicstack:fix/updater-wrapper-gitea-387
mosaicstack:fix/config-package-version-drift
mosaicstack:fix/updater-mosaic-package-382
mosaicstack:fix/merge-cli-into-mosaic
mosaicstack:fix/metapackage-cli-dep
mosaicstack:chore/bump-cli-mosaic-0.0.16
mosaicstack:fix/gateway-deprecation-warnings
mosaicstack:fix/gateway-install-prefix-eacces
mosaicstack:chore/gateway-default-port-14242
mosaicstack:fix/gateway-scoped-registry
mosaicstack:fix/gateway-install-registry
mosaicstack:chore/bump-0.0.11
mosaicstack:feat/gateway-local-tier
mosaicstack:feat/task-1775219952-fix-add-build-tools-to-ci-install-step-for-better-sqlite3
mosaicstack:fix/pnpm-build-scripts
mosaicstack:fix/storage-sqlite-ci
mosaicstack:feat/storage-abstraction
mosaicstack:fix/idempotent-init
1 Commits
mosaic-v0.
...
feat/insta
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
6deae95339 |
feat(mosaic): drill-down main menu + provider-first flow + quick start
Replace the linear 12-stage wizard interrogation with a menu-driven architecture. Key changes: - Main menu with drill-down sections: Quick Start, Providers, Agent Identity, Skills, Gateway, Advanced, Finish & Apply - Quick Start path: 3 questions (API key, admin email, password) with sensible defaults for everything else. Target: under 90 seconds. - Provider-first flow: LLM API key collection moves to the front of the wizard, with auto-detection of Anthropic vs OpenAI from key prefix - Deterministic intent/naming: user picks an intent category (general, software-dev, devops, research, content, custom) and gets a thematic agent name proposal (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 - Version bump: 0.0.26 -> 0.0.27 Closes #438 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |