chore(main): release 0.4.7 (#92)
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.7

* 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-07-02 12:02:01 -07:00 committed by GitHub
parent e3e1872ff3
commit 52705afbe1
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.6"
".": "0.4.7"
}

View file

@ -6,6 +6,13 @@
* make sessions the first-class trace container: `session start/end/list/gc`, manifest-gated automatic JSONL segments under `sessions/<id>/trace/`, and `--trace <path>` override preserved ([#89](https://github.com/lahfir/agent-desktop/pull/89))
## [0.4.7](https://github.com/lahfir/agent-desktop/compare/v0.4.6...v0.4.7) (2026-07-02)
### Features
* add trace viewer and replay artifacts ([e3e1872](https://github.com/lahfir/agent-desktop/commit/e3e1872ff3088f03f3e50e65ebc9e2b068a17b5f))
## [0.4.6](https://github.com/lahfir/agent-desktop/compare/v0.4.5...v0.4.6) (2026-07-02)

12
Cargo.lock generated
View file

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

View file

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