Skip to content

chore: upgrade eve 0.20.0 → 0.25.2 - #9

Open
Rishavraaj wants to merge 2 commits into
mainfrom
feat/upgrade-eve-0.25.2
Open

chore: upgrade eve 0.20.0 → 0.25.2#9
Rishavraaj wants to merge 2 commits into
mainfrom
feat/upgrade-eve-0.25.2

Conversation

@Rishavraaj

Copy link
Copy Markdown
Member

Summary

  • Upgrades eve from 0.20.0 to 0.25.2 in apps/ai-agent and apps/web
  • No breaking changes affect zuko (confirmed: no subagents, no maxSubagentDepth, no ExperimentalWorkflow, no .eve/**/*.d.ts tsconfig include)

Changes

  • apps/ai-agent/package.json: eve 0.20.00.25.2
  • apps/web/package.json: eve ^0.20.0^0.25.2
  • bun.lock: updated

Notable improvements in 0.20 → 0.25.2

Fixes that directly benefit zuko:

  • Prompt caching fix (0.22.2): Cache hit rate was ~50% due to a wrong breakpoint placement — now near-full prefix hits. Reduces token costs and latency on every turn
  • Session stream reconnect (0.24.5): Retries transient network failures while reopening client session streams so active turns stay attached
  • Turn cancellation (0.24.6): POST /eve/v1/session/:sessionId/cancel now available on the HTTP channel
  • MCP schema fix (0.25.2): $defs references in tool schemas now validate correctly

Breaking changes (none apply to zuko):

  • 0.23.0: agent delegation tool root-only — zuko has no subagents
  • 0.23.0: maxSubagentDepth removed — zuko never sets it
  • 0.24.0: ExperimentalWorkflowexperimental_workflow() — not used in zuko

Test plan

  • bun nx run @zuko/ai-agent:build passes
  • Eve agent starts and responds to chat messages in dev
  • No TypeScript errors in apps/ai-agent (bun nx run @zuko/ai-agent:typecheck)

🤖 Generated with Claude Code

Rishavraaj and others added 2 commits July 20, 2026 14:15
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant