multica/docs
yushen 4dba1cfdf0 refactor: unify API URL env var to MULTICA_API_URL
Replace scattered API_URL, MAIN_VITE_API_URL, and RENDERER_VITE_API_URL
with a single MULTICA_API_URL across all apps and packages.

- Desktop: use envPrefix to expose MULTICA_* to main process, rename
  RENDERER_VITE_API_URL → RENDERER_VITE_MULTICA_API_URL, remove
  MAIN_VITE_API_URL (now read directly via MULTICA_API_URL)
- Web: add .env.development with MULTICA_API_URL, enforce required check
  in next.config.ts, update .gitignore to allow .env.development
- Core: make MULTICA_API_URL required in api-client (no silent fallback)
- Scripts: pass MULTICA_API_URL in dev-local.sh for web process
- Turbo: update globalEnv from API_URL to MULTICA_API_URL
- Docs: update references to the new env var name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 06:31:00 +08:00
..
auth refactor: unify API URL env var to MULTICA_API_URL 2026-02-15 06:31:00 +08:00
channels docs(channels): update README with route queue pattern and ack lifecycle 2026-02-09 18:27:06 +08:00
mobile Merge remote-tracking branch 'origin/main' into feat/telegram-channel 2026-02-09 13:44:08 +08:00
architecture.drawio docs: add architecture and module diagram (draw.io) (#180) 2026-02-15 01:09:26 +08:00
cli.md docs: slim down README and split into topic-specific docs 2026-02-15 03:23:54 +08:00
client-streaming-protocol.md docs: add client streaming protocol reference 2026-02-05 15:39:21 +08:00
credentials.md docs: slim down README and split into topic-specific docs 2026-02-15 03:23:54 +08:00
development.md refactor: unify API URL env var to MULTICA_API_URL 2026-02-15 06:31:00 +08:00
exec-approval.md docs: add exec approval WebSocket protocol documentation 2026-02-04 17:32:04 +08:00
memo.md docs: add Multica product memo and update README 2026-02-10 03:16:42 +08:00
message-paths.md docs(channels): add message paths documentation 2026-02-06 19:35:51 +08:00
package-management.md refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
product-capabilities.md docs: shift product positioning to personal AI agent 2026-02-11 14:50:33 +08:00
rpc.md feat(hub): register RPC handlers for hub, agent, and gateway operations 2026-02-02 15:27:07 +08:00
skills-and-tools.md docs: slim down README and split into topic-specific docs 2026-02-15 03:23:54 +08:00
subagent-architecture.html docs: align subagent call order 2026-02-03 18:04:40 +08:00
time-injection.md docs: slim down README and split into topic-specific docs 2026-02-15 03:23:54 +08:00