Changelog
Release notes for Kite Passport.
June 4, 2026
Passkey security overhaul: step-up, recovery, login history, USD session caps
Backend v1.3.0 adds action-bound passkey step-up on wallet send, agent session approval, and passkey add/remove; a delayed recovery flow with email cancel links; login history with first-passkey risk holds; and USD-denominated session caps.
May 28, 2026
Internal changelog workflow and dependency updates
Adds a GitHub Actions workflow to automate changelog generation on release, and bumps npm package versions. No changes to CLI commands or behavior.
May 27, 2026
Submit agent feedback from the CLI
kpass feedback submit lets agents and developers send structured feedback directly from the CLI, with server-side validation and a confirmation response.
May 19, 2026
Merchant fee estimates in session preflight
The preflight endpoint includes an estimated_fees field so agents can show users a realistic total spend cap before they approve a session.
Filter activity by date and merchant
kpass activity supports --since, --until, and --merchant flags so agents can answer 'what did I spend on X last week?' without fetching the full history.
request-session retries preflight on catalog errors
Sessions targeting catalog services no longer fail immediately when the catalog returns a 503 — the skill retries with backoff before surfacing the error.
Estimated fees on session approval
Users approving a new session see an itemized 'up to ~$X' estimate next to the raw budget cap, matching the new backend preflight data.