zeroclaw/web
argenis de la rosa b313ce9bcb feat(onboarding): remove OpenRouter default, require explicit provider selection
Breaking changes:
- Quick setup now requires --provider flag (no default)
- TUI wizard requires provider selection (no pre-selection)
- Docker compose requires PROVIDER env var
- .env.example no longer defaults to openrouter

Changes:
- wizard.rs: Remove hardcoded "openrouter" defaults, require explicit provider
- tui.rs: Add provider placeholder, require selection before proceeding
- .env.example: Use provider-neutral placeholders
- docker-compose.yml: Require PROVIDER to be explicitly set
- docs: Update examples to be provider-agnostic

This makes ZeroClaw truly provider-agnostic - users must choose
their preferred LLM provider rather than being pushed toward OpenRouter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 15:01:40 -05:00
..
dist feat(web): display ZeroClaw logo in dashboard sidebar 2026-03-05 14:40:19 -05:00
e2e refactor(web): remove dashboard mock mode for ship 2026-03-03 02:32:39 -05:00
public feat(web): add ZeroClaw logo to dashboard 2026-03-05 14:16:51 -05:00
scripts feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00
src feat(onboarding): remove OpenRouter default, require explicit provider selection 2026-03-05 15:01:40 -05:00
.gitignore feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
index.html feat: harden non-CLI approval governance and runtime policy sync 2026-02-26 02:19:14 +08:00
netlify.toml docs(readme): simplify to essential info only 2026-02-28 17:41:58 -05:00
package-lock.json feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00
package.json feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00
package.nix chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
playwright.config.mjs feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00
tsconfig.app.json feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00
tsconfig.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
tsconfig.node.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
vite.config.ts feat(dashboard): update installer, pairing flow, and branding 2026-03-03 02:32:39 -05:00
vitest.config.ts feat(dashboard): add localized mock dashboard and mobile smoke coverage 2026-03-03 02:32:39 -05:00