You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- window.__debug gains structured sub-keys (machines.{conv,toolInstall,voice,convList,prompt,recording,terminal,ws}, ws, auth, perf, config, renderer, conv) via live getters that snapshot scattered window.__* machines into a single queryable tree
- Null-safe snapshot helpers: uninitialized machines return 'uninitialized' instead of crashing
- Existing getState/getSyncState/getMessageState methods preserved, internally simplified via shared snap/mapSnap helpers
- workflow-plugin.js: remove stale 'git' dep (git plugin was deleted last commit; workflow-plugin only had unused binding). Eliminates 'Plugin git not found' startup warning.
- test.js: add regression case for workflow-plugin deps shape
- Fix regression from prior commit: workflow-plugin.js declared `dependencies: ['git','database']` but git plugin was deleted; plugin init failed with "Plugin git not found in registry". Removed unused git dep and stale binding.
4
+
- Consolidate client debug registry: `window.__debug` now exposes structured sub-keys (`machines.{conv,toolInstall,voice,convList,prompt,recording,terminal,ws}`, `ws`, `auth`, `perf`, `config`, `renderer`, `conv`) via live getters that snapshot scattered `window.__*` machines into a single queryable tree. Existing `getState`/`getSyncState`/`getMessageState` methods preserved.
0 commit comments