Skip to content

Releases: Mendocan/ai-passport

v0.1.5 — Cloud sync prototype

Choose a tag to compare

@Mendocan Mendocan released this 04 Jul 12:41

Summary

  • ai-passport sync push / pull / status / config
  • File provider: encrypted bundle to local directory (OneDrive/Dropbox compatible)
  • Master key never uploaded — only ciphertext envelope + meta + grants
  • Conflict detection via updated_at timestamps (--force to override)

Install

npm install -g @ai-passport-core/cli@0.1.5

Quick start

ai-passport sync config --target D:\Backups\ai-passport-sync
ai-passport sync push
ai-passport sync status

RFC: 0006-cloud-sync

v0.1.3 — Sign in with AI Passport

Choose a tag to compare

@Mendocan Mendocan released this 04 Jul 09:16

Release v0.1.3 — Sign in with AI Passport

Title suggestion: v0.1.3 — Sign in with AI Passport

Summary

  • ai-passport authorize <client> — issue short-lived context tokens
  • ai-passport token inspect|exchange — validate and consume tokens
  • --callback for localhost web app dev loop
  • SDK: authorize(), exchangeToken(), inspectToken()
  • Revoke now clears outstanding tokens for the client

Install

npm install -g @ai-passport-core/cli@0.1.3

Quick start

ai-passport authorize my-web-app --yes
ai-passport token exchange aip_tok_...

Full guide: SIGN_IN.md

v0.1.2 — Onboarding and open specification

Choose a tag to compare

@Mendocan Mendocan released this 02 Jul 20:57

Release v0.1.2 — Onboarding & Open Spec

Title suggestion: v0.1.2 — Onboarding and open specification

Summary

  • ai-passport onboard — first-time setup in one command
  • MCP get_passport_status — auto-discovery and readiness hints
  • Open specification docs (SPECIFICATION, COMPATIBILITY, RFC)
  • GitHub Pages spec site (docs/index.md)
  • VS Code consumer guide

Install

npm install -g @ai-passport-core/cli@0.1.2

Onboarding

ai-passport onboard cursor --yes
ai-passport onboard cursor --path . --yes

Spec site

After enabling GitHub Pages (Settings → Pages → /docs on main):

https://mendocan.github.io/ai-passport/

Links

AI Passport v0.1.1 — Programmatic SDK

Choose a tag to compare

@Mendocan Mendocan released this 02 Jul 20:47

Release v0.1.1 — SDK

Summary

  • SDK entry point: @ai-passport-core/cli/sdk
  • Passport.load() one-line API
  • Documentation: SDK.md

Install

npm install -g @ai-passport-core/cli@0.1.1

Links

Create the GitHub Release manually if gh CLI is unavailable:

  1. https://github.com/Mendocan/ai-passport/releases/new
  2. Choose tag v0.1.1
  3. Paste this file as release notes