Changelog
Every release, every prompt change, every bug fix. If we ship it, it ends up here.
April 29, 2026
1.0.0-FOUNDING- AddedPublic proof page with 887 test scenarios
Open testing — every scenario, every category, every pass/fail visible at /proof. Including individual prompt-response pairs.
- ImprovedAnti-hallucination guardrails (S0 rule)
Recommend-first never overrides catalog truth. AI now says 'I don't have an exact match — here are the closest' instead of fabricating.
- ImprovedResilient AI inference with retry + backoff
Up to 3 attempts on transient upstream errors with jittered backoff. Result: AI errors dropped from 22 to ~0 per full test run.
- ImprovedShopper-friendly fallback messages
When the AI can't respond after retries, the widget shows a soft chat bubble ('I'm having trouble — try again in a moment?') instead of a technical error toast.
April 28, 2026
1.0.0-FOUNDING- AddedAI-driven guided product quiz
Per-store adaptive quiz. The AI picks each question based on the catalog and prior answers. Quiz ends with real product cards through the full retrieval pipeline.
April 25, 2026
1.0.0-FOUNDING- AddedCustomer dashboard v1
25 pages: ROI tracking, conversation browser, sync history, memory inspector with edit/pin/delete, in-dashboard test chat, sparkline charts wired to real per-day data.
April 19, 2026
1.0.0-FOUNDING- Added5-layer memory architecture
conversation_outcomes + winning_conversations + store_memory + network_intelligence + product_intelligence. Per-store learning that compounds with every chat.
April 18, 2026
1.0.0-FOUNDING- AddedTrue token-level streaming
Replaced fake client-side typewriter with real server-side streaming. Perceived latency cut roughly in half.
- ImprovedPer-store input caching (~40% inference cost reduction)
Stable per-store context now reused across requests at a fraction of normal cost. Savings passed through into the founding-member pricing.
April 8, 2026
1.0.0-FOUNDING- AddedAI quality test suite — 887 scenarios across 33 categories
Multilingual (58 languages), hallucination resistance, multi-turn conversations, edge cases, adversarial safety, and more. Run on every release.