Upgrade eve to 0.55.0 and adopt native channel behavior - #142
Merged
Merged
Conversation
fmhall
marked this pull request as ready for review
September 15, 2026 15:46
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Upgrades OpenInstinct from the pinned eve
59ec96cbuild to the released0.55.0package and adopts the native task and channel behavior needed by the application. Release notes.Behavior and compatibility
task_updatetool. Use native same-agent steering for revised browser assignments and retaintask_cancelfor stop-only requests.audience().<eve-empty-delivery/>for unchanged scheduled reports. The live lifecycle eval caught empty model responses under the previous “finish silently” instruction; the native marker completes suppression successfully.Validation
pnpm check: passed; 83 test files, 719 tests, plus lint, types, formatting, and Knip.pnpm buildandpnpm build:eve: passed.pnpm eval:agent --tag lifecycle --verbose: passed all 17 gates using an isolated database; confirmed a changed report was delivered and an unchanged report was suppressed.2a3386b; the preview health endpoint returnedok: true, status: ready.Known limitation
The separately investigated fresh-process
Dynamic tool callback rebind did not restorefailure still reproduces in eve 0.55.0. This upgrade does not fix that incident. Production rollout and a production cold-resume test remain separate from this draft PR.