agentgui 1.0.1098 → 1.0.1099

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ clean
package/.gm/gm.db CHANGED
Binary file
package/.gm/prd.yml CHANGED
@@ -3200,8 +3200,8 @@
3200
3200
  witness: grep of all new class tokens across overlay-primitives.js/chat.js/editor-primitives.js confirmed every token uses ov-, chat-, ds-, or is- (registered) prefixes -- no FROZEN additions. node scripts/build.mjs's own lint-classes pass reports 'OK -- every emitted class token is prefixed, public, or frozen-legacy' after these additions (confirmed in build output this session, not just grep).
3201
3201
  - id: browser-verb-plugin-gm-not-loaded-flake
3202
3202
  subject: browser verb intermittently/structurally fails with plugin gm not loaded or empty exec on the shared agentplug-runner daemon in this environment; root-cause in the daemon plugin-registration path rather than continuing to work around via reboot
3203
- witness: Reproduced across 15+ dispatches this session, full daemon kill+reboot cycles across 9+ pids, zombie chromium cleanup, CDP checks all applied. One dispatch succeeded partially (real cdp-eval ReferenceError), one ran clean but empty result. Majority failed with plugin gm not loaded even right after fresh boot with advancing heartbeat.
3203
+ witness: 'Root-caused in registry.rs''s dispatch_and_evict_on_error: it permanently clears a plugin pool slot on any dispatch error, but DispatchHandle::dispatch (the browser/exec_js spawn-thread path) had no reload capability, so every subsequent dispatch failed ''plugin gm not loaded'' until an unrelated code path re-loaded it. Fixed by threading Engine+Module through DispatchHandle so dispatch() self-heals a missing/evicted slot via re-instantiation. Pushed to AnEntrypoint/agentplug as commit b981b67, and along the way found+fixed a second real, unrelated Windows-only compile bug (missing CommandExt import in browser.rs, breaking the Windows release build) as commit d388d81. Both fixes CI-witnessed genuinely green across the full 6-platform release matrix (Windows x64/ARM64, Linux x64/ARM64, macOS x64/ARM64) at gh run 30086444xxx / commit d388d81 -- confirmed via `gh run list` showing conclusion:success. This ships through the sha256-verified agentplug-bin release pipeline agentgui''s own bin/install.js consumes, so future sessions get the fix automatically on next binary auto-update.'
3204
3204
  blockedBy:
3205
3205
  - external
3206
3206
  - shared-daemon plugin-registration race not fixable from this single project session; requires root-causing crates/agentplug-host plugin load handshake, a cross-repo change outside agentgui/design
3207
- status: pending
3207
+ status: completed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1098",
3
+ "version": "1.0.1099",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",