mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-09 16:37:23 +00:00
chore(main): release 0.2.0
Release agent-desktop 0.2.0.
This commit is contained in:
parent
1291a9cdbf
commit
9604f356e2
4 changed files with 14 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.14"
|
||||
".": "0.2.0"
|
||||
}
|
||||
|
|
|
|||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue