Changelog

What we've shipped.

Every build. Every fix. Every improvement.

Jun 9, 2026
Site

Security, Privacy & Terms pages launched

Vane now has a dedicated security page covering cryptographic primitives, the verification model, and the compliance roadmap. Privacy policy and terms of service are live at vane.build/privacy and vane.build/terms.

Jun 7, 2026
Docs

docs.vane.build launched

Full documentation site live at docs.vane.build covering the passport specification, API reference, SDK integrations, and security architecture. 35 pages across five sections.

Jun 5, 2026
Site

Weighted scroll and mobile responsiveness

Replaced custom lerp scroll with Lenis — the same library used by Linear and Vercel. Added velocity momentum for a weighted, premium feel. Full mobile responsiveness pass: native scroll on touch devices, responsive layouts across all sections.

Jun 3, 2026
SDK

npm packages hit 200+ weekly downloads

Five packages now available: @vane.build/sdk, mcp-middleware, langchain, openai-agents, and sidecar. 200+ combined weekly downloads with zero marketing. All packages have full READMEs and TypeScript types.

May 28, 2026
Security

Security hardening sprint

273 passing tests. Fail-closed verification across all 17 authentication functions. Sender-constrained passports with nonce binding. JCS (RFC 8785) canonical serialization. Clock-skew enforcement across all five verifiers. mTLS support for enterprise deployments. GitHub Actions CI with dependency review.

May 22, 2026
Infrastructure

Merkle tree attestation + inclusion proofs

Every agent action is now anchored to an append-only SHA-256 Merkle tree. Inclusion proofs are verifiable offline with only the CA public key — O(log n) verification, no network call required. Offline CLI verifier published.

May 19, 2026
Infrastructure

Agent Passport issuance live

Ed25519-signed Agent Passports are live on the Vane API. Passports carry agent identity, authorization scopes, delegation chains, and expiry. Deployed to Railway with PostgreSQL on Railway. API auto-deploys from main.

May 15, 2026
Launch

Vane ships

Cryptographic identity infrastructure for AI agents. Every agent action signed, attested, and independently verifiable. Built from zero in Puerto Rico.