Skip to content

[Presets] Support Codex as an agent provider for creating presets - #4266

Open
peterschmidt85 wants to merge 1 commit into
masterfrom
preset-agent-codex
Open

[Presets] Support Codex as an agent provider for creating presets#4266
peterschmidt85 wants to merge 1 commit into
masterfrom
preset-agent-codex

Conversation

@peterschmidt85

Copy link
Copy Markdown
Contributor

Presets can now be created with Codex, in addition to Claude.

The agent provider, model, and effort can be configured in the preset configuration, overriding the DSTACK_AGENT_* variables:

agent:
  provider: codex
  model: gpt-6-astra
  effort: high

Backward-compatible: sessions written by earlier releases are upgraded on read, and the system prompt Claude receives is byte-identical.

🤖 Generated with Claude Code

Presets can now be created with Codex, in addition to Claude. The agent
provider, model, and effort can be configured in the preset configuration
via `agent`, overriding the `DSTACK_AGENT_*` variables. Sessions written by
earlier releases are upgraded on read; the system prompt Claude receives is
byte-identical.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant