Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/bright-linq-vercel-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dynamic-tools-name-identity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/exact-eve-bootstrap-age.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hosted-audience-content-privacy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/resume-web-chat-sessions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-background-reports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steer-web-chat-responses.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/eve-self-modification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @eve/self-modification

## 5.0.1

### Patch Changes

- Updated dependencies [7c99773]
- Updated dependencies [02403b9]
- Updated dependencies [84ddb09]
- Updated dependencies [85b2dc8]
- Updated dependencies [a4fd288]
- Updated dependencies [923921c]
- Updated dependencies [673def2]
- eve@0.44.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eve-self-modification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eve/self-modification",
"version": "5.0.0",
"version": "5.0.1",
"description": "Development-only source editing subagent for eve applications.",
"keywords": [
"agents",
Expand Down
12 changes: 12 additions & 0 deletions packages/eve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eve

## 0.44.1

### Patch Changes

- 7c99773: Linq setup now recognizes Vercel CLI versions that lack required trigger options and offers to upgrade the CLI from the `/add` flow instead of reporting a generic connector failure.
- 02403b9: Dynamic tool callbacks are now identified by tool name and phase instead of byte offsets in the authored source. Editing an agent file no longer risks a parked approval replaying the wrong tool: after a redeploy or crash, parked calls run the latest deployed callback code under the same name, and a tool that no longer exists fails closed with an explicit error. Session-scoped resolvers may run once more on resume to rebind callbacks, so keep them idempotent.
- 84ddb09: Apply release-age policies during project and extension setup instead of bypassing them. New standalone pnpm projects use strict enforcement, while projects inside an existing workspace retain that workspace's policy.
- 85b2dc8: Redact model, tool, approval, and delivery content from hosted instrumentation for private and unknown channel audiences. Content-denied Workflow runs now carry a metadata marker and omit their content-derived title so dashboards can exclude them without reading the event stream. Local `eve dev` tracing continues to retain content for unknown TUI and HTTP sessions.
- a4fd288: Add declarative `resume: true` and imperative `resume()` support for replaying durable frontend sessions and following in-flight turns. Generated Web Chat apps now keep session IDs in `/s/{sessionId}` URLs, restore conversations on reload, and provide a sessionless `/s` route for starting a new chat.
- 923921c: Give models runtime-authored task state after background work starts so initiating turns acknowledge launch, partial task wakes stay silent, and settled cohorts produce one combined report.
- 673def2: Allow `useEveAgent` message sends with `turnPolicy: "steer"` while a turn is active, keeping the local projection attached to the durable replacement stream. Generated web chats now keep the composer enabled during responses and steer by default when a follow-up is submitted. Cancelled turns preserve their accepted user input in durable history, so replacement turns retain the interrupted request as context.

## 0.44.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eve",
"version": "0.44.0",
"version": "0.44.1",
"private": false,
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
"keywords": [
Expand Down
Loading