Agent-JAE/packages
JAE aca28ad0ec
Some checks are pending
CI / build-check-test (push) Waiting to run
fix: critical storage init - AppStorage constructed with wrong args
ROOT CAUSE: setAppStorage(new AppStorage(backend)) passed 1 arg
to a 5-arg constructor (settings, providerKeys, sessions,
customProviders, backend). This left providerKeys=undefined,
crashing sendMessage() at AgentInterface.ts:223 every time.

Fix:
- Create all Store instances first
- Create IndexedDBStorageBackend with proper config (dbName, stores)
- Wire backend into each store via setBackend()
- Construct AppStorage with all 5 required arguments

This was the root cause of all "messages wont send" bugs.
2026-03-27 18:42:30 +00:00
..
agent feat: add Venice AI provider with 158 models 2026-03-25 16:01:41 +00:00
ai feat: add all major features - Venice web UI, CLI tools, web-ui enhancements 2026-03-25 18:32:28 +00:00
coding-agent fix: provider filter tabs, model badge always visible, empty-state 4% fade, server deps (ws/concurrently) 2026-03-26 21:27:24 +00:00
mom Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
pods Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
tui feat: add Venice AI provider with 158 models 2026-03-25 16:01:41 +00:00
web-ui fix: critical storage init - AppStorage constructed with wrong args 2026-03-27 18:42:30 +00:00