chore: replace changelog edits with changeset
This commit is contained in:
parent
3ba526d282
commit
e1bb51f42a
|
|
@ -0,0 +1,10 @@
|
|||
"@aoagents/ao-cli": patch
|
||||
"@aoagents/ao-web": patch
|
||||
"@aoagents/ao-plugin-agent-codex": patch
|
||||
---
|
||||
|
||||
Fix restore behavior across AO session recovery flows.
|
||||
|
||||
- restore the latest dead-but-restorable orchestrator on `ao start` instead of silently spawning a new orchestrator when tmux is gone
|
||||
- make worker session orchestrator navigation prefer the most recently active live orchestrator for the project
|
||||
- make Codex worker restore commands resume with `--ask-for-approval on-request` instead of `never`, while keeping permissionless orchestrator restores bypassed
|
||||
|
|
@ -1,11 +1,5 @@
|
|||
# @composio/ao-cli
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Restore the most recently active dead orchestrator on `ao start` when its tmux session is gone, instead of silently spawning a new orchestrator.
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,11 +1,5 @@
|
|||
# @composio/ao-plugin-agent-codex
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make Codex worker restore commands use `--ask-for-approval on-request` instead of resuming in `never` approval mode, while keeping permissionless orchestrator restores explicitly bypassed.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,11 +1,5 @@
|
|||
# @composio/ao-web
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Make worker-session orchestrator navigation prefer the most recently active live orchestrator for the project instead of defaulting to the first sorted orchestrator id.
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
Loading…
Reference in New Issue