chore(main): release 0.8.1 (#130)
Some checks failed
CI / Format (push) Has been cancelled
CI / Rust 1.89 MSRV (push) Has been cancelled
CI / Native check (macOS) (push) Has been cancelled
CI / Native check (Linux) (push) Has been cancelled
CI / Native check (Windows) (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows) (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
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.8.1

* chore: sync cargo lock for release 1.89

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-08-13 22:37:22 -07:00 committed by GitHub
parent 366d348039
commit 04f3d675b4
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.8.0"
".": "0.8.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.8.1](https://github.com/lahfir/agent-desktop/compare/v0.8.0...v0.8.1) (2026-08-14)
### Features
* drive Chromium apps through a verified DevTools endpoint from launch --cdp ([#129](https://github.com/lahfir/agent-desktop/issues/129)) ([366d348](https://github.com/lahfir/agent-desktop/commit/366d34803992d0595f31b19c8347bf7b26f5f277))
## [0.8.0](https://github.com/lahfir/agent-desktop/compare/v0.7.0...v0.8.0) (2026-08-13)

12
Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "agent-desktop"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "agent-desktop-core"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"base64",
"libc",
@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "agent-desktop-ffi"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "agent-desktop-linux"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"agent-desktop-core",
"thiserror",
@ -66,7 +66,7 @@ dependencies = [
[[package]]
name = "agent-desktop-macos"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"accessibility-sys",
"agent-desktop-core",
@ -85,7 +85,7 @@ dependencies = [
[[package]]
name = "agent-desktop-windows"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"agent-desktop-core",
"thiserror",

View file

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

View file

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