|
Some checks are pending
CI / build-check-test (push) Waiting to run
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. |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| mom | ||
| pods | ||
| tui | ||
| web-ui | ||