Skip to content

Releases: ProjectOpenSea/opensea-cli

v1.17.1

Choose a tag to compare

@ryanio ryanio released this 03 Aug 17:36

What's Changed

New commands

  • opensea accounts make-private <wallet>PUT /api/v2/accounts/wallets/{wallet}/private (requires write:wallets)
  • opensea accounts make-public <wallet>DELETE /api/v2/accounts/wallets/{wallet}/private (requires write:wallets)
  • opensea accounts agent-relationships <address_or_username> — public agent ownership relationships for a profile

Types

Exported WalletVisibilityResponse, AgentProfileRelationshipsResponse, and the SVM transaction detail types for programmatic consumers.

Also

  • Chain.StableChain (chain id 988) via the spec sync.
  • Picks up @opensea/sdk@11.7.2, which fixes wallet-auth profile writes that were previously failing or silently dropping fields.

Full Changelog: v1.17.0...v1.17.1

v1.17.0

Choose a tag to compare

@ryanio ryanio released this 24 Jul 18:19

What's Changed

  • Add token activity stats commands with typed window selection and response models.
  • Add commands to read account agent status and mark or clear registered agent wallets.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.16.0...cli-v1.17.0

v1.16.0

Choose a tag to compare

@ryanio ryanio released this 22 Jul 18:13

What's Changed

  • Add opensea drops cross-chain-mint and the matching programmatic SDK helper.
  • Document submitting returned transactions in order and polling the exact receipt request with opensea transactions receipt --request.
  • Update @opensea/api-types to 0.8.4 and @opensea/sdk to 11.6.0.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.15.1...cli-v1.16.0

v1.15.1

Choose a tag to compare

@ryanio ryanio released this 21 Jul 17:11

What's changed

  • Add commands for the remaining public scoped-token endpoints, including social, watchlists, orders, wallets, profiles, drops, and collections.
  • Update the bundled SDK dependency to 11.5.1.

Full Changelog: v1.15.0...v1.15.1

v1.15.0

Choose a tag to compare

@ryanio ryanio released this 20 Jul 22:37

What's Changed

  • Add tokens account-activity and tools activity commands.
  • Add wallet-authenticated tools saved list, save, and remove commands.
  • Require explicit scopes for private-key SIWE login and complete the scoped-token lifecycle flow.
  • Use the canonical cursor query parameter across tool pagination.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.14.1...cli-v1.15.0

v1.14.1

Choose a tag to compare

@ryanio ryanio released this 20 Jul 21:17

What changed

  • Update private-key login to the current SIWE session, scoped-token creation, exchange, refresh, and revocation flow.
  • Keep durable token management session-only while allowing agents to refresh short-lived scoped JWTs autonomously.
  • Update the SDK and API-type dependencies used by the CLI.

Full diff: ProjectOpenSea/opensea-devtools@cli-v1.14.0...cli-v1.14.1

v1.14.0

Choose a tag to compare

@ryanio ryanio released this 17 Jul 17:37

What's changed

  • Added private-key SIWE authentication to opensea login for server-side agents and other headless environments.
  • Added OPENSEA_PRIVATE_KEY support so keys do not need to appear in shell history. Passing a key directly prints a security warning.
  • Restricted SIWE login to trusted OpenSea API origins and added warnings when OAuth-only flags are ignored.
  • Updated @opensea/sdk to 11.4.8 and @opensea/api-types to 0.8.1.

Full changelog: ProjectOpenSea/opensea-devtools@cli-v1.13.2...cli-v1.14.0

v1.13.2

Choose a tag to compare

@ryanio ryanio released this 15 Jul 22:37

What's Changed

  • OAuth login now requests Zitadel's role-specific scopes, so tokens remain limited to the OpenSea permissions requested by the CLI.
  • The release consumes @opensea/sdk ^11.4.7, including the explicit empty-scope guard.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.13.1...cli-v1.13.2

v1.13.1

Choose a tag to compare

@ryanio ryanio released this 15 Jul 17:04

What's Changed

  • Preserve the scopes requested during OAuth login so whoami can clearly report broader grants.
  • Fix auth link-wallet signing by keeping the wallet adapter method bound to its instance.
  • Accept the documented OPENSEA_PRIVATE_KEY environment variable for wallet linking.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.13.0...cli-v1.13.1

v1.13.0

Choose a tag to compare

@ryanio ryanio released this 15 Jul 16:15

What's Changed

  • Add opensea whoami to show the authenticated wallet, granted scopes, scope source, and expiry.
  • Add an explicit diagnostic mode for troubleshooting unverified JWT claims.
  • Report whether OAuth scopes came from the authorization-server response or the access-token claim.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.12.5...cli-v1.13.0