Skip to content

Version Packages#173

Merged
molebox merged 1 commit into
mainfrom
changeset-release/main
Jul 22, 2026
Merged

Version Packages#173
molebox merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@vercel/agent-eval@1.4.0

Minor Changes

  • #172 4f8732c Thanks @gaojude! - Add expect(transcript).toContainText(needle) — a deterministic, judge-free EVAL.ts matcher over the materialized transcript. needle is an exact substring or a RegExp (use /…/i for case-insensitive). Built for .not ("the agent never reached for X"): absence checks no longer need a judge run or manual readFileSync(transcriptPath()). Misuse (wrong subject, empty needle, empty-matching regex) and a missing/empty transcript throw instead of returning a failed verdict, so .not can never invert them into a silent pass.

Patch Changes

  • #175 f661766 Thanks @molebox! - Verify and repair the shell tool for native-default Codex runs. Codex CLI >= 0.144.0 (published 2026-07-09) exposes no shell/exec tool to the model when config.toml uses a custom model_provider (e.g. the AI Gateway) and omits the model key — exactly what native-default runs write. The model still answers, but it cannot run commands, read files, or use installed skills, and it sometimes fabricates command output instead of reporting the missing tool. run.mjs now pre-verifies native-default runs with a fabrication-proof shell canary (a command_execution item must carry a random nonce), repairs by re-stating the CLI's own resolved default model as an explicit top-level model key in the profile config, re-verifies, and fails loudly if the tool is still unavailable — preserving the canary's captured output on the failure result for triage. The verified outcome is memoized per sandbox (~/.codex/agent-eval-canary.json) so judge assertions that re-invoke the runner do not pay repeat canary calls. The repair is recorded as an optional modelRepair field propagated through RunnerResultAgentRunResultEvalRunResult, so persisted results show which runs needed it (and repairs dropping to zero signals the upstream fix).

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b0985d3 to c84489c Compare July 17, 2026 19:40
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c84489c to 092dfc7 Compare July 22, 2026 13:40
@molebox
molebox merged commit 8d88679 into main Jul 22, 2026
4 checks passed
@molebox
molebox deleted the changeset-release/main branch July 22, 2026 15:30
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