diff --git a/.github/workflows/nightly-terminal-bench.yml b/.github/workflows/nightly-terminal-bench.yml index 2d17305143..b6ce6e6fa0 100644 --- a/.github/workflows/nightly-terminal-bench.yml +++ b/.github/workflows/nightly-terminal-bench.yml @@ -23,7 +23,7 @@ jobs: id: set-models run: | if [ "${{ inputs.models }}" = "all" ] || [ -z "${{ inputs.models }}" ]; then - echo 'models=["anthropic:claude-sonnet-4-5","openai:gpt-5.1-codex"]' >> $GITHUB_OUTPUT + echo 'models=["anthropic:claude-opus-4-5","openai:gpt-5.2"]' >> $GITHUB_OUTPUT else # Convert comma-separated to JSON array models="${{ inputs.models }}" diff --git a/.github/workflows/terminal-bench.yml b/.github/workflows/terminal-bench.yml index a895afa5ec..45b339ee19 100644 --- a/.github/workflows/terminal-bench.yml +++ b/.github/workflows/terminal-bench.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: model_name: - description: "Model to use (e.g., anthropic:claude-sonnet-4-5)" + description: "Model to use (e.g., anthropic:claude-opus-4-5)" required: false type: string thinking_level: @@ -61,7 +61,7 @@ on: required: false type: string model_name: - description: "Model to use (e.g., anthropic:claude-sonnet-4-5, openai:gpt-5.1-codex)" + description: "Model to use (e.g., anthropic:claude-opus-4-5, openai:gpt-5.2)" required: false type: string thinking_level: