Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions elixir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ Notes:
- When `codex.turn_sandbox_policy` is set explicitly, Symphony passes the map through to Codex
unchanged. Compatibility then depends on the targeted Codex app-server version rather than local
Symphony validation.
- Workflows that run package managers or other commands that resolve external hosts should set
`networkAccess: true` in `codex.turn_sandbox_policy`; otherwise DNS/network access may be denied
by the Codex turn sandbox.
- `agent.max_turns` caps how many back-to-back Codex turns Symphony will run in a single agent
invocation when a turn completes normally but the issue is still in an active state. Default: `20`.
- If the Markdown body is blank, Symphony uses a default prompt template that includes the issue
Expand Down
1 change: 1 addition & 0 deletions elixir/WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ codex:
thread_sandbox: workspace-write
turn_sandbox_policy:
type: workspaceWrite
networkAccess: true
---

You are working on a Linear ticket `{{ issue.identifier }}`
Expand Down
Loading