fabro/crates/arc-api
Bryan Helmkamp 5d6691df22 Add [sandbox.env] support to workflow configs
Allow passing environment variables into sandbox command execution via
`[sandbox.env]` in TOML configs. Supports literal values and host env
passthrough via `${env.VARNAME}` syntax (whole-value only, missing vars
are hard errors). Env vars are injected into command nodes via
`cmd.envs()` and into CLI backend agents via the sandbox env file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 22:43:16 -05:00
..
src Add [sandbox.env] support to workflow configs 2026-03-07 22:43:16 -05:00
tests Remove List Projects and List Branches API endpoints 2026-03-07 18:06:58 -05:00
Cargo.toml Add POST /completions endpoint with Anthropic-style SSE streaming 2026-03-07 18:06:58 -05:00