agentgui 1.0.1073 → 1.0.1074

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.
Files changed (2) hide show
  1. package/.gm/prd.yml +0 -4
  2. package/package.json +1 -1
package/.gm/prd.yml CHANGED
@@ -3133,7 +3133,3 @@
3133
3133
  notes: docstudio chat-input.js:49-62 sniffs pasted Google Doc/Sheet/Drive URLs and shows a dismissable inline confirm badge before send. Kit has no live parse-and-confirm affordance. Add optional detectAttachment(text)=>{type,label,id}|null prop, render .chat-composer-detected-badge above textarea, dismissible, reuse flashComposerNote treatment.
3134
3134
  status: completed
3135
3135
  witness: 'chat.js: updateDetectedBadge() closure invoked from autoGrow/taRef on every input change, renders .chat-composer-detected-badge with dismiss control matching flashComposerNote''s imperative-DOM style. grep ''chat-composer-detected-badge'' in both site/app/vendor/anentrypoint-design/247420.js and .css confirms markup+CSS present in rebuilt+re-vendored bundle. bun test.js 38/38 pass, build 0 lint errors, commit 5c0571e rebased onto 1d46202.'
3136
- - id: kit-45th-run-build-test-vendor
3137
- subject: Build+test kit after 45th-run additions, re-vendor into agentgui, browser-witness live
3138
- notes: 'Standard closure: bun test.js all pass, node scripts/build.mjs 0 lint errors, copy dist into agentgui site/app/vendor, browser-witness on buildesk with 0 pageErrors, push both repos, update AGENTS.md with a 45th-run entry per Documentation Policy (drain an old entry too per migration back-pressure rule).'
3139
- status: pending
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1073",
3
+ "version": "1.0.1074",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",