agentgui 1.0.173 → 1.0.174

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/package.json +1 -1
  2. package/static/index.html +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/static/index.html CHANGED
@@ -415,7 +415,7 @@
415
415
 
416
416
  /* --- Messages --- */
417
417
  .message {
418
- margin-bottom: 0.125rem;
418
+ margin-bottom: 0;
419
419
  padding: 0.5rem 0.75rem;
420
420
  border-radius: 0.75rem;
421
421
  max-width: 85%;
@@ -466,7 +466,7 @@
466
466
  .message-blocks {
467
467
  display: flex;
468
468
  flex-direction: column;
469
- gap: 0.375rem;
469
+ gap: 0.125rem;
470
470
  }
471
471
 
472
472
  .message-text {
@@ -503,7 +503,7 @@
503
503
  /* --- Streaming block types --- */
504
504
  .streaming-block-system {
505
505
  padding: 0.375rem 0.75rem;
506
- margin: 0.0625rem 0;
506
+ margin: 0;
507
507
  background: rgba(59,130,246,0.08);
508
508
  border-radius: 0.375rem;
509
509
  font-size: 0.8rem;
@@ -558,7 +558,7 @@
558
558
  html.dark .tool-input-pre { background: rgba(255,255,255,0.03); }
559
559
 
560
560
  .streaming-block-tool-result {
561
- margin: 0.0625rem 0;
561
+ margin: 0;
562
562
  border-radius: 0.375rem;
563
563
  background: var(--color-bg-code);
564
564
  overflow: hidden;
@@ -601,7 +601,7 @@
601
601
 
602
602
  .streaming-block-result {
603
603
  padding: 0.375rem 0.75rem;
604
- margin: 0.0625rem 0;
604
+ margin: 0;
605
605
  border-radius: 0.375rem;
606
606
  background: rgba(16,185,129,0.08);
607
607
  font-size: 0.8rem;
@@ -1149,7 +1149,7 @@
1149
1149
 
1150
1150
  /* ===== STREAMING BLOCK STYLES ===== */
1151
1151
  .block-text {
1152
- margin-bottom: 0.0625rem;
1152
+ margin-bottom: 0;
1153
1153
  padding: 0.5rem 0.75rem;
1154
1154
  background: var(--color-bg-primary);
1155
1155
  border-radius: 0.5rem;
@@ -1171,7 +1171,7 @@
1171
1171
  }
1172
1172
 
1173
1173
  .block-code {
1174
- margin-bottom: 0.0625rem;
1174
+ margin-bottom: 0;
1175
1175
  border-radius: 0.5rem;
1176
1176
  overflow: hidden;
1177
1177
  }
@@ -1218,7 +1218,7 @@
1218
1218
  }
1219
1219
 
1220
1220
  .block-thinking {
1221
- margin-bottom: 0.0625rem;
1221
+ margin-bottom: 0;
1222
1222
  border-radius: 0.5rem;
1223
1223
  background: #f5f3ff;
1224
1224
  overflow: hidden;
@@ -1255,7 +1255,7 @@
1255
1255
 
1256
1256
  /* --- Tool Use Block --- */
1257
1257
  .block-tool-use {
1258
- margin-bottom: 0.0625rem;
1258
+ margin-bottom: 0;
1259
1259
  border-radius: 0.5rem;
1260
1260
  background: #ecfeff;
1261
1261
  overflow: hidden;
@@ -1497,7 +1497,7 @@
1497
1497
 
1498
1498
  /* --- Folded Tool Use (compact success-style bar) --- */
1499
1499
  .folded-tool {
1500
- margin: 0.0625rem 0;
1500
+ margin: 0;
1501
1501
  border-radius: 0.375rem;
1502
1502
  overflow: hidden;
1503
1503
  background: #f0fdf4;
@@ -1681,7 +1681,7 @@
1681
1681
 
1682
1682
  /* --- Collapsible Code Summary --- */
1683
1683
  .collapsible-code {
1684
- margin: 0.0625rem 0;
1684
+ margin: 0;
1685
1685
  border-radius: 0.375rem;
1686
1686
  overflow: hidden;
1687
1687
  background: #1e293b;
@@ -1736,7 +1736,7 @@
1736
1736
 
1737
1737
  /* --- Tool Result Block --- */
1738
1738
  .block-tool-result {
1739
- margin-bottom: 0.0625rem;
1739
+ margin-bottom: 0;
1740
1740
  border-radius: 0.5rem;
1741
1741
  overflow: hidden;
1742
1742
  }
@@ -1822,7 +1822,7 @@
1822
1822
 
1823
1823
  /* --- Result Summary Block --- */
1824
1824
  .block-result {
1825
- margin-bottom: 0.0625rem;
1825
+ margin-bottom: 0;
1826
1826
  border-radius: 0.5rem;
1827
1827
  overflow: hidden;
1828
1828
  }
@@ -1882,7 +1882,7 @@
1882
1882
 
1883
1883
  /* --- System Block --- */
1884
1884
  .block-system {
1885
- margin-bottom: 0.0625rem;
1885
+ margin-bottom: 0;
1886
1886
  border-radius: 0.5rem;
1887
1887
  background: #eef2ff;
1888
1888
  overflow: hidden;
@@ -1939,7 +1939,7 @@
1939
1939
 
1940
1940
  /* --- Bash Block --- */
1941
1941
  .block-bash {
1942
- margin-bottom: 0.0625rem;
1942
+ margin-bottom: 0;
1943
1943
  border-radius: 0.5rem;
1944
1944
  overflow: hidden;
1945
1945
  background: #111827;
@@ -1973,7 +1973,7 @@
1973
1973
 
1974
1974
  /* --- Generic Block --- */
1975
1975
  .block-generic {
1976
- margin-bottom: 0.0625rem;
1976
+ margin-bottom: 0;
1977
1977
  padding: 0.5rem 0.75rem;
1978
1978
  border-radius: 0.5rem;
1979
1979
  background: var(--color-bg-secondary);
@@ -2016,7 +2016,7 @@
2016
2016
 
2017
2017
  /* --- Error Block --- */
2018
2018
  .block-error {
2019
- margin-bottom: 0.0625rem;
2019
+ margin-bottom: 0;
2020
2020
  padding: 0.5rem 0.75rem;
2021
2021
  border-radius: 0.5rem;
2022
2022
  background: #fef2f2;
@@ -2026,7 +2026,7 @@
2026
2026
 
2027
2027
  /* --- Image Block --- */
2028
2028
  .block-image {
2029
- margin-bottom: 0.0625rem;
2029
+ margin-bottom: 0;
2030
2030
  border-radius: 0.5rem;
2031
2031
  overflow: hidden;
2032
2032
  }
@@ -2036,7 +2036,7 @@
2036
2036
 
2037
2037
  /* ===== STREAMING EVENTS ===== */
2038
2038
  .event-streaming-start {
2039
- margin-bottom: 0.0625rem;
2039
+ margin-bottom: 0;
2040
2040
  padding: 0.375rem 0.75rem;
2041
2041
  background: #eff6ff;
2042
2042
  border-radius: 0.5rem;
@@ -2048,7 +2048,7 @@
2048
2048
  html.dark .event-streaming-start { background: #0c1a2e; }
2049
2049
 
2050
2050
  .event-streaming-complete {
2051
- margin-bottom: 0.0625rem;
2051
+ margin-bottom: 0;
2052
2052
  padding: 0.375rem 0.75rem;
2053
2053
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
2054
2054
  border-radius: 0.5rem;