multica/src
yushen b8201293b6 fix(agent): add OpenRouter provider support and guard against unknown models
Use generic OPENROUTER_* env vars (OPENROUTER_API_KEY, OPENROUTER_BASE_URL,
OPENROUTER_MODEL) via the existing fallback mechanism instead of hardcoding
mappings to OPENAI_* vars. Also add a guard when resolveModel returns
undefined to throw a clear error instead of crashing on property access.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:50:49 +08:00
..
agent fix(agent): add OpenRouter provider support and guard against unknown models 2026-01-30 15:50:49 +08:00
client Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
console feat(console): redesign Hub Console UI for desktop 2026-01-30 14:59:00 +08:00
gateway fix(gateway): extract content from payload in received messages 2026-01-30 14:46:30 +08:00
hub feat(hub): persist agent list to disk for restart recovery 2026-01-30 13:56:19 +08:00
shared Merge remote-tracking branch 'origin/main' into agent-api-key-baseurl 2026-01-30 14:06:36 +08:00
index.ts Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00