From b53a545dc96a695674891bfaebc115bb4ff34de9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:36:36 +0000 Subject: [PATCH] chore(main): release 0.1.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- npm/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 056bffb..3aa1b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.8](https://github.com/lahfir/agent-desktop/compare/v0.1.7...v0.1.8) (2026-03-01) + + +### Features + +* add electron/web app compatibility for accessibility tree traversal ([a19c1b5](https://github.com/lahfir/agent-desktop/commit/a19c1b5132d3b71c5de58886ba51357ffc9bd1e8)) +* implement --compact flag to collapse single-child unnamed nodes ([4a300c8](https://github.com/lahfir/agent-desktop/commit/4a300c8cb054462ca95fb5160e89e8fce661ec3b)) + ## [0.1.7](https://github.com/lahfir/agent-desktop/compare/v0.1.6...v0.1.7) (2026-02-28) diff --git a/Cargo.toml b/Cargo.toml index ad3dfe4..eaa1c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" edition = "2021" rust-version = "1.78" license = "Apache-2.0" -version = "0.1.7" # x-release-please-version +version = "0.1.8" # x-release-please-version [workspace.dependencies] clap = { version = "4.5", features = ["derive"] } diff --git a/npm/package.json b/npm/package.json index ceab90a..41651da 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "agent-desktop", - "version": "0.1.7", + "version": "0.1.8", "description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees", "license": "Apache-2.0", "repository": {