v1.84.1.0 fix: default Codex and Claude to frontier models (#2835)

* fix: default cross-model workflows to frontier models

* chore: bump version and changelog (v1.82.1.0)

Co-Authored-By: OpenAI Codex <noreply@openai.com>

* fix: repair frontier eval budgets and workflow instructions

Preserve frontier models and quality thresholds while fixing truncated judge output, ordered section expansion, consent checks, QA scoring, and ship audit gates. Add regression coverage and refresh generated docs.

Co-Authored-By: OpenAI Codex <noreply@openai.com>

* fix: resolve workflow gaps exposed by frontier evals

Clarify plan-review ordering and fallback modes, preserve deploy readiness gates, honor configured merge methods, correct benchmark and canary contracts, and restore vendored installs on setup failure. Cover recovery with real-shell regressions.

Co-Authored-By: OpenAI Codex <noreply@openai.com>

* fix: use agent capture budgets for deploy evals

Multi-turn deploy and benchmark sessions were incorrectly limited to the single-call judge timeout. Use the existing capture tier and leave outer-test cleanup headroom, with a free policy regression test. Keep all behavioral assertions and frontier models unchanged.

Co-Authored-By: OpenAI Codex <noreply@openai.com>

* fix: clarify retro workflow and evaluate compare instructions

Include compare mode in the frontier judge excerpt, define metric sources and snapshot ordering, and preserve the existing prompt-size budget.

Co-authored-by: OpenAI Codex <noreply@openai.com>

* fix: make documentation release review and publication consistent

Review before commit, clarify changelog safeguards and unavailable reviewer modes, and preserve raw PR bodies across separate shell calls. Keep title sync in one shell and add regression coverage.

Co-authored-by: OpenAI Codex <noreply@openai.com>

---------

Co-authored-by: OpenAI Codex <noreply@openai.com>
This commit is contained in:
Garry Tan
2026-09-09 08:57:21 -07:00
committed by GitHub
co-authored by OpenAI Codex
parent c8f0c4e368
commit 71f6048e8a
141 changed files with 2678 additions and 1750 deletions
+37
View File
@@ -24,6 +24,8 @@ import { Glob } from "bun";
import { generateThirdPartyActions } from "../scripts/resolvers/third-party-actions";
import { generateAsideSetup } from "../scripts/resolvers/aside";
import { HOST_PATHS } from "../scripts/resolvers/types";
import { asideDriveOptions } from './helpers/third-party-actions';
import { E2E_TOUCHFILES, selectTests } from './helpers/touchfiles';
const ROOT = path.resolve(import.meta.dir, "..");
@@ -36,6 +38,39 @@ const ctx = {
const section = generateThirdPartyActions(ctx);
describe('consent offer extraction', () => {
test('helper changes select the consent gate evals', () => {
expect(selectTests(['test/helpers/third-party-actions.ts'], E2E_TOUCHFILES, []).selected.sort()).toEqual([
'tpa-absent-darwin', 'tpa-absent-linux', 'tpa-apple-ban', 'tpa-broken', 'tpa-present',
]);
});
test('an unavailable-option explanation is not an offer', () => {
expect(asideDriveOptions(`B) I drive it in gstack's own visible browser
C) Manual instructions
D) Defer
(Option A, driving in your Aside browser, is unavailable because Aside was not detected.)`)).toEqual([]);
});
test('detects plain, bulleted, bold, and multiline drive offers', () => {
for (const option of [
'A) I drive it in your Aside browser',
'- **A)** I drive it in your Aside browser',
'**A)** I drive it in your Aside browser',
'A. I drive it in your Aside browser',
'A) Open the Aside app first\n then I drive the token creation.',
]) {
expect(asideDriveOptions(option), option).toHaveLength(1);
}
});
test('allows recovery questions but rejects conditional drive consent', () => {
expect(asideDriveOptions('A) Open the Aside app so I can re-run the probe.')).toEqual([]);
expect(asideDriveOptions('A) Open the Aside app; if READY, I drive the dashboard.')).toHaveLength(1);
});
});
/** Generated skill markdown: every SKILL.md + carved sections at repo root. */
function generatedSkillDocs(): string[] {
const files: string[] = [];
@@ -233,6 +268,8 @@ describe("THIRD_PARTY_ACTIONS contract pins", () => {
expect(section).toContain("Only `READY` counts as detected");
expect(section).toContain("only after a consented drive has started");
expect(section).toContain("treat Aside as not detected for this task");
expect(section).toContain("Until a probe actually returns `READY`, omit the Aside drive option entirely");
expect(section).toContain("even a conditional offer");
});
// Aside first, gstack's stack as fallback: the four-option question when