From bdeed38235a9c43ab3b57fbf4245af3ca6e4be68 Mon Sep 17 00:00:00 2001 From: Ammar Date: Sun, 14 Dec 2025 13:59:40 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20update=20terminal-bench=20?= =?UTF-8?q?to=20Opus=204.5=20and=20GPT-5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update nightly benchmark models: - anthropic:claude-sonnet-4-5 → anthropic:claude-opus-4-5 - openai:gpt-5.1-codex → openai:gpt-5.2 --- _Generated with `mux` • Model: `anthropic:claude-opus-4-5` • Thinking: `high`_ --- .github/workflows/nightly-terminal-bench.yml | 2 +- .github/workflows/terminal-bench.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: