agentgui 1.0.1027 → 1.0.1028
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-40d6169c8759061d-806
|
|
3
|
+
ns: default
|
|
4
|
+
created: 1783680462136
|
|
5
|
+
updated: 1783680462136
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
{"key":"agentgui-30th-run-sessions-rail-dead-click","value":"agentgui 30th run (2026-07-03): sessions-rail dead-click fix. ConversationList stays mounted on files/live/settings via keepSessionsTrack but onSelect only special-cased the chat tab; every other tab's click loaded state but never navigated, since only historyMain() renders state.events. Fixed: non-chat-tab selection now navigates to history first. Verified live (state.tab live->history, selectedSid set, events fetched). STANDING RULE: a persistent-across-tabs component kept mounted via keepXTrack whose interaction effect renders on only ONE tab must have every OTHER tab's handler produce the same visible effect (usually navigate to the rendering tab) - inert-but-visible is worse than not shown. App-only fix, agentgui pushed c1e4915."}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
key: mem-dc1ac3b04d22317e-664
|
|
3
|
+
ns: default
|
|
4
|
+
created: 1783680441733
|
|
5
|
+
updated: 1783680441733
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
{"key":"gm-fs-write-verb-payload-key-is-content-not-body","value":"The gm-plugkit fs_write verb's payload key is 'content' (a JSON-string), NOT 'body' - passing {path,body:{...}} silently no-ops and reports bytes:0 with no error, which stalls the CONSOLIDATE->COMPLETE CI-validation gate since .ci-validated never actually lands on disk. Always dispatch fs_write as {\"path\":...,\"content\":\"<string>\"} (JSON.stringify any object payload first). Discovered independently in agentgui's 32nd run and design/dashboard-kit's own CONSOLIDATE passes on the same day - a recurring plugkit gotcha worth checking for on every fs_write dispatch, not just .ci-validated."}
|
package/AGENTS.md
CHANGED
|
@@ -10,7 +10,7 @@ User asked to "max the gui usability practicality... predictable, good looking,
|
|
|
10
10
|
|
|
11
11
|
## Sessions-rail selection dead-click fix (2026-07-03) — thirtieth run
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Fixed non-chat-tab clicks in the persistent sessions rail being dead clicks (loaded state, no visible navigation). Standing rule: a keepXTrack-mounted component's interaction must produce the same visible effect on every tab it appears on. Full detail in rs-learn (recall "agentgui 30th run sessions-rail dead-click").
|
|
14
14
|
|
|
15
15
|
## Mobile sessions-drawer sliver fix (2026-07-03) — twenty-ninth run
|
|
16
16
|
|