mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
Version Packages (#3515)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cbfc425efb
commit
241e5004cb
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Keep Web Chat attached for background task results without rendering runtime-authored task input as a user message. Task wake-ups now retain explicit provenance in the durable session stream while the default frontend reducer omits them from participant messages.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": minor
|
||||
---
|
||||
|
||||
Root workflow tools now receive the built-in root-copy target at `ctx.agents.agent`, with its authored description or an empty string, and `agent` is reserved from use as a declared subagent name. Tool definitions can set `availableInSubagents: false`; `agentRouter()` sets it automatically, routes only to entries with non-empty descriptions, and can replace the model-facing tool at `agent/tools/agent.ts` without being inherited by the root copy.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Set `minimumReleaseAge: 0` in newly generated pnpm workspace files so dependencies installed by `eve init` also pass pnpm's checks when starting the dev server or installing again.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Reconcile frontend optimistic messages with their server delivery identities instead of stream order. Concurrent, coalesced, identical, and structured message submissions now resolve the correct placeholders, and separately delivered messages within one turn remain separate chat bubbles.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Reduce development startup and production build time by removing duplicate bundler work, skipping unnecessary parsing, and overlapping independent preparation. Development terminal inspection now has a deadline, and `Client.info()` accepts an abort signal so slow inspection requests do not hold up startup.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Upgrade eve's Workflow runtime dependencies to the latest beta releases, including the Postgres world fix for steering pending generations.
|
||||
@@ -1,5 +1,17 @@
|
||||
# @eve/buzz-acp-adapter
|
||||
|
||||
## 0.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7e95b64]
|
||||
- Updated dependencies [cbfc425]
|
||||
- Updated dependencies [7259b96]
|
||||
- Updated dependencies [260a359]
|
||||
- Updated dependencies [5f17320]
|
||||
- Updated dependencies [6b99f12]
|
||||
- eve@0.61.0
|
||||
|
||||
## 0.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eve/buzz-acp-adapter",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"description": "Buzz ACP compatibility adapter for eve agents.",
|
||||
"keywords": [
|
||||
"acp",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# eve
|
||||
|
||||
## 0.61.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- cbfc425: Root workflow tools now receive the built-in root-copy target at `ctx.agents.agent`, with its authored description or an empty string, and `agent` is reserved from use as a declared subagent name. Tool definitions can set `availableInSubagents: false`; `agentRouter()` sets it automatically, routes only to entries with non-empty descriptions, and can replace the model-facing tool at `agent/tools/agent.ts` without being inherited by the root copy.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7e95b64: Keep Web Chat attached for background task results without rendering runtime-authored task input as a user message. Task wake-ups now retain explicit provenance in the durable session stream while the default frontend reducer omits them from participant messages.
|
||||
- 7259b96: Set `minimumReleaseAge: 0` in newly generated pnpm workspace files so dependencies installed by `eve init` also pass pnpm's checks when starting the dev server or installing again.
|
||||
- 260a359: Reconcile frontend optimistic messages with their server delivery identities instead of stream order. Concurrent, coalesced, identical, and structured message submissions now resolve the correct placeholders, and separately delivered messages within one turn remain separate chat bubbles.
|
||||
- 5f17320: Reduce development startup and production build time by removing duplicate bundler work, skipping unnecessary parsing, and overlapping independent preparation. Development terminal inspection now has a deadline, and `Client.info()` accepts an abort signal so slow inspection requests do not hold up startup.
|
||||
- 6b99f12: Upgrade eve's Workflow runtime dependencies to the latest beta releases, including the Postgres world fix for steering pending generations.
|
||||
|
||||
## 0.60.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eve",
|
||||
"version": "0.60.1",
|
||||
"version": "0.61.0",
|
||||
"private": false,
|
||||
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user