Skip to content

Conversation

@humanagent
Copy link
Collaborator

Summary

  • Upgrade @xmtp/agent-sdk to 2.0.2 (root + all 14 examples).
  • Pin version once in root package.json resolutions; workspaces use * so future upgrades only touch the root.
  • In utils/inline-actions.ts: use SDK isIntent(), import from @xmtp/agent-sdk, fix intentContent type for workspace builds.
  • Rename build:examples script to build:all.
  • Update creating-inline-actions skill to use isIntent() and @xmtp/agent-sdk.

Upgrade path

To bump agent-sdk later: change the version only in root resolutions, then yarn install.

- Bump @xmtp/agent-sdk to 2.0.2 (root + all examples)
- Pin version once in root package.json resolutions; workspaces use '*'
- Use SDK isIntent() and agent-sdk imports in utils/inline-actions.ts
@macroscopeapp
Copy link

macroscopeapp bot commented Feb 4, 2026

Upgrade all examples to resolve @xmtp/agent-sdk 2.0.2 via root resolutions and rename CI/build script to yarn build:all

Pin @xmtp/agent-sdk to 2.0.2 via root resolutions, switch workspaces to *, update CI to run yarn build:all, refactor intent handling to isIntent in utils/inline-actions.ts, adjust tsconfig.json scopes, and remove the examples/xmtp-coinbase-agentkit workspace.

📍Where to Start

Start with intent handling changes in utils/inline-actions.ts, then verify build/CI script updates in package.json and .github/workflows/validate-code-quality.yml.


Macroscope summarized 919da51.

Copy link

@macroscopeapp macroscopeapp bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-evaluating approvability for 919da51

- Remove examples/xmtp-coinbase-agentkit (needs update; was causing transitive type errors)
- Update README examples table
- Root tsconfig: include utils only, add DOM lib for fetch types
- Regenerate yarn.lock
@humanagent humanagent merged commit 2a183ce into main Feb 4, 2026
5 checks passed
@humanagent humanagent deleted the chore/agent-sdk-2.0.2-single-version branch February 4, 2026 13:18
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