chore(evi): upgrade eve from 0.40.0 to 0.46.1 - #636
Merged
Conversation
- move glob/grep tool files to their own eve/tools entrypoints - import approval types from eve/tools/approval - regenerate the photon patch against the 0.46.1 dist files
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
|
Thank you for following the naming conventions! 🙏 |
commit: |
HugoRCD
approved these changes
Aug 27, 2026
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
evefrom 0.40.0 to 0.46.1 inapps/evi, the largest eve jump since 0.39.0 → 0.40.0.What changed
Code adaptation for the 0.45.0 tool entrypoint move. eve moved built-in tool definitions out of
eve/tools/defaultsinto individualeve/tools/*subpaths and removed thedefineGlobTool/defineGrepToolfactories. This app imported both:agent/tools/glob.tsandagent/tools/grep.tsnow import the provided definitions fromeve/tools/globandeve/tools/grep. These stay in the tool set (eve 0.39.0 removed them from defaults; Evi keeps them).eve/tools/approval:agent/extensions/github.tsandagent/lib/github/label-approval.tsupdated, and one context parameter ingithub.tsnow annotated because the narrower contextual type no longer flowed.Photon patch regenerated against 0.46.1. The workspace patch still patches
dist/src/public/channels/photon/inboundContent.jsandphotonIMessageChannel.jsto deliver inbound iMessage image attachments as file parts (seeapps/evi/docs/vision.md). Upstream still maps Photon attachments to bare metadata in 0.46.1, so the patch is re-applied, regenerated against the current dist layout (photonIMessageChannel.jsgaineddefaultPhotonAuthin 0.44.4, so the base content differed). The workflow-runtime event-id chunk the 0.39.0 patch carried is gone: upstream fixed it by 0.40.0, so the patch comment now only claims the iMessage gap.Docs:
apps/evi/docs/notes.mdreferencedpatches/eve@0.34.0.patch, stale since the 0.38.3 upgrade; now points atpatches/eve@0.46.1.patch.Checks (run on this branch, in the sandbox)
pnpm run lint— 22/22 tasks passedpnpm run typecheck— 27/27 tasks passedpnpm run test— evlog 1832 passed, evi 208 passedapps/evipnpm run build(eve build) — succeeds; output built at.outputNo changeset: the change is confined to
apps/evi, matching previous eve upgrades.This is a draft; marking it ready for merge is up to you. Highlights worth knowing from the 0.41.0–0.46.1 release range: 0.45.0 made persistent subagent sessions the default (the
experimental.subagentPersistentSessionsflag is gone, this app did not use it), and 0.46.0 changed trace emission defaults (tracePolicynow emits traces for every audience by default while recording content only for public conversations). Neither required a code change here.