mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
* docs: tidy agent runtime provider pages, add per-runtime FAQ (MUL-3617) - Remove the Gemini CLI provider from install-agent-runtime and providers across all four languages (Google folded the standalone CLI into Antigravity). Update tool counts 12 -> 11 and the dependent session-resumption, MCP, and skill-path sections. - Add the Hermes profile custom_args workaround as a per-runtime FAQ note under providers#hermes (supersedes #4497, which placed it in agents-create). - Fix stale Japanese install copy that claimed only Claude Code reads mcp_config and linked to a non-existent anchor. Co-authored-by: multica-agent <github@multica.ai> * docs: add Qoder and CodeBuddy runtimes to provider pages (MUL-3617) Document the two newly added runtimes on install-agent-runtime and providers across all four languages: - Qoder (Alibaba): ACP-over-stdio CLI `qodercli`, shares the transport with Hermes/Kimi/Kiro; session/resume, ACP mcpServers, dynamic model discovery, native skills at .qoder/skills/. - CodeBuddy (Tencent): Claude Code-compatible CLI `codebuddy`, driven via stream-json; --resume, --mcp-config, dynamic models, .claude/skills/. Update tool counts 11 -> 13 and the MCP section (now ten of thirteen consume mcp_config; the other three still ignore it). Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>