Changelog
userReleases and known technical limitations, honestly stated.
v0.2 2026-07-05
- Bankr provider wiring — the AI Strategist gained a provider abstraction (
mock/bankr/bankr_or_mock) with the Bankr Agent API as an optional server-side brain, deterministic repair to the canonical registry, guardrails, and graceful mock fallback. - New endpoints —
POST /api/agent/hiss(strategist) andGET /api/health(mode and flag status). - Docs overhaul — this in-app documentation system: 19 pages, registry-driven navigation and search, live-rendered pricing/asset/endpoint tables.
- OG system — share-card and social preview generation across baskets and pages.
v0.1 launch
- Monorepo launch — web app,
@hiss/core,@hiss/ui,@hiss/config, contracts workspace, and scripts. - Registry verified 27/27 — every canonical asset address copied from the official contracts page and independently verified against the live explorer.
- Paper mode — deterministic mock strategist and mock oracle, basket builder, HISS Score, Basket Wars, share cards, x402 mock endpoints.
Known technical limitations
open itemsHonestly stated, tracked until closed:
- Feed proxies unpinned — no Chainlink feed proxy addresses are verified for Robinhood Chain yet, so live valuation stays off and all pricing is mock. See Oracle health.
- x402 settlement unverified — payment enforcement exists but settlement verification and replay protection do not; endpoints stay in free mock mode. See x402 payments.
- Contracts unaudited — the contracts workspace has no third-party audit; live on-chain execution remains flag-disabled everywhere.