chore(main): release 0.2.1 (#46)
Some checks are pending
CI / Format (push) Waiting to run
CI / Test (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
Release / Release Please (push) Waiting to run
Release / Build (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (aarch64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-apple-darwin) (push) Blocked by required conditions
Release / Build FFI (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (aarch64-unknown-linux-gnu) (push) Blocked by required conditions
Release / Build FFI (x86_64-pc-windows-msvc) (push) Blocked by required conditions
Release / Publish to GitHub Release (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish Skills to ClawHub (push) Blocked by required conditions
Supply Chain / Audit (push) Waiting to run

* chore(main): release 0.2.1

* chore: sync cargo lock for release 1.85

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-05-23 06:09:29 -04:00 committed by GitHub
parent 1fb5a7d51e
commit d07898336e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 9 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.2.1](https://github.com/lahfir/agent-desktop/compare/v0.2.0...v0.2.1) (2026-05-23)
### Bug Fixes
* stabilize empty accessibility identity refs ([1fb5a7d](https://github.com/lahfir/agent-desktop/commit/1fb5a7d51eb798100b4d597c755fee1161e298bf))
## [0.2.0](https://github.com/lahfir/agent-desktop/compare/v0.1.14...v0.2.0) (2026-05-20)

12
Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "agent-desktop"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "agent-desktop-core"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"base64",
"libc",
@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "agent-desktop-ffi"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -55,7 +55,7 @@ dependencies = [
[[package]]
name = "agent-desktop-linux"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"agent-desktop-core",
"thiserror",
@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "agent-desktop-macos"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"accessibility-sys",
"agent-desktop-core",
@ -81,7 +81,7 @@ dependencies = [
[[package]]
name = "agent-desktop-windows"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"agent-desktop-core",
"thiserror",

View file

@ -6,7 +6,7 @@ resolver = "2"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
version = "0.2.0" # x-release-please-version
version = "0.2.1" # x-release-please-version
[workspace.dependencies]
clap = { version = "4.6", features = ["derive"] }

View file

@ -1,6 +1,6 @@
{
"name": "agent-desktop",
"version": "0.2.0",
"version": "0.2.1",
"description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees",
"license": "Apache-2.0",
"repository": {