Openfort CLI — Now in Public Beta
The Openfort CLI is live. Manage wallets, smart accounts, and signing operations directly from your terminal. This week added sessions, triggers, list smart-accounts, list delegated-accounts, rotate-key, and hash-message commands. Comes with a full README, supply-chain-secured dependencies (pinned commit hashes), and an interactive login flow connected to the dashboard.
Solana Support in the React SDK
Full Solana support lands in @openfort/openfort-react. Includes a headless Solana-only sample app, auto wallet creation on network switch to Solana, and recipe updates across Aave, LiFi, Morpho, and the agent-permissions template. The Solana Kit dependency was simplified — no longer required in consumer apps.
Test Account Auth Provider for App Store Review
New auth provider in the dashboard specifically for automated testing and App Store / Play Store review flows. Lets QA teams and reviewers log in with test credentials without affecting production users.
Dashboard: CLI Login Page
The dashboard now surfaces a dedicated login page for CLI authentication, making it easier to connect openfort CLI sessions to your organization.
- CLI: README rewritten with cleaner structure, ASCII art fixed, supply chain security via pinned action hashes in CI
- React SDK:
connectOnLoginoption added — control whether the wallet auto-connects on user login - React SDK: Autoconnect now prefers embedded wallet before external wallets, reducing friction for embedded-first apps
- Dashboard: OAuth scopes list UI updated with cleaner display
- Documentation: React SDK migration guides updated for the new SDK API surface
- Documentation: Improved React config examples with explicit
QueryClientProviderwrapper - Documentation: Gas sponsorship guide naming and ETH
sendTransactionexamples fixed - Documentation: New Build with CLI page and Test Accounts guide added
- openfort-node: Dependency updates and code formatting pass
- Fixed auto-create wallet failing on Solana network switch
- Fixed an unguarded wagmi import causing build failures in strict package environments
- Fixed biome linter now running against locked package names (was silently skipping)
- Fixed
connectOnLogin: falsenot being respected in certain auth flows - Fixed broken documentation links across gas sponsorship and embedded wallet pages












