agentgui 1.0.1035 → 1.0.1036
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-118c35ac67541d98-2909
|
|
3
|
+
ns: default
|
|
4
|
+
created: 1783690602154
|
|
5
|
+
updated: 1783690602154
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
agentgui 34th run (2026-07-10): user re-requested max gui usability/practicality/predictable/negative-space via wfgy-method critique (identical ask to 31st/32nd/33rd runs). Ran gui-ux-craft workflow wf_919164f1-648 (34 agents, all completed, 0 errors) plus a parallel live-browser negative-space audit agent. Negative-space audit came back CLEAN (no new dead-void/contrast/overlap regressions across chat/history/settings/files at 1280/900/420px) - three consecutive clean passes (31st/33rd/34th) on that specific dimension, recommend future sweeps shift focus to interaction-level polish instead. Main workflow confirmed findings across typography-rhythm/copy-tone/perceived-perf/kit-dx/interaction-density lenses. Kit fixes (design repo): editor-primitives.css shadow font tokens --fs-2/--fs-0 didn't exist anywhere in the real scale, remapped to --fs-lg/--fs-tiny (4 spots); stale --lh-base fallback 1.4 fixed to 1.55 (matches live token, 4 spots); app-shell.css .glyph/.ds-field-count/.ds-row-detail hardcoded literals tokenized; ~29 hardcoded outline:2px solid var(--accent-ink) focus rules across chat.css/editor-primitives.css converted to var(--focus-w) solid var(--focus-color) with negative-offset calc() handling for inset rows; .chat-tool-copy added to the coarse-pointer touch-affordance media block (was the one tool-action button missing 44px floor); .ds-select gained a base min-height:32px floor (previously only per-scope overrides had it); Btn's className prop renamed to class to match Panel/Heading convention (2 call sites in sessions.js updated); AgentControls/AgentChat gained an agentsLoading prop mirroring the existing modelsLoading disabled-select pattern; COMPONENT_API.md gained Btn variant-precedence and PageHeader compact/dense/id docs. App fixes (agentgui): History no longer falls back to the raw session id when a session has no title/project - falls back to cwd then 'Untitled conversation'; ACP provider-error copy truncated+prefixed 'connection failed, try restart:'; Settings/Live copy-tone fixes ('chat'->'conversation', 'cwd'->'folder' in placeholders); ConversationList loading skeleton no longer gated to the history tab; new-chat confirm dialog copy aligned ('Clear conversation?'->'Start a new chat?'). Kit build 0 errors, re-vendored dist/247420.{js,css} (css 454635->456041 bytes, js 392679->393309 bytes) into site/app/vendor/anentrypoint-design/. Browser-witnessed live (0 pageErrors, .ds-select min-height computed 32px in the live DOM confirming the vendored bundle carries the fix). Kit pushed to origin/main after a rebase (a release commit had landed concurrently, ee518e8/f808233 -> 3b1080c). agentgui pushed 9c8094b, all 4 CI checks (Deploy GH Pages, Publish and Release, Auto-Declaudeify, Test) green. Standing gotcha reused again: PASSWORD env value '123,slam,123,slam' must be treated as one literal token (contains commas) for ?token= browser auth.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
key: mem-e72c6efbb27326fb-392
|
|
3
|
+
ns: default
|
|
4
|
+
created: 1783690636206
|
|
5
|
+
updated: 1783690636206
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
agentgui-33rd-run-drained-detail: (already fully covered by the existing 'agentgui 33rd run ux-craft sweep' rs-learn entry; this is a pointer confirming AGENTS.md was compressed to a one-liner on 2026-07-10 during the 34th run's doc-drain pass, full substance unchanged in rs-learn - kit pushed 4105bd1, agentgui pushed 3bac0fe, standing lesson about barrel re-export for new kit components).
|
package/AGENTS.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# AgentGUI — Agent Notes
|
|
2
2
|
|
|
3
|
+
## GUI ux-craft sweep (2026-07-10) — thirty-fourth run
|
|
4
|
+
|
|
5
|
+
`gui-ux-craft` workflow wf_919164f1-648 (34 agents, 0 errors) + a parallel live-browser negative-space audit. Full detail in rs-learn (recall "agentgui 34th run ux-craft sweep"). Headline: negative-space audit came back **clean** for the 3rd consecutive run (31st/33rd/34th) — future sweeps should shift focus to interaction-level polish instead of re-running that lens. Kit: `--fs-2`/`--fs-0` shadow font tokens didn't exist in the real scale (silently fell back to hardcoded px, decoupled from `[data-typescale]`) — remapped to `--fs-lg`/`--fs-tiny`; stale `--lh-base` fallback (1.4, should be 1.55) fixed; ~29 more hardcoded focus-ring `outline:2px solid var(--accent-ink)` instances tokenized; `.chat-tool-copy` gained the coarse-pointer 44px touch target; `.ds-select` gained a base `min-height:32px` floor; `Btn`'s `className` prop renamed to `class` to match `Panel`/`Heading`; `AgentControls`/`AgentChat` gained an `agentsLoading` state. App: History no longer falls back to the raw session id (cwd/"Untitled conversation" instead), ACP error copy truncated+prefixed. Kit pushed `3b1080c` (after a rebase — a concurrent release commit had landed), agentgui pushed `9c8094b`, all CI green both repos.
|
|
6
|
+
|
|
3
7
|
## GUI ux-craft sweep (2026-07-10) — thirty-third run
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
34-agent workflow, 21 confirmed. Full detail in rs-learn (recall "agentgui 33rd run ux-craft sweep"). Kit pushed `4105bd1`, agentgui pushed `3bac0fe`. **Standing lesson: a new kit component must be re-exported through `src/components.js`'s barrel to be consumable — adding it to a component file alone leaves it invisible to the built bundle even with 0 lint errors; grep the built dist for the export name before wiring the app against it.**
|
|
6
10
|
|
|
7
11
|
## GUI ux-craft sweep (2026-07-10) — thirty-second run
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
35-agent workflow, 22 confirmed. Full detail in rs-learn (recall "agentgui 32nd run ux-craft sweep"). Kit pushed `ad000b6`, agentgui pushed `5ccaa8a`. **Standing gotcha: this env's `PASSWORD` value can itself contain literal commas (e.g. `123,slam,123,slam`) — treat the whole string as one token, never comma-split it when testing auth.**
|
|
10
14
|
|
|
11
15
|
## Light-theme contrast + maximal usability sweep (2026-07-10) — thirty-first run
|
|
12
16
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [Unreleased] - 34th-run gui-ux-craft sweep: kit font-token fallbacks, focus-ring tokenization, agentsLoading state (kit 3b1080c, app 9c8094b)
|
|
2
|
+
|
|
3
|
+
- kit: `--fs-2`/`--fs-0` shadow font tokens (never defined in the real type scale) remapped to `--fs-lg`/`--fs-tiny`; stale `--lh-base` fallback fixed from 1.4 to 1.55; `.glyph`/`.ds-field-count`/`.ds-row-detail` hardcoded literals tokenized; ~29 more `outline: 2px solid var(--accent-ink)` focus rules converted to `var(--focus-w) solid var(--focus-color)`; `.chat-tool-copy` gained the coarse-pointer 44px touch target; `.ds-select` gained a base `min-height:32px` floor; `Btn`'s `className` prop renamed to `class` for consistency with `Panel`/`Heading`; `AgentControls`/`AgentChat` gained an `agentsLoading` disabled-select state. Why: 34th `gui-ux-craft` workflow (wf_919164f1-648) confirmed these as real, un-filed gaps.
|
|
4
|
+
- app: History no longer falls back to the raw session id when a session has no title/project (falls back to cwd, then "Untitled conversation"); ACP provider-error copy truncated+prefixed; settings/live-tab copy-tone fixes; ConversationList loading skeleton no longer gated to the history tab. Why: same workflow's copy-tone/perceived-perf lenses.
|
|
5
|
+
- parallel live-browser negative-space audit came back clean (3rd consecutive clean pass) — no dead-void/contrast/overlap regressions found.
|
|
6
|
+
|
|
1
7
|
## [Unreleased] - Mobile sessions-drawer sliver fix (kit 76b2bac, app 4bb9f3f)
|
|
2
8
|
|
|
3
9
|
- kit: fixed the closed sessions drawer's `translateX(-110%)` at the <=900px breakpoint, which was sized for a `left:0` drawer and undershot once the drawer's left offset shifted to the collapsed rail width, leaving a ~35px sliver of the closed drawer visibly overlapping content on mobile. Why: user-reported "looks very diy" prompted a live-browser negative-space review that caught the regression via DOM measurement (`getBoundingClientRect` showed the drawer's right edge at +35px instead of 0/off-screen).
|