From 8ff752f072d81b5daa92f2e73bf4edc15e27c97b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 17:25:05 +0000 Subject: [PATCH] chore: version packages --- .changeset/print-agent-result.md | 10 ---------- .changeset/update-agent-eval.md | 5 ----- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 4 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 .changeset/print-agent-result.md delete mode 100644 .changeset/update-agent-eval.md diff --git a/.changeset/print-agent-result.md b/.changeset/print-agent-result.md deleted file mode 100644 index 6b49f5b..0000000 --- a/.changeset/print-agent-result.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@tangle-network/browser-agent-driver": patch ---- - -Surface the agent's result in the CLI output and the `bad view` viewer. - -Previously, when a run's completion message was empty the agent's answer was written only to `goalVerification.evidence` in `report.json`; the CLI printed a bare "Goal achieved" and the viewer showed the same, so the actual result was hidden. Now: - -- The CLI prints the full result under the run's ✓/✗ line, with multi-line output preserved and indented (multi-task rows collapse to one line). -- `bad view` renders it in a "Result" panel, derived directly from the report so it also shows for existing runs. diff --git a/.changeset/update-agent-eval.md b/.changeset/update-agent-eval.md deleted file mode 100644 index 812eff4..0000000 --- a/.changeset/update-agent-eval.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tangle-network/browser-agent-driver": patch ---- - -Update the WebVoyager research command to use Agent Eval's maintained pairwise ranking API, and move the optional Claude Code provider to its secure AI SDK v6 release line. diff --git a/CHANGELOG.md b/CHANGELOG.md index 204d1fb..c73cf18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @tangle-network/browser-agent-driver +## 0.36.1 + +### Patch Changes + +- [#137](https://github.com/tangle-network/browser-agent-driver/pull/137) [`8199070`](https://github.com/tangle-network/browser-agent-driver/commit/8199070b63eea324f73096c7cfe4dc33de4576d5) Thanks [@AtelyPham](https://github.com/AtelyPham)! - Surface the agent's result in the CLI output and the `bad view` viewer. + + Previously, when a run's completion message was empty the agent's answer was written only to `goalVerification.evidence` in `report.json`; the CLI printed a bare "Goal achieved" and the viewer showed the same, so the actual result was hidden. Now: + + - The CLI prints the full result under the run's ✓/✗ line, with multi-line output preserved and indented (multi-task rows collapse to one line). + - `bad view` renders it in a "Result" panel, derived directly from the report so it also shows for existing runs. + +- [#139](https://github.com/tangle-network/browser-agent-driver/pull/139) [`b7e9914`](https://github.com/tangle-network/browser-agent-driver/commit/b7e99141620026a84dc6cdc77d8136ae2f2ebd19) Thanks [@drewstone](https://github.com/drewstone)! - Update the WebVoyager research command to use Agent Eval's maintained pairwise ranking API, and move the optional Claude Code provider to its secure AI SDK v6 release line. + ## 0.36.0 ### Minor Changes diff --git a/package.json b/package.json index 7186f2a..413920d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/browser-agent-driver", - "version": "0.36.0", + "version": "0.36.1", "description": "LLM-driven browser agent and bad CLI for UI automation, testing, and evaluation", "packageManager": "pnpm@10.33.3", "publishConfig": {