chore(main): release 0.4.5 (#87)
Some checks failed
CI / Format (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / FFI Python Smoke (push) Has been cancelled
CI / FFI Header Drift (push) Has been cancelled
CI / FFI Panic Guard (push) Has been cancelled
CI / FFI Stub-Adapter Passthrough (push) Has been cancelled
CI / FFI Codegen Drift (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (rust) (push) Has been cancelled
Release / Release Please (push) Has been cancelled
Supply Chain / Audit (push) Has been cancelled
Release / Build (aarch64-apple-darwin) (push) Has been cancelled
Release / Build (x86_64-apple-darwin) (push) Has been cancelled
Release / Build FFI (aarch64-apple-darwin) (push) Has been cancelled
Release / Build FFI (x86_64-apple-darwin) (push) Has been cancelled
Release / Build FFI (x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / Build FFI (aarch64-unknown-linux-gnu) (push) Has been cancelled
Release / Build FFI (x86_64-pc-windows-msvc) (push) Has been cancelled
Release / FFI Release Gates (push) Has been cancelled
Release / Publish to GitHub Release (push) Has been cancelled
Release / Publish to npm (push) Has been cancelled
Release / Publish Skills to ClawHub (push) Has been cancelled

* chore(main): release 0.4.5

* 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-06-29 21:47:23 -07:00 committed by GitHub
parent ce232787b5
commit c454f4ab1c
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.4.4"
".": "0.4.5"
}

View file

@ -2,6 +2,13 @@
## Unreleased
## [0.4.5](https://github.com/lahfir/agent-desktop/compare/v0.4.4...v0.4.5) (2026-06-30)
### Features
* add --wait-for selector polling flags ([#86](https://github.com/lahfir/agent-desktop/issues/86)) ([ce23278](https://github.com/lahfir/agent-desktop/commit/ce232787b50270d6f590e11bd2b16c7354de623d))
## [0.4.4](https://github.com/lahfir/agent-desktop/compare/v0.4.3...v0.4.4) (2026-06-29)

12
Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "agent-desktop"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "agent-desktop-core"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"base64",
"libc",
@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "agent-desktop-ffi"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "agent-desktop-linux"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"agent-desktop-core",
"thiserror",
@ -66,7 +66,7 @@ dependencies = [
[[package]]
name = "agent-desktop-macos"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"accessibility-sys",
"agent-desktop-core",
@ -84,7 +84,7 @@ dependencies = [
[[package]]
name = "agent-desktop-windows"
version = "0.4.4"
version = "0.4.5"
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.4.4" # x-release-please-version
version = "0.4.5" # x-release-please-version
[workspace.dependencies]
clap = { version = "4.6", features = ["derive"] }

View file

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