chore(main): release 0.1.8

This commit is contained in:
github-actions[bot] 2026-03-01 08:36:36 +00:00 committed by GitHub
parent 4a300c8cb0
commit b53a545dc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.1.7"
".": "0.1.8"
}

View file

@ -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)

View file

@ -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"] }

View file

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