docs(agent): document provider base bottles
test / unit (pull_request) Successful in 34s
test / integration (pull_request) Successful in 53s

Assisted-by: Codex
This commit is contained in:
2026-05-28 18:00:38 -04:00
parent 1cbedc91c0
commit cacba087c9
4 changed files with 61 additions and 55 deletions
@@ -58,6 +58,10 @@ agent_provider:
dockerfile: ./Dockerfile.codex # optional
```
- Provider templates do not implicitly add egress routes. Operators
should put provider-specific `agent_provider` and egress/auth routes
in home-owned base bottles such as `claude` or `codex`, then use
`extends` for task-specific bottles.
- Provider-specific launch configuration for Claude and Codex, including command argv, auth placeholder behavior, and default image/Dockerfile selection.
- Provider-aware egress role validation, including a new Codex auth role.