Releases: ProjectOpenSea/opensea-cli
Release list
v1.17.1
What's Changed
New commands
opensea accounts make-private <wallet>—PUT /api/v2/accounts/wallets/{wallet}/private(requireswrite:wallets)opensea accounts make-public <wallet>—DELETE /api/v2/accounts/wallets/{wallet}/private(requireswrite: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
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
What's Changed
- Add
opensea drops cross-chain-mintand 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-typesto0.8.4and@opensea/sdkto11.6.0.
Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.15.1...cli-v1.16.0
v1.15.1
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
What's Changed
- Add
tokens account-activityandtools activitycommands. - Add wallet-authenticated
tools saved list,save, andremovecommands. - Require explicit scopes for private-key SIWE login and complete the scoped-token lifecycle flow.
- Use the canonical
cursorquery parameter across tool pagination.
Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.14.1...cli-v1.15.0
v1.14.1
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
What's changed
- Added private-key SIWE authentication to
opensea loginfor server-side agents and other headless environments. - Added
OPENSEA_PRIVATE_KEYsupport 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/sdkto 11.4.8 and@opensea/api-typesto 0.8.1.
Full changelog: ProjectOpenSea/opensea-devtools@cli-v1.13.2...cli-v1.14.0
v1.13.2
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
What's Changed
- Preserve the scopes requested during OAuth login so
whoamican clearly report broader grants. - Fix
auth link-walletsigning by keeping the wallet adapter method bound to its instance. - Accept the documented
OPENSEA_PRIVATE_KEYenvironment variable for wallet linking.
Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.13.0...cli-v1.13.1
v1.13.0
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