May 16, 2026 · current
v0.15
- ·Chrome extension is live — Modular Chunks — Ask Chunky v2.0 was approved by Google and is now installable from the Chrome Web Store. Listing id
lclpmfepphniofgbficfclhlinfanhli; full install + how-it-works guide at/how-it-works/chrome-plugin. Pinned side panel, 4 permissions, works alongside any tab. Sign in with your CLI token; Chunky reads your project, knows your chunks, and hands you paste-ready prompts tuned for Bolt, Lovable, v0, Replit Agent, Claude.ai, ChatGPT, Cursor, and 15+ other AI coding tools. - ·Blueprint coverage audit in the web UI — new panel on
/blueprintsmirrorschunky blueprint auditoutput: LLM-found gaps merged with deterministic rule-based gaps (Doppler / PostHog / Resend / Sentry / Stripe webhook / Inngest / EAS Update / push send / DB schema / object storage / search / feature-level coverage). Each gap with a starter scaffold can be expanded inline to preview the body + data models + endpoints. - ·Generator hardening — Waves 6.5 through 6.16. Empty chunk bodies are now flagged blocking; orchestrator persists from the durable
completed_chunksJSONB;/api/chunks/syncno longer clobbers real bodies with empties (the root cause of the VibeLink empty-Instructions regression); JSON Schema + OpenAPI synthesised fromdataModels/endpointswhen the LLM leaves them empty; 1-indexed chunk IDs match displayed numbers; real$refresponses + RFC 7807 Problem envelope on every synthesised spec; cross-chunk tenancy-primitive argument-drift detector flags silent RLS bypasses; orphaned-credential-field detector catches dead OAuth paths.