agentgui 1.0.976 → 1.0.977
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.
- package/AGENTS.md +4 -0
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# AgentGUI — Agent Notes
|
|
2
2
|
|
|
3
|
+
## GUI quality sweep (2026-06-19) — seventeenth run
|
|
4
|
+
|
|
5
|
+
Two-pass: first pass applied A1-A11 app.js fixes + K1-K10 kit fixes from prior audit; second pass ran **gui-audit (wf_bcac251f-d54, 10 lenses, 48 agents -> 25 confirmed findings, ~1.6M tokens)**. Applied across backend.js / app.js / design kit. Critical fixes: absIdx undefined crash in history pane, Prism `new Function` blocked by CSP → script injection with Promise.all tiers, scrollChatToBottom forced reflow in rAF removed, sessions drawer only closing at <640px (should be <=1100px), thinking-block type dispatched to ThinkingNode. Also: rail tone all-green bug, '...' → '…' consistency, crumb dot prefixed with 'stream:' on history tab, saveBackend re-probes on same URL, clearLocalData confirm resets on tab nav, `_liveTick` self-clears, `[class*="kit-"]` fragile selector removed, Esc listener leak in closeWsDrawers. validate-mutations 29/29; test.js 10/0; browser 0 console errors. Kit pushed fe7050a→03d9d07; agentgui 9dddcdd→92a69a9.
|
|
6
|
+
|
|
3
7
|
## Design-maturity sweep + dead-code + secret-hardening (2026-06-18) — sixteenth run
|
|
4
8
|
|
|
5
9
|
Same mandate ("fix every aspect, all design lives in ../design, fan out subagents, track with a workflow"). One tracking Workflow **`gui-design-16` (run `wf_6479308b-24f`, 12 lenses chat-thread/composer-input/files-browser/sessions-dashboard/shell-chrome/tokens-theme/a11y-motion/history-settings/marketing-site/glyph-residue/dead-code/server-security): 54 agents -> hunt -> adversarial verify -> 40 confirmed findings, ~2.7M tokens.** Applied via a clean per-file subagent fan-out (one agent per physical file, zero edit conflicts).
|