mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
Version Packages (#3529)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9f1d1cf721
commit
e080659de5
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": minor
|
||||
---
|
||||
|
||||
Package self-modification as an extension-owned subagent and retire the legacy scaffolded self-modification capability. Registry installation uses local-only setup, while deployed-aware setup remains available separately.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": minor
|
||||
---
|
||||
|
||||
Replace `t.judge.autoevals.*` with `t.judge(...)`, supporting criteria, typed questions, and batches through evaluation models with a default of `typesafe-ai/jev`. Configure provider evaluation model instances instead of language model instances; autoevals is removed while deterministic similarity and Braintrust reporting remain available.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": minor
|
||||
---
|
||||
|
||||
Make path-named files under `agent/instrumentation/` the supported instrumentation API. Existing `agent/instrumentation.ts` configurations must be split into lifecycle instrumentation, OpenTelemetry destinations, and shared `otel()` settings; extensions that contribute subagents must be rebuilt for the new contract epoch.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Polish `eve init` with inline terminal output, timed installation progress, and a quiet transition into chat without automatic login entries in history. Failed installs show bounded diagnostics and recovery instructions; debug logging retains package-manager output.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": minor
|
||||
---
|
||||
|
||||
Remove deprecated instrumentation compatibility shapes. Providers now reject the removed `capture` option in favor of `tracePolicy`, destination export policies return object decisions, and flat `instrumentation.ts` modules are no longer discovered.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Keep registry installation error traces visible in the dev TUI after an `/add` failure, alongside the per-item recovery guidance.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Refine the `eve dev` terminal header with a compact `☰eve` mark, clearer metadata separation, and a persistent command hint. `eve dev` no longer shows the startup `/add` tip.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"eve": patch
|
||||
---
|
||||
|
||||
Wrap long setup questions in the `eve dev` terminal UI instead of clipping them at the terminal edge.
|
||||
+660
-147
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"items": ["eve/self-modification", "experimental/self-modification"]
|
||||
}
|
||||
@@ -1,5 +1,19 @@
|
||||
# @eve/buzz-acp-adapter
|
||||
|
||||
## 0.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9d394fa]
|
||||
- Updated dependencies [8e01190]
|
||||
- Updated dependencies [fcb3ba2]
|
||||
- Updated dependencies [9f1d1cf]
|
||||
- Updated dependencies [804e670]
|
||||
- Updated dependencies [38ad163]
|
||||
- Updated dependencies [d0d2b5e]
|
||||
- Updated dependencies [06e17ae]
|
||||
- eve@0.62.0
|
||||
|
||||
## 0.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eve/buzz-acp-adapter",
|
||||
"version": "0.0.32",
|
||||
"version": "0.0.33",
|
||||
"description": "Buzz ACP compatibility adapter for eve agents.",
|
||||
"keywords": [
|
||||
"acp",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# eve
|
||||
|
||||
## 0.62.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9d394fa: Package self-modification as an extension-owned subagent and retire the legacy scaffolded self-modification capability. Registry installation uses local-only setup, while deployed-aware setup remains available separately.
|
||||
- 8e01190: Replace `t.judge.autoevals.*` with `t.judge(...)`, supporting criteria, typed questions, and batches through evaluation models with a default of `typesafe-ai/jev`. Configure provider evaluation model instances instead of language model instances; autoevals is removed while deterministic similarity and Braintrust reporting remain available.
|
||||
- fcb3ba2: Make path-named files under `agent/instrumentation/` the supported instrumentation API. Existing `agent/instrumentation.ts` configurations must be split into lifecycle instrumentation, OpenTelemetry destinations, and shared `otel()` settings; extensions that contribute subagents must be rebuilt for the new contract epoch.
|
||||
- 804e670: Remove deprecated instrumentation compatibility shapes. Providers now reject the removed `capture` option in favor of `tracePolicy`, destination export policies return object decisions, and flat `instrumentation.ts` modules are no longer discovered.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f1d1cf: Polish `eve init` with inline terminal output, timed installation progress, and a quiet transition into chat without automatic login entries in history. Failed installs show bounded diagnostics and recovery instructions; debug logging retains package-manager output.
|
||||
- 38ad163: Keep registry installation error traces visible in the dev TUI after an `/add` failure, alongside the per-item recovery guidance.
|
||||
- d0d2b5e: Refine the `eve dev` terminal header with a compact `☰eve` mark, clearer metadata separation, and a persistent command hint. `eve dev` no longer shows the startup `/add` tip.
|
||||
- 06e17ae: Wrap long setup questions in the `eve dev` terminal UI instead of clipping them at the terminal edge.
|
||||
|
||||
## 0.61.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eve",
|
||||
"version": "0.61.1",
|
||||
"version": "0.62.0",
|
||||
"private": false,
|
||||
"description": "Filesystem-first framework for durable backend AI agents that run anywhere.",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user