chore: release - #218
Open
primer[bot] wants to merge 1 commit into
Open
Conversation
primer
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
September 4, 2026 15:41
b720511 to
8710997
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2026 15:58
8710997 to
18bfb43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@primer/agent-eval@0.5.0
Minor Changes
@primer/agent-eval/benchmarkand explicitly named package-root exports. The CLI can now select and run benchmarks from a benchmarks directory.@primer/agent-eval/experiment, replacingfindExperiment, package-rootrun, and package-rootdefineConfigwithgetExperiment,runExperiment, anddefineExperimentConfig. Remove the legacy experiment loading helpers in favor ofgetExperimentandlistExperimentswith explicit source directories.ExperimentConfigSchemaand update experiment configuration to use model variants, the new treatment API, and the new sandbox interface. Scenarios continue to support IDs and{path, name?}entries through the exportedExperimentScenarioConfigandInlineScenarioConfigtypes.@primer/agent-eval/scenario, replacingdefineScenario,findScenario, andResolvedScenariowithdefineConfig,getScenario, andScenario. Add scenario schemas and remove the legacy@primer/agent-eval/scenariosentry point andloadScenarioDirectory.createAgentEvalOutput,parseAgentEvalOutput,AgentEvalOutput, andAgentEvalOutputResultwith the experimentoutputanddeserializehelpers,ExperimentOutput, andTrialResult. Experiment output now uses keyed maps, model variants, per-session agent metrics, and directory-oriented artifact fields.TreatmentResultwithTrialResult. Trials continue to run optional Playwright browser tests and combine them with standard scenario test results.@primer/agent-eval/sandboxfor sandbox runtimes, configuration, constants, and the plugin and MCP types previously exported from the experiment entry point. Replace the concreteSandboxclass with theSandboxinterface plusSystemSandboxandVirtualSandbox.ExperimentModelConfig,ModelInfo, andresolveModelConfigswith model variant configuration, schemas, and expansion helpers. Low-level model helpers and types are no longer exported from the package root or experiment entry point.browser.test.ts. Inline scenario paths remain supported without package discovery requirements and continue to recognizescenario.browser.test.ts.--output-dirfor portable experiment and benchmark bundles with artifact and walkthrough paths relative tooutput.json. Remove--artifactsand derive the artifact directory from--output-diror the directory containing--output.@primer/agent-eval/clipackage entry point. Use theagent-evalexecutable for CLI usage and the package root or API entry points for programmatic usage.Patch Changes
--docker-imagebase, and remove active sandbox containers when an evaluation process receives SIGINT or SIGTERM.user.messageevents withoutagentModeand preserve their routing fields. Collect output token counts frommodel.messageevents while retaining compatibility with older Copilot output.agent-browserwalkthrough skill from downloaded trial artifacts.