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/allow-tools-during-pending-approval.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-traces-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-resume-lifecycle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/canonical-agent-sources.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-tool-entrypoints.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-web-chat-tools.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/derived-programmatic-sources.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eve-preallocate-session-trace.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eve-trace-id-attribute.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-setup-subtitles.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-vercel-agent-oidc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-web-chat-transitions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/normalize-task-persistent-sessions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-cobras-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-agent-trace-windowing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfmod-pre-1-versioning.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfmod-registry-installation-handoffs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasks-internal-cleanup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/telegram-private-authorization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-bots-context.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-clouds-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-jaguars-navigate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-plums-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trace-policy-channel-type.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/eve-buzz-acp-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eve-buzz-acp-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
30 changes: 30 additions & 0 deletions packages/eve-self-modification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <address>` 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
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": "0.0.0",
"version": "0.0.1",
"description": "Development-only source editing subagent for eve applications.",
"keywords": [
"agents",
Expand Down
30 changes: 30 additions & 0 deletions packages/eve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/<name>` 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 `<agents>` 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
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.4",
"version": "0.45.0",
"private": false,
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
"keywords": [
Expand Down