Release 2026-07-08
2026-07-08New 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 cloudcommand group. A new set of CLI commands drives the full cloud-project lifecycle — create, fund, provision, and deploy — directly fromkpass.
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.
kpassactivity 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.
kpasscommands using theresource:actionform now parse correctly when preceded by global flags.
Important updates
-
Passport now supports settlement on Base. Direct-pay and cross-chain routing now handle settlement directly, replacing the treasury relay path. If your integration relied on the treasury relay or assumed Kite as the settlement chain, update it to expect Base settlement.
-
Agent wallet USDC balances now show on Base. As part of enabling Base support, USDC held by mainnet agent wallets was bridged 1:1 to each wallet's corresponding Base address. Check balances on your Base address going forward.
-
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.