From b264dc479a3124335a0eddd32bcaf897790cbbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:13:29 +0000 Subject: [PATCH] Version Packages --- .../allow-tools-during-pending-approval.md | 5 ---- .changeset/bright-traces-report.md | 5 ---- .changeset/calm-resume-lifecycle.md | 5 ---- .changeset/canonical-agent-sources.md | 5 ---- .changeset/clean-tool-entrypoints.md | 5 ---- .changeset/clean-web-chat-tools.md | 5 ---- .changeset/derived-programmatic-sources.md | 5 ---- .changeset/eve-preallocate-session-trace.md | 5 ---- .changeset/eve-trace-id-attribute.md | 5 ---- .changeset/fresh-setup-subtitles.md | 5 ---- .changeset/fresh-vercel-agent-oidc.md | 5 ---- .changeset/fresh-web-chat-transitions.md | 5 ---- .../normalize-task-persistent-sessions.md | 5 ---- .changeset/quiet-cobras-smile.md | 5 ---- .changeset/remove-agent-trace-windowing.md | 5 ---- .changeset/selfmod-pre-1-versioning.md | 5 ---- .../selfmod-registry-installation-handoffs.md | 5 ---- .changeset/tasks-internal-cleanup.md | 5 ---- .changeset/telegram-private-authorization.md | 5 ---- .changeset/tender-bots-context.md | 5 ---- .changeset/tidy-clouds-smile.md | 5 ---- .changeset/tidy-jaguars-navigate.md | 5 ---- .changeset/tidy-plums-travel.md | 5 ---- .changeset/trace-policy-channel-type.md | 5 ---- packages/eve-buzz-acp-adapter/CHANGELOG.md | 28 +++++++++++++++++ packages/eve-buzz-acp-adapter/package.json | 2 +- packages/eve-self-modification/CHANGELOG.md | 30 +++++++++++++++++++ packages/eve-self-modification/package.json | 2 +- packages/eve/CHANGELOG.md | 30 +++++++++++++++++++ packages/eve/package.json | 2 +- 30 files changed, 91 insertions(+), 123 deletions(-) delete mode 100644 .changeset/allow-tools-during-pending-approval.md delete mode 100644 .changeset/bright-traces-report.md delete mode 100644 .changeset/calm-resume-lifecycle.md delete mode 100644 .changeset/canonical-agent-sources.md delete mode 100644 .changeset/clean-tool-entrypoints.md delete mode 100644 .changeset/clean-web-chat-tools.md delete mode 100644 .changeset/derived-programmatic-sources.md delete mode 100644 .changeset/eve-preallocate-session-trace.md delete mode 100644 .changeset/eve-trace-id-attribute.md delete mode 100644 .changeset/fresh-setup-subtitles.md delete mode 100644 .changeset/fresh-vercel-agent-oidc.md delete mode 100644 .changeset/fresh-web-chat-transitions.md delete mode 100644 .changeset/normalize-task-persistent-sessions.md delete mode 100644 .changeset/quiet-cobras-smile.md delete mode 100644 .changeset/remove-agent-trace-windowing.md delete mode 100644 .changeset/selfmod-pre-1-versioning.md delete mode 100644 .changeset/selfmod-registry-installation-handoffs.md delete mode 100644 .changeset/tasks-internal-cleanup.md delete mode 100644 .changeset/telegram-private-authorization.md delete mode 100644 .changeset/tender-bots-context.md delete mode 100644 .changeset/tidy-clouds-smile.md delete mode 100644 .changeset/tidy-jaguars-navigate.md delete mode 100644 .changeset/tidy-plums-travel.md delete mode 100644 .changeset/trace-policy-channel-type.md diff --git a/.changeset/allow-tools-during-pending-approval.md b/.changeset/allow-tools-during-pending-approval.md deleted file mode 100644 index 34bce06da0..0000000000 --- a/.changeset/allow-tools-during-pending-approval.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Keep tools available during follow-up turns while an earlier tool approval remains unresolved, allowing unrelated work to continue without resolving the pending call. diff --git a/.changeset/bright-traces-report.md b/.changeset/bright-traces-report.md deleted file mode 100644 index f5bf58b909..0000000000 --- a/.changeset/bright-traces-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Stamp Workflow runs with whether eve-managed OTEL tracing is enabled so dashboards can distinguish Workflow-only runs from enabled but unsampled traces. Session titles remain available alongside that metadata. diff --git a/.changeset/calm-resume-lifecycle.md b/.changeset/calm-resume-lifecycle.md deleted file mode 100644 index d12a5bf7a7..0000000000 --- a/.changeset/calm-resume-lifecycle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Expose resumed session catch-up as a distinct `resuming` frontend lifecycle state so hydrated conversations do not show active-turn controls before an in-flight turn is confirmed. diff --git a/.changeset/canonical-agent-sources.md b/.changeset/canonical-agent-sources.md deleted file mode 100644 index 065c201a77..0000000000 --- a/.changeset/canonical-agent-sources.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": minor ---- - -eve now compiles framework defaults, authored files, extensions, overrides, and in-memory modules through one authoritative source graph, with replaceable default config, sandbox, home, health, and inspection routes plus agent-info v3. Built-in tool definitions move from `eve/tools/defaults` to individual `eve/tools/` subpaths. diff --git a/.changeset/clean-tool-entrypoints.md b/.changeset/clean-tool-entrypoints.md deleted file mode 100644 index 9b9af55ff8..0000000000 --- a/.changeset/clean-tool-entrypoints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": minor ---- - -Move provided tool definitions and capability-specific helpers to dedicated `eve/tools/*` entrypoints. Replace the removed `defineBashTool`, `defineReadFileTool`, `defineWriteFileTool`, `defineGlobTool`, and `defineGrepTool` factories with the corresponding reusable definitions. diff --git a/.changeset/clean-web-chat-tools.md b/.changeset/clean-web-chat-tools.md deleted file mode 100644 index 68492d82a2..0000000000 --- a/.changeset/clean-web-chat-tools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Refine generated Web Chat with a single Send or Stop composer action, faster question controls, and compact tool calls. Bash commands get a terminal view, while focus states, spacing, typography, and the composer backdrop are polished. diff --git a/.changeset/derived-programmatic-sources.md b/.changeset/derived-programmatic-sources.md deleted file mode 100644 index 2bec1cacb1..0000000000 --- a/.changeset/derived-programmatic-sources.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Allow framework features to derive ordinary source slots from other selected modules through dependency-aware programmatic templates, with consistent composition and module-map hydration. diff --git a/.changeset/eve-preallocate-session-trace.md b/.changeset/eve-preallocate-session-trace.md deleted file mode 100644 index fccc998073..0000000000 --- a/.changeset/eve-preallocate-session-trace.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Agent trace identity is now established before workflow execution begins, allowing workflow runs and OpenTelemetry spans to refer to the same trace from the outset. Delegated agents inherit the parent trace, while already-running sessions retain their current behavior. diff --git a/.changeset/eve-trace-id-attribute.md b/.changeset/eve-trace-id-attribute.md deleted file mode 100644 index 8c1d7be7e2..0000000000 --- a/.changeset/eve-trace-id-attribute.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Workflow session, subagent, and turn rows now include `$eve.trace_id` when a sampled agent trace is available, allowing workflow views to open the corresponding OpenTelemetry trace directly. Rows without an exported agent trace omit the attribute. diff --git a/.changeset/fresh-setup-subtitles.md b/.changeset/fresh-setup-subtitles.md deleted file mode 100644 index bee9b439f3..0000000000 --- a/.changeset/fresh-setup-subtitles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Integration setup banners now describe the integration being configured instead of showing eve's generic framework tagline. diff --git a/.changeset/fresh-vercel-agent-oidc.md b/.changeset/fresh-vercel-agent-oidc.md deleted file mode 100644 index 32be4eab58..0000000000 --- a/.changeset/fresh-vercel-agent-oidc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Send remote-agent Vercel OIDC credentials in both the bearer and trusted-OIDC headers so `vercelOidc()` can reach eve agents behind Vercel Deployment Protection. diff --git a/.changeset/fresh-web-chat-transitions.md b/.changeset/fresh-web-chat-transitions.md deleted file mode 100644 index d31486937b..0000000000 --- a/.changeset/fresh-web-chat-transitions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Update the generated Web Chat starter to close completed reasoning without delay, soften the header-to-content boundary only while content scrolls beneath it, and enable global font antialiasing. diff --git a/.changeset/normalize-task-persistent-sessions.md b/.changeset/normalize-task-persistent-sessions.md deleted file mode 100644 index cdb54ffc01..0000000000 --- a/.changeset/normalize-task-persistent-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": minor ---- - -Persistent subagent sessions are now the default: subagent tools expose `agentId`, completed children remain available for follow-up messages, and eve publishes the `` listing automatically. Remove `experimental.subagentPersistentSessions` from agent configuration; `false` is no longer an opt-out. diff --git a/.changeset/quiet-cobras-smile.md b/.changeset/quiet-cobras-smile.md deleted file mode 100644 index 24ae382628..0000000000 --- a/.changeset/quiet-cobras-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Show declared environment variables and an eve setup link after adding a registry integration from the dev TUI. Chat SDK adapter links open the integration page's Configure section. diff --git a/.changeset/remove-agent-trace-windowing.md b/.changeset/remove-agent-trace-windowing.md deleted file mode 100644 index 3fa453ab88..0000000000 --- a/.changeset/remove-agent-trace-windowing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Keep durable agent sessions on their persisted OpenTelemetry trace instead of rotating after 200 turns. Agent Trace schema version 2 relies on native trace parentage instead of window, root-session, and duplicated parent-lineage attributes. diff --git a/.changeset/selfmod-pre-1-versioning.md b/.changeset/selfmod-pre-1-versioning.md deleted file mode 100644 index 967373c7ca..0000000000 --- a/.changeset/selfmod-pre-1-versioning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eve/self-modification": patch ---- - -Keep self-modification on the pre-1.0 version line by versioning its eve runtime dependency like other separately published eve packages. diff --git a/.changeset/selfmod-registry-installation-handoffs.md b/.changeset/selfmod-registry-installation-handoffs.md deleted file mode 100644 index 2bd6dddc03..0000000000 --- a/.changeset/selfmod-registry-installation-handoffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eve/self-modification": patch ---- - -When a self-modification registry search finds an exact item in a local `eve dev` session, the subagent now directs you to install it with `/add
` instead of attempting the installation itself. diff --git a/.changeset/tasks-internal-cleanup.md b/.changeset/tasks-internal-cleanup.md deleted file mode 100644 index 4527efd67f..0000000000 --- a/.changeset/tasks-internal-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Internal cleanup of the experimental background-tasks plumbing: centralized task-view schemas while preserving strict projection and broad tool-output contracts, removed a duplicate task tool-name set, established one task inbox-token import path, and shared serialized-context key-name constants. No behavior change. diff --git a/.changeset/telegram-private-authorization.md b/.changeset/telegram-private-authorization.md deleted file mode 100644 index 46b53e56a1..0000000000 --- a/.changeset/telegram-private-authorization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Telegram now supports HITL authorization challenges. diff --git a/.changeset/tender-bots-context.md b/.changeset/tender-bots-context.md deleted file mode 100644 index 18397152ae..0000000000 --- a/.changeset/tender-bots-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Expose channel-native receiver identity in model context, plus exact mention state for Slack, Teams, Telegram, and GitHub comments. diff --git a/.changeset/tidy-clouds-smile.md b/.changeset/tidy-clouds-smile.md deleted file mode 100644 index 2467b90b18..0000000000 --- a/.changeset/tidy-clouds-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -OpenAI and Anthropic model calls now receive privacy-preserving end-user safety identifiers derived from the active session caller when the agent has not provided one, including calls made during context compaction. diff --git a/.changeset/tidy-jaguars-navigate.md b/.changeset/tidy-jaguars-navigate.md deleted file mode 100644 index 65491da62a..0000000000 --- a/.changeset/tidy-jaguars-navigate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Add `j` and `k` as down and up shortcuts in non-editing TUI menus and the trace viewer while preserving normal text input in prompts, search fields, and editors. diff --git a/.changeset/tidy-plums-travel.md b/.changeset/tidy-plums-travel.md deleted file mode 100644 index eee93f5ea0..0000000000 --- a/.changeset/tidy-plums-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Accept Vercel OIDC tokens issued from the global issuer in `vercelOidc()` and `verifyVercelOidc()`. diff --git a/.changeset/trace-policy-channel-type.md b/.changeset/trace-policy-channel-type.md deleted file mode 100644 index da4195f262..0000000000 --- a/.changeset/trace-policy-channel-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eve": patch ---- - -Trace capture policies now receive the originating channel's type, letting a policy sample by channel (for example retaining interactive traffic while dropping scheduled runs). Policies that ignore the field are unaffected. diff --git a/packages/eve-buzz-acp-adapter/CHANGELOG.md b/packages/eve-buzz-acp-adapter/CHANGELOG.md index 89048cbf39..00b7c90f9e 100644 --- a/packages/eve-buzz-acp-adapter/CHANGELOG.md +++ b/packages/eve-buzz-acp-adapter/CHANGELOG.md @@ -1,5 +1,33 @@ # @eve/buzz-acp-adapter +## 0.0.16 + +### Patch Changes + +- Updated dependencies [4a18994] +- Updated dependencies [d2995e1] +- Updated dependencies [dfe0d18] +- Updated dependencies [b3cf8ee] +- Updated dependencies [6252784] +- Updated dependencies [659774f] +- Updated dependencies [fc52796] +- Updated dependencies [2be67fa] +- Updated dependencies [7ed4fb1] +- Updated dependencies [0bc8432] +- Updated dependencies [3274eee] +- Updated dependencies [ae83a08] +- Updated dependencies [f439e3d] +- Updated dependencies [80571ee] +- Updated dependencies [7c5a69e] +- Updated dependencies [f38eaf1] +- Updated dependencies [cfa90d6] +- Updated dependencies [d79de0b] +- Updated dependencies [687c371] +- Updated dependencies [8e5d9b2] +- Updated dependencies [7eae011] +- Updated dependencies [c6f9c85] + - eve@0.45.0 + ## 0.0.15 ### Patch Changes diff --git a/packages/eve-buzz-acp-adapter/package.json b/packages/eve-buzz-acp-adapter/package.json index 2b24131b90..52b25bdd56 100644 --- a/packages/eve-buzz-acp-adapter/package.json +++ b/packages/eve-buzz-acp-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@eve/buzz-acp-adapter", - "version": "0.0.15", + "version": "0.0.16", "description": "Buzz ACP compatibility adapter for eve agents.", "keywords": [ "acp", diff --git a/packages/eve-self-modification/CHANGELOG.md b/packages/eve-self-modification/CHANGELOG.md index 445a59f49c..2edf26f552 100644 --- a/packages/eve-self-modification/CHANGELOG.md +++ b/packages/eve-self-modification/CHANGELOG.md @@ -1 +1,31 @@ # @eve/self-modification + +## 0.0.1 + +### Patch Changes + +- 91700b0: Keep self-modification on the pre-1.0 version line by versioning its eve runtime dependency like other separately published eve packages. +- b595a70: When a self-modification registry search finds an exact item in a local `eve dev` session, the subagent now directs you to install it with `/add
` instead of attempting the installation itself. +- Updated dependencies [4a18994] +- Updated dependencies [d2995e1] +- Updated dependencies [dfe0d18] +- Updated dependencies [b3cf8ee] +- Updated dependencies [6252784] +- Updated dependencies [659774f] +- Updated dependencies [fc52796] +- Updated dependencies [2be67fa] +- Updated dependencies [7ed4fb1] +- Updated dependencies [0bc8432] +- Updated dependencies [3274eee] +- Updated dependencies [ae83a08] +- Updated dependencies [f439e3d] +- Updated dependencies [80571ee] +- Updated dependencies [7c5a69e] +- Updated dependencies [f38eaf1] +- Updated dependencies [cfa90d6] +- Updated dependencies [d79de0b] +- Updated dependencies [687c371] +- Updated dependencies [8e5d9b2] +- Updated dependencies [7eae011] +- Updated dependencies [c6f9c85] + - eve@0.45.0 diff --git a/packages/eve-self-modification/package.json b/packages/eve-self-modification/package.json index 7ad857a426..fa981dc6fa 100644 --- a/packages/eve-self-modification/package.json +++ b/packages/eve-self-modification/package.json @@ -1,6 +1,6 @@ { "name": "@eve/self-modification", - "version": "0.0.0", + "version": "0.0.1", "description": "Development-only source editing subagent for eve applications.", "keywords": [ "agents", diff --git a/packages/eve/CHANGELOG.md b/packages/eve/CHANGELOG.md index 47f3f456e3..6382b1edb7 100644 --- a/packages/eve/CHANGELOG.md +++ b/packages/eve/CHANGELOG.md @@ -1,5 +1,35 @@ # eve +## 0.45.0 + +### Minor Changes + +- b3cf8ee: eve now compiles framework defaults, authored files, extensions, overrides, and in-memory modules through one authoritative source graph, with replaceable default config, sandbox, home, health, and inspection routes plus agent-info v3. Built-in tool definitions move from `eve/tools/defaults` to individual `eve/tools/` subpaths. +- 6252784: Move provided tool definitions and capability-specific helpers to dedicated `eve/tools/*` entrypoints. Replace the removed `defineBashTool`, `defineReadFileTool`, `defineWriteFileTool`, `defineGlobTool`, and `defineGrepTool` factories with the corresponding reusable definitions. +- f439e3d: Persistent subagent sessions are now the default: subagent tools expose `agentId`, completed children remain available for follow-up messages, and eve publishes the `` listing automatically. Remove `experimental.subagentPersistentSessions` from agent configuration; `false` is no longer an opt-out. + +### Patch Changes + +- 4a18994: Keep tools available during follow-up turns while an earlier tool approval remains unresolved, allowing unrelated work to continue without resolving the pending call. +- d2995e1: Stamp Workflow runs with whether eve-managed OTEL tracing is enabled so dashboards can distinguish Workflow-only runs from enabled but unsampled traces. Session titles remain available alongside that metadata. +- dfe0d18: Expose resumed session catch-up as a distinct `resuming` frontend lifecycle state so hydrated conversations do not show active-turn controls before an in-flight turn is confirmed. +- 659774f: Refine generated Web Chat with a single Send or Stop composer action, faster question controls, and compact tool calls. Bash commands get a terminal view, while focus states, spacing, typography, and the composer backdrop are polished. +- fc52796: Allow framework features to derive ordinary source slots from other selected modules through dependency-aware programmatic templates, with consistent composition and module-map hydration. +- 2be67fa: Agent trace identity is now established before workflow execution begins, allowing workflow runs and OpenTelemetry spans to refer to the same trace from the outset. Delegated agents inherit the parent trace, while already-running sessions retain their current behavior. +- 7ed4fb1: Workflow session, subagent, and turn rows now include `$eve.trace_id` when a sampled agent trace is available, allowing workflow views to open the corresponding OpenTelemetry trace directly. Rows without an exported agent trace omit the attribute. +- 0bc8432: Integration setup banners now describe the integration being configured instead of showing eve's generic framework tagline. +- 3274eee: Send remote-agent Vercel OIDC credentials in both the bearer and trusted-OIDC headers so `vercelOidc()` can reach eve agents behind Vercel Deployment Protection. +- ae83a08: Update the generated Web Chat starter to close completed reasoning without delay, soften the header-to-content boundary only while content scrolls beneath it, and enable global font antialiasing. +- 80571ee: Show declared environment variables and an eve setup link after adding a registry integration from the dev TUI. Chat SDK adapter links open the integration page's Configure section. +- 7c5a69e: Keep durable agent sessions on their persisted OpenTelemetry trace instead of rotating after 200 turns. Agent Trace schema version 2 relies on native trace parentage instead of window, root-session, and duplicated parent-lineage attributes. +- f38eaf1: Internal cleanup of the experimental background-tasks plumbing: centralized task-view schemas while preserving strict projection and broad tool-output contracts, removed a duplicate task tool-name set, established one task inbox-token import path, and shared serialized-context key-name constants. No behavior change. +- cfa90d6: Telegram now supports HITL authorization challenges. +- d79de0b: Expose channel-native receiver identity in model context, plus exact mention state for Slack, Teams, Telegram, and GitHub comments. +- 687c371: OpenAI and Anthropic model calls now receive privacy-preserving end-user safety identifiers derived from the active session caller when the agent has not provided one, including calls made during context compaction. +- 8e5d9b2: Add `j` and `k` as down and up shortcuts in non-editing TUI menus and the trace viewer while preserving normal text input in prompts, search fields, and editors. +- 7eae011: Accept Vercel OIDC tokens issued from the global issuer in `vercelOidc()` and `verifyVercelOidc()`. +- c6f9c85: Trace capture policies now receive the originating channel's type, letting a policy sample by channel (for example retaining interactive traffic while dropping scheduled runs). Policies that ignore the field are unaffected. + ## 0.44.4 ### Patch Changes diff --git a/packages/eve/package.json b/packages/eve/package.json index 922518b3fc..96bbf06401 100644 --- a/packages/eve/package.json +++ b/packages/eve/package.json @@ -1,6 +1,6 @@ { "name": "eve", - "version": "0.44.4", + "version": "0.45.0", "private": false, "description": "Filesystem-first framework for durable backend AI agents that run anywhere.", "keywords": [