mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
Prepend the directory of the running multica binary to PATH in the agent's environment variables. This fixes the issue where isolated runtimes (e.g. Codex sandbox) cannot find the multica CLI, causing agent tasks to fail immediately with "command not found: multica". Closes #451