-
Notifications
You must be signed in to change notification settings - Fork 2
LCO 1.7: Eva remote Codex control #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
69e36e0
feat: add Eva daemon Codex control routing
a6f9de3
fix: consume Codex control approvals before send
e472ad0
fix: persist approval replay protection
56200e7
fix: keep daemon control proof fail-closed
cc971ef
fix: classify direct control failures precisely
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| # Release Notes 1.7.0 | ||
|
|
||
| `1.7.0` is the Eva remote control candidate for local Codex sessions. These | ||
| notes describe the candidate; npm `latest` and GitHub Releases remain the | ||
| publication authorities. | ||
|
|
||
| ## Highlights | ||
|
|
||
| - Opt-in `LCO_CODEX_TRANSPORT=daemon` support for WebSocket JSON-RPC over the | ||
| already-running local Codex managed daemon Unix socket. | ||
| - `lco_codex_control_route`, which selects one daemon-owned active or idle task | ||
| and returns an expiring opaque target, or explicitly requires Desktop | ||
| observation. | ||
| - `lco_codex_deliver`, which uses the existing approval audit to send to an | ||
| idle task or steer the matching active turn after revalidating ownership, | ||
| state, and turn identity. | ||
| - Opaque-target interrupt support on `lco_codex_interrupt_thread` while keeping | ||
| the existing raw-ID compatibility form. | ||
| - Hermes smoke registration coverage for the two new first-class tools. | ||
|
|
||
| ## Upgrade | ||
|
|
||
| ```bash | ||
| npm install -g lossless-codex-orchestrator@latest | ||
| lco doctor | ||
| ``` | ||
|
|
||
| Existing installations keep stdio behavior unless | ||
| `LCO_CODEX_TRANSPORT=daemon` is set explicitly. | ||
|
|
||
| ## Validation | ||
|
|
||
| The release checks cover Unix-socket reconnects, opaque target selection, | ||
| idle-send and active-steer delivery, stale-target rejection, notification | ||
| silence, structured MCP results, and package installation. | ||
|
|
||
| ## Safety boundary | ||
|
|
||
| - Stdio remains the public compatibility default. | ||
| - Daemon mode never starts or restarts Codex, enables Remote Control, or falls | ||
| back silently to stdio. | ||
| - Raw transcript items may be transiently projected by Codex only to identify | ||
| the current active turn; LCO immediately discards the items and never returns | ||
| or logs them. | ||
| - Codex Desktop tasks stay on Hermes Computer Use. The managed daemon is not | ||
| treated as the owner of Desktop turns, and generic GUI control stays off. | ||
| - Every live delivery or interrupt still requires the matching unexpired | ||
| dry-run approval audit. | ||
|
|
||
| ## Availability | ||
|
|
||
| Until npm `latest` and GitHub Releases list 1.7.0, this file describes upcoming | ||
| behavior rather than an available stable package. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.