Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/live-a2a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "CODEX_SANDBOX=read-only"
echo "CODEX_APPROVAL_POLICY=never"
echo "INKBOX_CODEX_AUTO_APPROVE_INKBOX_TOOLS=true"
echo "CODEX_MODEL=gpt-5.4-mini"
echo "CODEX_MODEL=gpt-5.6-terra"
} >> "$GITHUB_ENV"
printenv OPENAI_API_KEY | codex login --with-api-key

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Real OpenAI via the default provider — authenticate the codex CLI
# with the API key (writes auth.json under CODEX_HOME).
printenv OPENAI_API_KEY | codex login --with-api-key
echo "CODEX_MODEL=gpt-5.4-mini" >> "$GITHUB_ENV"
echo "CODEX_MODEL=gpt-5.6-terra" >> "$GITHUB_ENV"
else
# Custom provider pointed at the local mock. Codex speaks the
# Responses API (wire_api "chat" is gone from the host), and a custom
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-external-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Real OpenAI via the default provider — authenticate the codex CLI
# with the API key (writes auth.json under CODEX_HOME).
printenv OPENAI_API_KEY | codex login --with-api-key
echo "CODEX_MODEL=gpt-5.4-mini" >> "$GITHUB_ENV"
echo "CODEX_MODEL=gpt-5.6-terra" >> "$GITHUB_ENV"

- name: Start gateway and wait for readiness
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
{
echo "INKBOX_IDENTITY=$HANDLE"
echo "INKBOX_ALLOW_ALL_USERS=true"
echo "CODEX_MODEL=gpt-5.4-mini"
echo "CODEX_MODEL=gpt-5.6-terra"
# Unattended runner: nobody answers approval texts → never escalate,
# and keep the sandbox read-only so stray commands stay harmless.
echo "CODEX_SANDBOX=read-only"
Expand Down