2026

Release 2026-07-08

release2026-07-08

New features

  • Cross-chain payment routing. x402 payments can now settle on a chain other than the one holding your funds — Passport automatically bridges and routes across Base, Tempo, and Solana, so you no longer have to move assets to the right chain before paying.

  • Redesigned session dashboard with route timelines. The dashboard has been rebuilt around your spending sessions and now shows a full timeline for routed payments — chain logos, bridged amounts, explorer links, and token logos for USDC and PYUSD — alongside session detail views.

  • kpass cloud command group. A new set of CLI commands drives the full cloud-project lifecycle — create, fund, provision, and deploy — directly from kpass.

Improvements

  • More reliable cross-chain routing. Routing now considers the full set of bridge and swap candidates, treats a class of previously-fatal routing errors as transient and retryable, and applies a wider minimum cost-ratio cap for small cross-chain payments, so more small payments route successfully.

  • Routing details in transaction history. Transaction rows and account activity now show routing analytics and per-chain detail for routed payments.

  • Per-chain activity in the CLI. kpass activity logs now show which chain each transaction settled on, and CLI output detection is aligned with the server's responses.

  • Skill docs updated for multichain. The Passport skills bundle's docs and examples now reflect multichain payments and routing.

Bug fixes

  • Fixed cross-chain payments timing out on slow routes. Payments routed through Solana or Tempo could occasionally fail with a gateway error when the cross-chain leg ran long. The write deadline has been restored so these payments now complete normally.

  • Fixed incorrect activity rows for routed checkouts. Activity entries for checkouts that used cross-chain routing now record correctly.

  • Fixed dashboard overview clipping and sandbox balance display. The overview page no longer clips content, and the sandbox environment now shows single-asset balances correctly.

  • Restored sub-cent balance precision. Balances that previously rounded away fractions of a cent now display full precision.

  • Fixed CLI parsing when a colon command follows global flags. kpass commands using the resource:action form now parse correctly when preceded by global flags.

Breaking changes

  • Base is now the default settlement chain; the Kite treasury relay is disabled. Direct-pay and cross-chain routing now handle settlement that previously went through the treasury relay. If you built against Kite as the settlement chain or relied on the treasury relay, update your integration to expect Base.

  • Mainnet user funds have moved from Kite to Base. As part of this migration, all agent wallets that hold USDC balance on the Kite chain were swept, bridged, and disbursed 1:1 to the corresponding Base address. Check balances on your Base address going forward, not on Kite.

  • Upgrade required for the CLI and skills bundle. This release requires kpass 1.6.0 and skills bundle 35 or later. Upgrade with curl -fsSL https://cli.gokite.ai/install.sh | bash.

On this page