mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
* docs: document MULTICA_<PROVIDER>_ARGS default agent argument env vars The backend default-args env-var layer (MULTICA_CLAUDE_ARGS / MULTICA_CODEX_ARGS / MULTICA_CODEBUDDY_ARGS) shipped in #1807 but was never added to the docs site environment-variables page. Document the variable, its precedence relative to per-agent custom_args, POSIX shell-word parsing, and the shared blocked-flags filter. Closes the docs follow-up requested in #1467. * docs: refine MULTICA_<PROVIDER>_ARGS wording and sync zh/ja/ko translations Reword the English section so daemon-wide default args read as a default baseline rather than a hard ceiling (per-agent custom_args are appended afterward and can override), and drop the uncertain --max-budget-usd example. Sync the new env var row and section into the zh/ja/ko docs pages. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>