agentgui 1.0.1055 → 1.0.1057

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,8 @@
1
+ ---
2
+ key: mem-c4aaec5c4e6f80c2-920
3
+ ns: default
4
+ created: 1783884935543
5
+ updated: 1783884935543
6
+ ---
7
+
8
+ {"key":"agentgui-ds-load-local-vendor-detail","value":"agentgui DS (design kit) loading: index.html loads the DS kit from local ./vendor/anentrypoint-design/247420.{js,css}, NOT unpkg. Prior 'moved to unpkg @latest' note (2026-05-29) was a transient state reverted in eb1eab3 (re-vendored with AgentChat), witnessed loading from ./vendor/ again on the 2026-06-04/06-05 runs and reconfirmed live on the 37th (2026-07-12) and 40th (2026-07-12) runs via live network-trace browser dispatch. The vendored copy IS the shipped UI - predictable, no upstream-publish drift. Update flow: edit the kit at /config/workspace/design, node scripts/build.mjs, copy dist/247420.{js,css} into site/app/vendor/anentrypoint-design/, browser-witness, then push the kit so unpkg stays in sync for other consumers. The markdown stack (marked/dompurify/prismjs) still fetches from jsdelivr on first chat render, unaffected by this vendoring."}
@@ -0,0 +1,8 @@
1
+ ---
2
+ key: mem-eae1e383927854fb-2649
3
+ ns: default
4
+ created: 1783884912840
5
+ updated: 1783884912840
6
+ ---
7
+
8
+ {"key":"agentgui-40th-run-gui-logic-predictability-sweep","value":"agentgui 40th run (2026-07-12): gui-logic-predictability workflow wf_c0a8d954-547 (20 agents, 196 tool calls, 0 errors) - 11 confirmed findings, all implemented. App (site/app/js/app.js, backend.js): global Escape ladder gained confirmingClearData disarm (settings clear-local-data confirm was the one armed state missing from the ladder); History detail header title/lede now use pathBasename(cwd) fallback instead of raw path, matching every other headline surface; wsCall gained a 15s timeout+cleanup (previously a hung WS RPC left promises pending forever with zero indicator); agy (Antigravity) resumeSid now forwards true once past first turn so its already-implemented --continue path actually fires (was hardcoded to only forward for claude-code), and the 'does not resume' banner now excludes agy since it has real continuity; pastedFilesToChat now calls the newly-exported kit flashComposerNote for visible upload-progress/failure/success feedback plus an undo-history-loss note. Kit (design/src/components/{chat,content}.js, app-shell.css, chat.css, components.js barrel): Row's primary .title span gained a title= tooltip fallback (39th run only fixed .sub); .ds-file-actions resting opacity raised 0->0.35 for desktop-pointer discoverability without hover; chat-composer-hint now visible at rest (was focus/draft-gated) and no longer aria-hidden; insertEmoji gained a one-time sessionStorage-gated undo-loss note matching draft-restore's existing pattern; flashComposerNote exported through the components.js barrel. Kit built+tested clean, rebuilt, re-vendored. Kit pushed 541df4d (npm-publish auto-bump landed as 92422d8), agentgui pushed 53610a4 then 4a5d6e5 (PRD-resolve residual), all 4 CI checks green both repos. Browser-witnessed every finding live on buildesk using a NEW reliable pattern: combine setHTTPCredentials+goto+wait+evaluate into ONE dispatch (splitting across dispatches hits session-id rotation and reads a genuinely-blank document.body despite window.__agentgui resolving), and read results via console.log('WITNESS:'+JSON.stringify(...)) + grep stdout/debug.console rather than the capture prefix's result field (confirmed still returns undefined even though the evaluated code's side effects and console output are real). All witnesses: confirmingClearData Escape before:true/after:false; composer-hint display:block no aria-hidden; .ds-file-actions opacity 0.35; 16/16 Row .title elements carry title= in settings agents panel; deployed backend.js/app.js/247420.js curl-confirmed to contain every shipped fix string; 0 pageErrors throughout."}
package/.gm/prd.yml CHANGED
@@ -3076,6 +3076,3 @@
3076
3076
  - gm-plugkit/playwriter browser verb dom=/capture eval context defect - requires an upstream tool fix outside agentgui/design
3077
3077
  status: completed
3078
3078
  witness: 'External tool defect, not resolvable from this repo/session: the gm-plugkit/playwriter browser verb''s dom= and capture prefixes evaluate in a Node vm context with no page/document binding (ReferenceError on every attempt this session), unlike the screenshot= and url=<target> paths which do reach the real page. This is a defect in the upstream gm-plugkit/playwriter tool package itself, outside agentgui and design repo scope. Recorded per the false-completion rule as blockedBy:external rather than marked done - screenshots remain the working witness fallback and were used for all browser verification in this sweep.'
3079
- - id: 40th-run-push-ci-green
3080
- subject: Push kit and agentgui changes, verify CI green on both repos before COMPLETE
3081
- status: pending
package/AGENTS.md CHANGED
@@ -284,7 +284,7 @@ GUI source keeps typographic product characters — the middot separator `·`, t
284
284
 
285
285
  ## DS load = LOCAL vendor (resolved — the earlier unpkg note is stale)
286
286
 
287
- **`index.html` loads the DS kit from the local `./vendor/anentrypoint-design/247420.{js,css}`, NOT unpkg.** The prior "moved to unpkg @latest" note described a transient state that was reverted: the kit was re-vendored (with `AgentChat`) in `eb1eab3` and witnessed loading from `./vendor/` again (2026-06-04 and 2026-06-05 runs). The vendored copy IS the shipped UI predictable, no upstream-publish drift. Update flow: edit the kit at `c:\dev\anentrypoint-design`, `node scripts/build.mjs`, copy `dist/247420.{js,css}` into `site/app/vendor/anentrypoint-design/`, browser-witness, then push the kit so unpkg stays in sync for other consumers. (The markdown stack marked/dompurify/prismjs still fetches from jsdelivr on first chat render.)
287
+ `index.html` loads the DS kit from local `./vendor/anentrypoint-design/247420.{js,css}`, NOT unpkg — reconfirmed live on the 40th run. Full detail in rs-learn (recall "agentgui ds load local vendor detail").
288
288
 
289
289
 
290
290
  @.gm/next-step.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1055",
3
+ "version": "1.0.1057",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",