Skip to content

Version Packages - #28

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#28
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@upstash/agentkit-eve-extension@0.8.0

Minor Changes

  • d11584a: fix!: rebuild against eve 0.45 and raise the eve peer floor to >=0.45.0

    eve extension build stamps the compatibility manifest with the building eve's
    current contribution-format versions, and a consumer rejects any version missing
    from its own supported list. Rebuilding on eve 0.45.0 re-stamps
    dist/extension/_manifest.json from tool 17 / dynamicTool 18 to
    tool 18 / dynamicTool 19 (hook 14 and instructions 2 are unchanged), and
    eve 0.45.0 is the first release supporting either — every 0.42–0.44.4 tops out at
    tool 17 / dynamicTool 18.

    • The extension is now built with eve 0.45.0 (manifest: formatVersion 2,
      tool 18 / dynamicTool 19 / hook 14 / instructions 2) and loads on eve ≥ 0.45.0.
    • The eve peer dependency moves from ">=0.43.0" to ">=0.45.0" so an
      incompatible eve fails at install time rather than at eve build, where it
      otherwise errors with "requires tool contract v18, but this eve supports tool
      contract versions: … v17"
      .

    @upstash/agentkit-eve's eve peer stays >=0.32.0 — its source still
    typechecks cleanly against eve 0.32.0, so no floor change is warranted there.

    No runtime behavior and no source changed: all packages build, typecheck and pass
    unmodified against eve 0.45.0, both demos build, and the extension's mocked-model
    end-to-end eval is green. eve 0.45.0 removed eve/tools/defaults and the
    defineBashTool/defineReadFileTool/defineWriteFileTool/defineGlobTool/
    defineGrepTool factories, and dropped experimental.subagentPersistentSessions
    — AgentKit uses none of them. ai stays exact-pinned at 7.0.58 (eve 0.45's peer
    is still ^7.0.58).

eve-extension-demo@0.0.7

Patch Changes

  • Updated dependencies [d11584a]
    • @upstash/agentkit-eve-extension@0.8.0

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.

0 participants