Skip to content

chore(example): bump @thetanuts-finance/agentkit to ^0.2.0 - #50

Merged
goheesheng merged 1 commit into
mainfrom
chore/example-agentkit-0.2.0
Jun 10, 2026
Merged

goheesheng merged 1 commit into
mainfrom
chore/example-agentkit-0.2.0

Conversation

@goheesheng

Copy link
Copy Markdown
Collaborator

Summary

Bumps the options-trading-agent example's @thetanuts-finance/agentkit dependency from ^0.1.2 to ^0.2.0, matching the version just merged in thetanuts-agentkit#1.

  • v0.2.0 is breaking (drops the fill_order action — RFQ is the only write path), but the example never used fill_order, so the version bump is the only change needed.
  • Adds reflect-metadata as an explicit dependency: agentkit 0.2.0 declares it as a peer dependency (required by AgentKit's @CreateAction decorator), and yarn/pnpm don't auto-install peers.

Note: @thetanuts-finance/agentkit is not yet on npm — publish is queued behind npm re-authentication. The example is un-installable until that publish lands, with or without this PR.

Test plan

  • Grep confirms the example uses no removed APIs (fill_order / FillOrderSchema)
  • Manifest-only change; example typecheck requires the npm publish to land first

🤖 Generated with Claude Code

v0.2.0 drops the fill_order action (RFQ is the only write path) — the
example never used it, so the bump is the only change needed. Adds
reflect-metadata explicitly since 0.2.0 declares it as a peer dependency
and yarn/pnpm don't auto-install peers.
@goheesheng
goheesheng merged commit 88d0453 into main Jun 10, 2026
3 checks passed
@goheesheng
goheesheng deleted the chore/example-agentkit-0.2.0 branch June 10, 2026 15:57
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