agentgui 1.0.1032 → 1.0.1033

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 +2 -1
  2. package/package.json +1 -1
package/.gm/prd.yml CHANGED
@@ -2742,7 +2742,8 @@
2742
2742
  - id: run33-push-ci
2743
2743
  title: Push kit + agentgui changes, watch CI green on both repos
2744
2744
  notes: standing CONSOLIDATE requirement
2745
- status: pending
2745
+ status: completed
2746
+ witness: 'gh run list confirms agentgui 3bac0fe: Auto-Declaudeify/Deploy GH Pages/Publish and Release/Test all success; design 4105bd1: Deploy GH Pages/Publish 247420 to npm both success. .ci-validated written with head_sha 3bac0fe6fe6579b7be34836391353a51af027e1e.'
2746
2747
  - id: run33-health-chip-connected-contrast
2747
2748
  title: Fix near-invisible connected health-chip text in Settings BACKEND panel
2748
2749
  notes: 'design/app-surfaces.css .ds-247420 .health-summary.health-ok .health-chip:first-child uses raw --accent (lime #B6FF1B) as text color on near-paper bg, measured rgb(182,255,27) vs sibling rgb(31,31,38) - give it an accent background + dark text per --accent-ink contrast pattern'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.1032",
3
+ "version": "1.0.1033",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "electron/main.js",