CHANGELOG
Every release. Every change.
Honest log of what shipped, what broke, and what is next. New entries on top.
-
v0.1.1
Jun 2, 2026
shippedProject namespaces for API keys.
Group keys by project (production, ci, demo). Up to 25 active keys per account.
- New
GET /api/projectsendpoint with per-namespace key counts and last-used timestamps. /api/keysacceptsprojecton POST, filters on GET./account/keysUI: tabs across projects, new-project modal, copy + revoke flow.- Sidebar shows shortened wallet address for Phantom sign-in users.
- OAuth: Google, GitHub, Phantom (Solana SIWS) buttons live on the login card.
- Rich decision render: stat cards, 5-step flow strip, Copy decision JSON.
- New
-
v0.1.0
Jun 1, 2026
betaPublic beta.
First public release. Hosted API plus account dashboard.
- Landing page at nipcode.xyz.
- Static docs at /docs (9 pages: overview, quickstart, API reference, agents, examples, sources, trust, architecture, security).
- Account dashboard at /account with sidebar layout (search + API keys).
/api/search: fan-out across npm, PyPI, crates.io, GitHub./api/decision: LLM-ranked recommendation with structured trust blocks./api/inspect: single-record refresh with full trust factor breakdown./api/install-plan: install command with explicit approval boundary./api/auth+/api/auth/verify+/api/sign-out: Supabase email OTP flow.- Supabase schema: accounts, api_keys, waitlist_emails, api_usage. RLS on every table.
- Trigger auto-mints primary API key on signup.
- Rate limit: 60 requests per minute per key.
- Sources added in same release window: Hugging Face Models, Docker Hub, MCP servers.
llms.txt+.well-known/nipcode.jsonfor AI agent discovery.- MIT license, public repo, README, this changelog.
-
v0.2
planned
nextMore sources, more depth.
Broader registry coverage and a richer inspect endpoint.
- JSR source resolver.
- Go modules source resolver.
- Maven Central, NuGet.
- Per-key usage stats panel on
/account/keys. /api/archive/preparepreview endpoint.- Custom email template for OTP via Resend (replaces Supabase built-in SMTP).
-
v0.3+
later
laterLocal CLI and sandbox.
The actual local-execution surface that the hosted API does not provide.
nipcodeCLI: deep-scan, sandbox-audit, sandbox-runtime.- Remote MCP endpoint (read-only).
- Local MCP server bundled with CLI.
- RubyGems, Packagist, Hugging Face Datasets, Homebrew.
- Distributed rate limits with Supabase-backed shared buckets.
Source of truth: CHANGELOG.md on GitHub.
