Releases: Mendocan/ai-passport
Releases · Mendocan/ai-passport
Release list
v0.1.5 — Cloud sync prototype
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_attimestamps (--forceto 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
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 tokensai-passport token inspect|exchange— validate and consume tokens--callbackfor 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.3Quick 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
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.2Onboarding
ai-passport onboard cursor --yes
ai-passport onboard cursor --path . --yesSpec site
After enabling GitHub Pages (Settings → Pages → /docs on main):
https://mendocan.github.io/ai-passport/
Links
AI Passport v0.1.1 — Programmatic SDK
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.1Links
Create the GitHub Release manually if gh CLI is unavailable:
- https://github.com/Mendocan/ai-passport/releases/new
- Choose tag v0.1.1
- Paste this file as release notes