chore(main): release 0.2.0

Release agent-desktop 0.2.0.
This commit is contained in:
github-actions[bot] 2026-05-19 18:29:51 -07:00 committed by GitHub
parent 1291a9cdbf
commit 9604f356e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View file

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

View file

@ -1,5 +1,16 @@
# Changelog
## [0.2.0](https://github.com/lahfir/agent-desktop/compare/v0.1.14...v0.2.0) (2026-05-20)
### ⚠ BREAKING CHANGES
* chain execution deadlines now return TIMEOUT instead of ACTION_FAILED when the target app does not respond before the chain deadline.
### Refactoring
* unify command execution contracts ([1291a9c](https://github.com/lahfir/agent-desktop/commit/1291a9cdbf0566424d38da1eab397d6d4091c06c))
## [0.1.14](https://github.com/lahfir/agent-desktop/compare/v0.1.13...v0.1.14) (2026-05-04)

View file

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

View file

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