Skip to content

v0.4.10

Choose a tag to compare

@kinqsradio kinqsradio released this 03 Jun 10:56

v0.4.10

Memory-home hardening, a fully mobile dashboard, and Cloudflare Worker deployment support.

Highlights

  • BRAINROUTER_HOME support — relocate all BrainRouter state with a single environment variable.
  • Memory consolidation moved out of repos — generated memory files now live under ~/.brainrouter/workspaces/... instead of polluting project directories.
  • Neural Spark opt-out — disable spreading activation with BRAINROUTER_NEURAL_SPARK_ENABLED=false.
  • Fully mobile-responsive dashboard — improved tables, code blocks, session views, and brain-agent panels on small screens.
  • Cloudflare Worker deployment via OpenNext — full Next.js runtime support with SSR, bindings, secrets, and observability.
  • Favicon + PWA assets — favicon, Apple touch icons, web manifest, and branded app icons now included.
  • Published @kinqs/brainrouter-hooks — all dashboard dependencies now resolve directly from npm.

Improvements

  • Added validation to prevent memory consolidation against temporary work directories.
  • Stable workspace hashing for consolidated memory storage.
  • Better Cloudflare deployment workflow with OpenNext and Wrangler integration.

Deployment

  • Full Next.js Worker runtime on Cloudflare
  • SSR support retained
  • Static assets served through Cloudflare Assets
  • Updated deployment documentation

Packaging

  • @kinqs/brainrouter-hooks now publicly available on npm
  • React peer dependency expanded to support React 18 and 19