Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/evi/docs/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Photon adapter's chat mapping keeps name/mimeType/size, and eve's
`messageToUserContent` only reads `attachment.url`, which Photon never has. On
the connected (pump) path the parsed content nodes with their authenticated
`read()` survive on `message.raw.content`; on the webhook path `raw` is the
delivery JSON, which never carries them, so `patches/eve@0.46.1.patch` calls
delivery JSON, which never carries them, so `patches/eve@0.47.3.patch` calls
`adapter.fetchMessage()` to re-resolve the message through the spectrum client
and reads the images from the resolved nodes. On an eve upgrade the patch must
be re-applied or retired.
Expand Down
2 changes: 1 addition & 1 deletion apps/evi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vercel/otel": "^2.1.3",
"ai": "^7.0.38",
"drizzle-orm": "^0.45.2",
"eve": "^0.46.1",
"eve": "^0.47.3",
"evlog": "workspace:*",
"postgres": "^3.4.9",
"zod": "^4.4.3"
Expand Down
File renamed without changes.
Loading
Loading