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": {