mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
Version Packages (#3542)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a042a9acf1
commit
d004e6d47e
@@ -1,5 +1,14 @@
|
||||
# @eve/buzz-acp-adapter
|
||||
|
||||
## 0.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a042a9a]
|
||||
- Updated dependencies [f240baa]
|
||||
- Updated dependencies [d2c92df]
|
||||
- eve@0.63.0
|
||||
|
||||
## 0.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eve/buzz-acp-adapter",
|
||||
"version": "0.0.33",
|
||||
"version": "0.0.34",
|
||||
"description": "Buzz ACP compatibility adapter for eve agents.",
|
||||
"keywords": [
|
||||
"acp",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# eve
|
||||
|
||||
## 0.63.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d2c92df: Require durable background tools to use `defineWorkflowTool`. Remove background execution from `defineTool` and dynamic tools, including the `TaskExec` and `postMessage` authoring APIs, and deliver each background cohort's completed, failed, and cancelled outcomes in one automatic report.
|
||||
|
||||
Background invocations share workflow execution and cancellation cleanup. Agent settlement records usage once before its enclosing workflow returns a tool result. Parent sessions retain task outcomes, and late results cannot overwrite a recorded cancellation; channel task views no longer include executor bindings. Background workflow yields are consumed without publishing progress or retaining a task-progress stream.
|
||||
|
||||
Align `subagent.completed` for blocking and background agents: emit the actual output only after the parent records success. Background receipts remain `action.result` tool outputs; completion events no longer announce admission or wait for cohort reporting.
|
||||
|
||||
Use task lifecycle values in subagent eval assertions: replace `status: "pending"` with `"working"` and `"rejected"` with `"failed"`. Explicit cancelled child outcomes now retain `"cancelled"` instead of appearing as failures.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a042a9a: Choose a model, speed, and reasoning through separate steps in the terminal UI, with clear defaults and changes applied together after the final choice. The slash menu now puts model selection and session controls first, and a steady Thinking, Generating, or Running label with a blinking dot replaces the animated Working label during turns.
|
||||
- f240baa: Fix local development snapshots for extension subagents mounted from hoisted workspace dependencies.
|
||||
|
||||
## 0.62.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eve",
|
||||
"version": "0.62.0",
|
||||
"version": "0.63.0",
|
||||
"private": false,
|
||||
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user