agentgui 1.0.553 → 1.0.555

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.553",
3
+ "version": "1.0.555",
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
@@ -1498,7 +1498,7 @@
1498
1498
  overflow: hidden;
1499
1499
  }
1500
1500
 
1501
- html.dark .block-thinking { background: #1e1033; }
1501
+ html.dark .block-thinking { }
1502
1502
 
1503
1503
  .block-thinking summary {
1504
1504
  padding: 0.375rem 0.75rem;
@@ -1515,7 +1515,7 @@
1515
1515
  }
1516
1516
 
1517
1517
  html.dark .block-thinking summary { color: #c4b5fd; }
1518
- .block-thinking summary:hover { background: rgba(139,92,246,0.08); }
1518
+ .block-thinking summary:hover { }
1519
1519
 
1520
1520
  .block-thinking .thinking-content {
1521
1521
  padding: 0.375rem 0.75rem;
@@ -1535,7 +1535,7 @@
1535
1535
  overflow: hidden;
1536
1536
  }
1537
1537
 
1538
- html.dark .block-tool-use { background: #0c1a24; }
1538
+ html.dark .block-tool-use { }
1539
1539
 
1540
1540
  .block-tool-use .tool-header {
1541
1541
  padding: 0.375rem 0.75rem;
@@ -1545,7 +1545,7 @@
1545
1545
  background: #cffafe;
1546
1546
  }
1547
1547
 
1548
- html.dark .block-tool-use .tool-header { background: #0e2a3a; }
1548
+ html.dark .block-tool-use .tool-header { }
1549
1549
 
1550
1550
  .block-tool-use .tool-header .tool-icon {
1551
1551
  display: flex;
@@ -1565,13 +1565,12 @@
1565
1565
 
1566
1566
  .block-tool-use .tool-header .tool-name code {
1567
1567
  font-family: 'Monaco','Menlo','Ubuntu Mono', monospace;
1568
- background: #a5f3fc;
1569
1568
  padding: 0.125rem 0.5rem;
1570
1569
  border-radius: 0.25rem;
1571
1570
  font-size: 0.8rem;
1572
1571
  }
1573
1572
 
1574
- html.dark .block-tool-use .tool-header .tool-name code { background: #164e63; }
1573
+ html.dark .block-tool-use .tool-header .tool-name code { }
1575
1574
 
1576
1575
  .block-tool-use .tool-params {
1577
1576
  padding: 0.5rem 0.75rem;
@@ -1904,15 +1903,13 @@
1904
1903
  .folded-tool-info > .folded-tool-body { border-top-color: #c7d2fe; }
1905
1904
  html.dark .folded-tool-info > .folded-tool-body { border-top-color: #3730a3; }
1906
1905
 
1907
- /* --- Per-block-type unique colored backgrounds --- */
1908
- .block-type-text { background: #f8fafc; }
1909
- html.dark .block-type-text { background: #1e293b; }
1906
+ /* --- Per-block-type unique colored backgrounds (removed) --- */
1910
1907
 
1911
1908
  /* --- Per-tool-name header colors (tool-color-*) --- */
1912
- .tool-color-read.folded-tool > .folded-tool-bar { background: #dbeafe; }
1913
- html.dark .tool-color-read.folded-tool > .folded-tool-bar { background: #1e3a5f; }
1914
- .tool-color-read.folded-tool > .folded-tool-bar:hover { background: #bfdbfe; }
1915
- html.dark .tool-color-read.folded-tool > .folded-tool-bar:hover { background: #1e40af; }
1909
+ .tool-color-read.folded-tool > .folded-tool-bar { }
1910
+ html.dark .tool-color-read.folded-tool > .folded-tool-bar { }
1911
+ .tool-color-read.folded-tool > .folded-tool-bar:hover { }
1912
+ html.dark .tool-color-read.folded-tool > .folded-tool-bar:hover { }
1916
1913
  .tool-color-read.folded-tool > .folded-tool-bar::before { color: #2563eb; }
1917
1914
  html.dark .tool-color-read.folded-tool > .folded-tool-bar::before { color: #60a5fa; }
1918
1915
  .tool-color-read .folded-tool-icon { color: #2563eb; }
@@ -1921,15 +1918,13 @@
1921
1918
  html.dark .tool-color-read .folded-tool-name { color: #93bbfd; }
1922
1919
  .tool-color-read .folded-tool-desc { color: #1d4ed8; }
1923
1920
  html.dark .tool-color-read .folded-tool-desc { color: #60a5fa; }
1924
- .tool-color-read { background: #eff6ff; }
1925
- html.dark .tool-color-read { background: #0c1929; }
1926
1921
  .tool-color-read > .folded-tool-body { border-top-color: #bfdbfe; }
1927
1922
  html.dark .tool-color-read > .folded-tool-body { border-top-color: #1e3a5f; }
1928
1923
 
1929
- .tool-color-write.folded-tool > .folded-tool-bar { background: #fef3c7; }
1930
- html.dark .tool-color-write.folded-tool > .folded-tool-bar { background: #422006; }
1931
- .tool-color-write.folded-tool > .folded-tool-bar:hover { background: #fde68a; }
1932
- html.dark .tool-color-write.folded-tool > .folded-tool-bar:hover { background: #78350f; }
1924
+ .tool-color-write.folded-tool > .folded-tool-bar { }
1925
+ html.dark .tool-color-write.folded-tool > .folded-tool-bar { }
1926
+ .tool-color-write.folded-tool > .folded-tool-bar:hover { }
1927
+ html.dark .tool-color-write.folded-tool > .folded-tool-bar:hover { }
1933
1928
  .tool-color-write.folded-tool > .folded-tool-bar::before { color: #d97706; }
1934
1929
  html.dark .tool-color-write.folded-tool > .folded-tool-bar::before { color: #fbbf24; }
1935
1930
  .tool-color-write .folded-tool-icon { color: #d97706; }
@@ -1938,15 +1933,13 @@
1938
1933
  html.dark .tool-color-write .folded-tool-name { color: #fcd34d; }
1939
1934
  .tool-color-write .folded-tool-desc { color: #b45309; }
1940
1935
  html.dark .tool-color-write .folded-tool-desc { color: #fbbf24; }
1941
- .tool-color-write { background: #fffbeb; }
1942
- html.dark .tool-color-write { background: #1c1507; }
1943
1936
  .tool-color-write > .folded-tool-body { border-top-color: #fde68a; }
1944
1937
  html.dark .tool-color-write > .folded-tool-body { border-top-color: #422006; }
1945
1938
 
1946
- .tool-color-edit.folded-tool > .folded-tool-bar { background: #ede9fe; }
1947
- html.dark .tool-color-edit.folded-tool > .folded-tool-bar { background: #2e1065; }
1948
- .tool-color-edit.folded-tool > .folded-tool-bar:hover { background: #ddd6fe; }
1949
- html.dark .tool-color-edit.folded-tool > .folded-tool-bar:hover { background: #4c1d95; }
1939
+ .tool-color-edit.folded-tool > .folded-tool-bar { }
1940
+ html.dark .tool-color-edit.folded-tool > .folded-tool-bar { }
1941
+ .tool-color-edit.folded-tool > .folded-tool-bar:hover { }
1942
+ html.dark .tool-color-edit.folded-tool > .folded-tool-bar:hover { }
1950
1943
  .tool-color-edit.folded-tool > .folded-tool-bar::before { color: #7c3aed; }
1951
1944
  html.dark .tool-color-edit.folded-tool > .folded-tool-bar::before { color: #a78bfa; }
1952
1945
  .tool-color-edit .folded-tool-icon { color: #7c3aed; }
@@ -1955,15 +1948,13 @@
1955
1948
  html.dark .tool-color-edit .folded-tool-name { color: #c4b5fd; }
1956
1949
  .tool-color-edit .folded-tool-desc { color: #6d28d9; }
1957
1950
  html.dark .tool-color-edit .folded-tool-desc { color: #a78bfa; }
1958
- .tool-color-edit { background: #f5f3ff; }
1959
- html.dark .tool-color-edit { background: #1a0a2e; }
1960
1951
  .tool-color-edit > .folded-tool-body { border-top-color: #ddd6fe; }
1961
1952
  html.dark .tool-color-edit > .folded-tool-body { border-top-color: #2e1065; }
1962
1953
 
1963
- .tool-color-bash.folded-tool > .folded-tool-bar { background: #cbd5e1; }
1964
- html.dark .tool-color-bash.folded-tool > .folded-tool-bar { background: #475569; }
1965
- .tool-color-bash.folded-tool > .folded-tool-bar:hover { background: #cbd5e1; }
1966
- html.dark .tool-color-bash.folded-tool > .folded-tool-bar:hover { background: #334155; }
1954
+ .tool-color-bash.folded-tool > .folded-tool-bar { }
1955
+ html.dark .tool-color-bash.folded-tool > .folded-tool-bar { }
1956
+ .tool-color-bash.folded-tool > .folded-tool-bar:hover { }
1957
+ html.dark .tool-color-bash.folded-tool > .folded-tool-bar:hover { }
1967
1958
  .tool-color-bash.folded-tool > .folded-tool-bar::before { color: #475569; }
1968
1959
  html.dark .tool-color-bash.folded-tool > .folded-tool-bar::before { color: #94a3b8; }
1969
1960
  .tool-color-bash .folded-tool-icon { color: #475569; }
@@ -1972,15 +1963,13 @@
1972
1963
  html.dark .tool-color-bash .folded-tool-name { color: #cbd5e1; }
1973
1964
  .tool-color-bash .folded-tool-desc { color: #475569; }
1974
1965
  html.dark .tool-color-bash .folded-tool-desc { color: #94a3b8; }
1975
- .tool-color-bash { background: #f8fafc; }
1976
- html.dark .tool-color-bash { background: #0f172a; }
1977
1966
  .tool-color-bash > .folded-tool-body { border-top-color: #cbd5e1; }
1978
1967
  html.dark .tool-color-bash > .folded-tool-body { border-top-color: #334155; }
1979
1968
 
1980
- .tool-color-glob.folded-tool > .folded-tool-bar { background: #d1fae5; }
1981
- html.dark .tool-color-glob.folded-tool > .folded-tool-bar { background: #064e3b; }
1982
- .tool-color-glob.folded-tool > .folded-tool-bar:hover { background: #a7f3d0; }
1983
- html.dark .tool-color-glob.folded-tool > .folded-tool-bar:hover { background: #065f46; }
1969
+ .tool-color-glob.folded-tool > .folded-tool-bar { }
1970
+ html.dark .tool-color-glob.folded-tool > .folded-tool-bar { }
1971
+ .tool-color-glob.folded-tool > .folded-tool-bar:hover { }
1972
+ html.dark .tool-color-glob.folded-tool > .folded-tool-bar:hover { }
1984
1973
  .tool-color-glob.folded-tool > .folded-tool-bar::before { color: #059669; }
1985
1974
  html.dark .tool-color-glob.folded-tool > .folded-tool-bar::before { color: #34d399; }
1986
1975
  .tool-color-glob .folded-tool-icon { color: #059669; }
@@ -1989,15 +1978,13 @@
1989
1978
  html.dark .tool-color-glob .folded-tool-name { color: #6ee7b7; }
1990
1979
  .tool-color-glob .folded-tool-desc { color: #047857; }
1991
1980
  html.dark .tool-color-glob .folded-tool-desc { color: #34d399; }
1992
- .tool-color-glob { background: #ecfdf5; }
1993
- html.dark .tool-color-glob { background: #022c22; }
1994
1981
  .tool-color-glob > .folded-tool-body { border-top-color: #a7f3d0; }
1995
1982
  html.dark .tool-color-glob > .folded-tool-body { border-top-color: #064e3b; }
1996
1983
 
1997
- .tool-color-grep.folded-tool > .folded-tool-bar { background: #ffe4e6; }
1998
- html.dark .tool-color-grep.folded-tool > .folded-tool-bar { background: #4c0519; }
1999
- .tool-color-grep.folded-tool > .folded-tool-bar:hover { background: #fecdd3; }
2000
- html.dark .tool-color-grep.folded-tool > .folded-tool-bar:hover { background: #881337; }
1984
+ .tool-color-grep.folded-tool > .folded-tool-bar { }
1985
+ html.dark .tool-color-grep.folded-tool > .folded-tool-bar { }
1986
+ .tool-color-grep.folded-tool > .folded-tool-bar:hover { }
1987
+ html.dark .tool-color-grep.folded-tool > .folded-tool-bar:hover { }
2001
1988
  .tool-color-grep.folded-tool > .folded-tool-bar::before { color: #e11d48; }
2002
1989
  html.dark .tool-color-grep.folded-tool > .folded-tool-bar::before { color: #fb7185; }
2003
1990
  .tool-color-grep .folded-tool-icon { color: #e11d48; }
@@ -2006,15 +1993,13 @@
2006
1993
  html.dark .tool-color-grep .folded-tool-name { color: #fda4af; }
2007
1994
  .tool-color-grep .folded-tool-desc { color: #be123c; }
2008
1995
  html.dark .tool-color-grep .folded-tool-desc { color: #fb7185; }
2009
- .tool-color-grep { background: #fff1f2; }
2010
- html.dark .tool-color-grep { background: #2a0a10; }
2011
1996
  .tool-color-grep > .folded-tool-body { border-top-color: #fecdd3; }
2012
1997
  html.dark .tool-color-grep > .folded-tool-body { border-top-color: #4c0519; }
2013
1998
 
2014
- .tool-color-web.folded-tool > .folded-tool-bar { background: #e0f2fe; }
2015
- html.dark .tool-color-web.folded-tool > .folded-tool-bar { background: #0c4a6e; }
2016
- .tool-color-web.folded-tool > .folded-tool-bar:hover { background: #bae6fd; }
2017
- html.dark .tool-color-web.folded-tool > .folded-tool-bar:hover { background: #075985; }
1999
+ .tool-color-web.folded-tool > .folded-tool-bar { }
2000
+ html.dark .tool-color-web.folded-tool > .folded-tool-bar { }
2001
+ .tool-color-web.folded-tool > .folded-tool-bar:hover { }
2002
+ html.dark .tool-color-web.folded-tool > .folded-tool-bar:hover { }
2018
2003
  .tool-color-web.folded-tool > .folded-tool-bar::before { color: #0284c7; }
2019
2004
  html.dark .tool-color-web.folded-tool > .folded-tool-bar::before { color: #38bdf8; }
2020
2005
  .tool-color-web .folded-tool-icon { color: #0284c7; }
@@ -2023,15 +2008,13 @@
2023
2008
  html.dark .tool-color-web .folded-tool-name { color: #7dd3fc; }
2024
2009
  .tool-color-web .folded-tool-desc { color: #0369a1; }
2025
2010
  html.dark .tool-color-web .folded-tool-desc { color: #38bdf8; }
2026
- .tool-color-web { background: #f0f9ff; }
2027
- html.dark .tool-color-web { background: #0a1929; }
2028
2011
  .tool-color-web > .folded-tool-body { border-top-color: #bae6fd; }
2029
2012
  html.dark .tool-color-web > .folded-tool-body { border-top-color: #0c4a6e; }
2030
2013
 
2031
- .tool-color-todo.folded-tool > .folded-tool-bar { background: #ffedd5; }
2032
- html.dark .tool-color-todo.folded-tool > .folded-tool-bar { background: #431407; }
2033
- .tool-color-todo.folded-tool > .folded-tool-bar:hover { background: #fed7aa; }
2034
- html.dark .tool-color-todo.folded-tool > .folded-tool-bar:hover { background: #7c2d12; }
2014
+ .tool-color-todo.folded-tool > .folded-tool-bar { }
2015
+ html.dark .tool-color-todo.folded-tool > .folded-tool-bar { }
2016
+ .tool-color-todo.folded-tool > .folded-tool-bar:hover { }
2017
+ html.dark .tool-color-todo.folded-tool > .folded-tool-bar:hover { }
2035
2018
  .tool-color-todo.folded-tool > .folded-tool-bar::before { color: #ea580c; }
2036
2019
  html.dark .tool-color-todo.folded-tool > .folded-tool-bar::before { color: #fb923c; }
2037
2020
  .tool-color-todo .folded-tool-icon { color: #ea580c; }
@@ -2040,15 +2023,13 @@
2040
2023
  html.dark .tool-color-todo .folded-tool-name { color: #fdba74; }
2041
2024
  .tool-color-todo .folded-tool-desc { color: #c2410c; }
2042
2025
  html.dark .tool-color-todo .folded-tool-desc { color: #fb923c; }
2043
- .tool-color-todo { background: #fff7ed; }
2044
- html.dark .tool-color-todo { background: #1c0f02; }
2045
2026
  .tool-color-todo > .folded-tool-body { border-top-color: #fed7aa; }
2046
2027
  html.dark .tool-color-todo > .folded-tool-body { border-top-color: #431407; }
2047
2028
 
2048
- .tool-color-task.folded-tool > .folded-tool-bar { background: #bfdbfe; }
2049
- html.dark .tool-color-task.folded-tool > .folded-tool-bar { background: #2563eb; }
2050
- .tool-color-task.folded-tool > .folded-tool-bar:hover { background: #c7d2fe; }
2051
- html.dark .tool-color-task.folded-tool > .folded-tool-bar:hover { background: #312e81; }
2029
+ .tool-color-task.folded-tool > .folded-tool-bar { }
2030
+ html.dark .tool-color-task.folded-tool > .folded-tool-bar { }
2031
+ .tool-color-task.folded-tool > .folded-tool-bar:hover { }
2032
+ html.dark .tool-color-task.folded-tool > .folded-tool-bar:hover { }
2052
2033
  .tool-color-task.folded-tool > .folded-tool-bar::before { color: #4f46e5; }
2053
2034
  html.dark .tool-color-task.folded-tool > .folded-tool-bar::before { color: #818cf8; }
2054
2035
  .tool-color-task .folded-tool-icon { color: #4f46e5; }
@@ -2057,15 +2038,13 @@
2057
2038
  html.dark .tool-color-task .folded-tool-name { color: #a5b4fc; }
2058
2039
  .tool-color-task .folded-tool-desc { color: #4338ca; }
2059
2040
  html.dark .tool-color-task .folded-tool-desc { color: #818cf8; }
2060
- .tool-color-task { background: #eef2ff; }
2061
- html.dark .tool-color-task { background: #0f0d29; }
2062
2041
  .tool-color-task > .folded-tool-body { border-top-color: #c7d2fe; }
2063
2042
  html.dark .tool-color-task > .folded-tool-body { border-top-color: #1e1b4b; }
2064
2043
 
2065
- .tool-color-default.folded-tool > .folded-tool-bar { background: #cffafe; }
2066
- html.dark .tool-color-default.folded-tool > .folded-tool-bar { background: #0e2a3a; }
2067
- .tool-color-default.folded-tool > .folded-tool-bar:hover { background: #a5f3fc; }
2068
- html.dark .tool-color-default.folded-tool > .folded-tool-bar:hover { background: #164e63; }
2044
+ .tool-color-default.folded-tool > .folded-tool-bar { }
2045
+ html.dark .tool-color-default.folded-tool > .folded-tool-bar { }
2046
+ .tool-color-default.folded-tool > .folded-tool-bar:hover { }
2047
+ html.dark .tool-color-default.folded-tool > .folded-tool-bar:hover { }
2069
2048
  .tool-color-default.folded-tool > .folded-tool-bar::before { color: #0891b2; }
2070
2049
  html.dark .tool-color-default.folded-tool > .folded-tool-bar::before { color: #22d3ee; }
2071
2050
  .tool-color-default .folded-tool-icon { color: #0891b2; }
@@ -2074,16 +2053,14 @@
2074
2053
  html.dark .tool-color-default .folded-tool-name { color: #67e8f9; }
2075
2054
  .tool-color-default .folded-tool-desc { color: #0e7490; }
2076
2055
  html.dark .tool-color-default .folded-tool-desc { color: #22d3ee; }
2077
- .tool-color-default { background: #ecfeff; }
2078
- html.dark .tool-color-default { background: #0c1a24; }
2079
2056
  .tool-color-default > .folded-tool-body { border-top-color: #a5f3fc; }
2080
2057
  html.dark .tool-color-default > .folded-tool-body { border-top-color: #164e63; }
2081
2058
 
2082
2059
  /* Execute - Purple */
2083
- .tool-color-execute.folded-tool > .folded-tool-bar { background: #e9d5ff; }
2084
- html.dark .tool-color-execute.folded-tool > .folded-tool-bar { background: #7c3aed; }
2085
- .tool-color-execute.folded-tool > .folded-tool-bar:hover { background: #e9d5ff; }
2086
- html.dark .tool-color-execute.folded-tool > .folded-tool-bar:hover { background: #4c1d95; }
2060
+ .tool-color-execute.folded-tool > .folded-tool-bar { }
2061
+ html.dark .tool-color-execute.folded-tool > .folded-tool-bar { }
2062
+ .tool-color-execute.folded-tool > .folded-tool-bar:hover { }
2063
+ html.dark .tool-color-execute.folded-tool > .folded-tool-bar:hover { }
2087
2064
  .tool-color-execute.folded-tool > .folded-tool-bar::before { color: #a855f7; }
2088
2065
  html.dark .tool-color-execute.folded-tool > .folded-tool-bar::before { color: #d8b4fe; }
2089
2066
  .tool-color-execute .folded-tool-icon { color: #a855f7; }
@@ -2092,16 +2069,14 @@
2092
2069
  html.dark .tool-color-execute .folded-tool-name { color: #e879f9; }
2093
2070
  .tool-color-execute .folded-tool-desc { color: #7e22ce; }
2094
2071
  html.dark .tool-color-execute .folded-tool-desc { color: #d8b4fe; }
2095
- .tool-color-execute { background: #faf5ff; }
2096
- html.dark .tool-color-execute { background: #1a0d2e; }
2097
2072
  .tool-color-execute > .folded-tool-body { border-top-color: #e9d5ff; }
2098
2073
  html.dark .tool-color-execute > .folded-tool-body { border-top-color: #4c1d95; }
2099
2074
 
2100
2075
  /* Sleep - Orange */
2101
- .tool-color-sleep.folded-tool > .folded-tool-bar { background: #fed7aa; }
2102
- html.dark .tool-color-sleep.folded-tool > .folded-tool-bar { background: #ea580c; }
2103
- .tool-color-sleep.folded-tool > .folded-tool-bar:hover { background: #fdba74; }
2104
- html.dark .tool-color-sleep.folded-tool > .folded-tool-bar:hover { background: #7c2d12; }
2076
+ .tool-color-sleep.folded-tool > .folded-tool-bar { }
2077
+ html.dark .tool-color-sleep.folded-tool > .folded-tool-bar { }
2078
+ .tool-color-sleep.folded-tool > .folded-tool-bar:hover { }
2079
+ html.dark .tool-color-sleep.folded-tool > .folded-tool-bar:hover { }
2105
2080
  .tool-color-sleep.folded-tool > .folded-tool-bar::before { color: #f97316; }
2106
2081
  html.dark .tool-color-sleep.folded-tool > .folded-tool-bar::before { color: #fb923c; }
2107
2082
  .tool-color-sleep .folded-tool-icon { color: #f97316; }
@@ -2110,16 +2085,14 @@
2110
2085
  html.dark .tool-color-sleep .folded-tool-name { color: #fed7aa; }
2111
2086
  .tool-color-sleep .folded-tool-desc { color: #b45309; }
2112
2087
  html.dark .tool-color-sleep .folded-tool-desc { color: #fb923c; }
2113
- .tool-color-sleep { background: #fff7ed; }
2114
- html.dark .tool-color-sleep { background: #1f1409; }
2115
2088
  .tool-color-sleep > .folded-tool-body { border-top-color: #fdba74; }
2116
2089
  html.dark .tool-color-sleep > .folded-tool-body { border-top-color: #7c2d12; }
2117
2090
 
2118
2091
  /* Search - Green */
2119
- .tool-color-search.folded-tool > .folded-tool-bar { background: #a7f3d0; }
2120
- html.dark .tool-color-search.folded-tool > .folded-tool-bar { background: #059669; }
2121
- .tool-color-search.folded-tool > .folded-tool-bar:hover { background: #bbf7d0; }
2122
- html.dark .tool-color-search.folded-tool > .folded-tool-bar:hover { background: #16a34a; }
2092
+ .tool-color-search.folded-tool > .folded-tool-bar { }
2093
+ html.dark .tool-color-search.folded-tool > .folded-tool-bar { }
2094
+ .tool-color-search.folded-tool > .folded-tool-bar:hover { }
2095
+ html.dark .tool-color-search.folded-tool > .folded-tool-bar:hover { }
2123
2096
  .tool-color-search.folded-tool > .folded-tool-bar::before { color: #16a34a; }
2124
2097
  html.dark .tool-color-search.folded-tool > .folded-tool-bar::before { color: #86efac; }
2125
2098
  .tool-color-search .folded-tool-icon { color: #16a34a; }
@@ -2128,16 +2101,14 @@
2128
2101
  html.dark .tool-color-search .folded-tool-name { color: #bbf7d0; }
2129
2102
  .tool-color-search .folded-tool-desc { color: #166534; }
2130
2103
  html.dark .tool-color-search .folded-tool-desc { color: #86efac; }
2131
- .tool-color-search { background: #f0fdf4; }
2132
- html.dark .tool-color-search { background: #0a1c0e; }
2133
2104
  .tool-color-search > .folded-tool-body { border-top-color: #bbf7d0; }
2134
2105
  html.dark .tool-color-search > .folded-tool-body { border-top-color: #16a34a; }
2135
2106
 
2136
2107
  /* Skill - Yellow/Amber */
2137
- .tool-color-skill.folded-tool > .folded-tool-bar { background: #d9f99d; }
2138
- html.dark .tool-color-skill.folded-tool > .folded-tool-bar { background: #65a30d; }
2139
- .tool-color-skill.folded-tool > .folded-tool-bar:hover { background: #fde68a; }
2140
- html.dark .tool-color-skill.folded-tool > .folded-tool-bar:hover { background: #78350f; }
2108
+ .tool-color-skill.folded-tool > .folded-tool-bar { }
2109
+ html.dark .tool-color-skill.folded-tool > .folded-tool-bar { }
2110
+ .tool-color-skill.folded-tool > .folded-tool-bar:hover { }
2111
+ html.dark .tool-color-skill.folded-tool > .folded-tool-bar:hover { }
2141
2112
  .tool-color-skill.folded-tool > .folded-tool-bar::before { color: #d97706; }
2142
2113
  html.dark .tool-color-skill.folded-tool > .folded-tool-bar::before { color: #fbbf24; }
2143
2114
  .tool-color-skill .folded-tool-icon { color: #d97706; }
@@ -2146,45 +2117,35 @@
2146
2117
  html.dark .tool-color-skill .folded-tool-name { color: #fcd34d; }
2147
2118
  .tool-color-skill .folded-tool-desc { color: #b45309; }
2148
2119
  html.dark .tool-color-skill .folded-tool-desc { color: #fbbf24; }
2149
- .tool-color-skill { background: #fffbeb; }
2150
- html.dark .tool-color-skill { background: #1c1507; }
2151
2120
  .tool-color-skill > .folded-tool-body { border-top-color: #fde68a; }
2152
2121
  html.dark .tool-color-skill > .folded-tool-body { border-top-color: #78350f; }
2153
2122
 
2154
- .block-type-tool_result { background: #f3f4f6; }
2155
- html.dark .block-type-tool_result { background: #1f2937; }
2156
- .block-type-tool_result .tool-result-status { background: #e5e7eb; }
2157
- html.dark .block-type-tool_result .tool-result-status { background: #374151; }
2123
+ .block-type-tool_result .tool-result-status { }
2124
+ html.dark .block-type-tool_result .tool-result-status { }
2158
2125
  .block-type-tool_result .folded-tool-icon { color: #16a34a; }
2159
2126
  html.dark .block-type-tool_result .folded-tool-icon { color: #4ade80; }
2160
2127
  .block-type-tool_result .folded-tool-name { color: #374151; }
2161
2128
  html.dark .block-type-tool_result .folded-tool-name { color: #d1d5db; }
2162
2129
  .block-type-tool_result > .folded-tool-body { border-top-color: #d1d5db; }
2163
2130
  html.dark .block-type-tool_result > .folded-tool-body { border-top-color: #4b5563; }
2164
- .block-type-tool_result.tool-result-error { background: #f3f4f6; }
2165
- html.dark .block-type-tool_result.tool-result-error { background: #1f2937; }
2166
- .block-type-tool_result.tool-result-error .tool-result-status { background: #e5e7eb; }
2167
- html.dark .block-type-tool_result.tool-result-error .tool-result-status { background: #374151; }
2131
+ .block-type-tool_result.tool-result-error { }
2132
+ html.dark .block-type-tool_result.tool-result-error { }
2133
+ .block-type-tool_result.tool-result-error .tool-result-status { }
2134
+ html.dark .block-type-tool_result.tool-result-error .tool-result-status { }
2168
2135
  .block-type-tool_result.tool-result-error .folded-tool-icon { color: #dc2626; }
2169
2136
  html.dark .block-type-tool_result.tool-result-error .folded-tool-icon { color: #f87171; }
2170
2137
  .block-type-tool_result.tool-result-error .folded-tool-name { color: #374151; }
2171
2138
  html.dark .block-type-tool_result.tool-result-error .folded-tool-name { color: #d1d5db; }
2172
2139
 
2173
- .block-type-code { background: #1e293b; }
2174
- html.dark .block-type-code { background: #0f172a; }
2175
2140
 
2176
- .block-type-thinking { background: #f5f3ff; }
2177
- html.dark .block-type-thinking { background: #1e1033; }
2178
2141
 
2179
- .block-type-bash { background: #fffbeb; }
2180
- html.dark .block-type-bash { background: #1c1507; }
2181
2142
 
2182
- .block-type-system { background: #eef2ff; }
2183
- html.dark .block-type-system { background: #15103a; }
2184
- .block-type-system.folded-tool > .folded-tool-bar { background: #e0e7ff; }
2185
- html.dark .block-type-system.folded-tool > .folded-tool-bar { background: #1e1b4b; }
2186
- .block-type-system.folded-tool > .folded-tool-bar:hover { background: #c7d2fe; }
2187
- html.dark .block-type-system.folded-tool > .folded-tool-bar:hover { background: #312e81; }
2143
+ .block-type-system { }
2144
+ html.dark .block-type-system { }
2145
+ .block-type-system.folded-tool > .folded-tool-bar { }
2146
+ html.dark .block-type-system.folded-tool > .folded-tool-bar { }
2147
+ .block-type-system.folded-tool > .folded-tool-bar:hover { }
2148
+ html.dark .block-type-system.folded-tool > .folded-tool-bar:hover { }
2188
2149
  .block-type-system.folded-tool > .folded-tool-bar::before { color: #6366f1; }
2189
2150
  html.dark .block-type-system.folded-tool > .folded-tool-bar::before { color: #a5b4fc; }
2190
2151
  .block-type-system .folded-tool-icon { color: #6366f1; }
@@ -2196,12 +2157,12 @@
2196
2157
  .block-type-system > .folded-tool-body { border-top-color: #c7d2fe; }
2197
2158
  html.dark .block-type-system > .folded-tool-body { border-top-color: #3730a3; }
2198
2159
 
2199
- .block-type-result { background: #f0fdf4; }
2200
- html.dark .block-type-result { background: #0a1f0f; }
2201
- .block-type-result.folded-tool > .folded-tool-bar { background: #dcfce7; }
2202
- html.dark .block-type-result.folded-tool > .folded-tool-bar { background: #0f2b1a; }
2203
- .block-type-result.folded-tool > .folded-tool-bar:hover { background: #bbf7d0; }
2204
- html.dark .block-type-result.folded-tool > .folded-tool-bar:hover { background: #14532d; }
2160
+ .block-type-result { }
2161
+ html.dark .block-type-result { }
2162
+ .block-type-result.folded-tool > .folded-tool-bar { }
2163
+ html.dark .block-type-result.folded-tool > .folded-tool-bar { }
2164
+ .block-type-result.folded-tool > .folded-tool-bar:hover { }
2165
+ html.dark .block-type-result.folded-tool > .folded-tool-bar:hover { }
2205
2166
  .block-type-result.folded-tool > .folded-tool-bar::before { color: #16a34a; }
2206
2167
  html.dark .block-type-result.folded-tool > .folded-tool-bar::before { color: #4ade80; }
2207
2168
  .block-type-result .folded-tool-icon { color: #16a34a; }
@@ -2213,12 +2174,12 @@
2213
2174
  .block-type-result > .folded-tool-body { border-top-color: #bbf7d0; }
2214
2175
  html.dark .block-type-result > .folded-tool-body { border-top-color: #166534; }
2215
2176
 
2216
- .block-type-error { background: #fef2f2; }
2217
- html.dark .block-type-error { background: #1c0f0f; }
2218
- .block-type-error.folded-tool > .folded-tool-bar { background: #fee2e2; }
2219
- html.dark .block-type-error.folded-tool > .folded-tool-bar { background: #2c1010; }
2220
- .block-type-error.folded-tool > .folded-tool-bar:hover { background: #fecaca; }
2221
- html.dark .block-type-error.folded-tool > .folded-tool-bar:hover { background: #451a1a; }
2177
+ .block-type-error { }
2178
+ html.dark .block-type-error { }
2179
+ .block-type-error.folded-tool > .folded-tool-bar { }
2180
+ html.dark .block-type-error.folded-tool > .folded-tool-bar { }
2181
+ .block-type-error.folded-tool > .folded-tool-bar:hover { }
2182
+ html.dark .block-type-error.folded-tool > .folded-tool-bar:hover { }
2222
2183
  .block-type-error.folded-tool > .folded-tool-bar::before { color: #ef4444; }
2223
2184
  html.dark .block-type-error.folded-tool > .folded-tool-bar::before { color: #f87171; }
2224
2185
  .block-type-error .folded-tool-icon { color: #ef4444; }
@@ -2230,23 +2191,11 @@
2230
2191
  .block-type-error > .folded-tool-body { border-top-color: #fecaca; }
2231
2192
  html.dark .block-type-error > .folded-tool-body { border-top-color: #7f1d1d; }
2232
2193
 
2233
- .block-type-image { background: #fdf2f8; }
2234
- html.dark .block-type-image { background: #1f0a1a; }
2235
2194
 
2236
- .block-type-plan { background: #eff6ff; }
2237
- html.dark .block-type-plan { background: #0c1929; }
2238
2195
 
2239
- .block-type-usage { background: #f9fafb; }
2240
- html.dark .block-type-usage { background: #1f2937; }
2241
2196
 
2242
- .block-type-premature { background: #fffbeb; }
2243
- html.dark .block-type-premature { background: #1c1507; }
2244
2197
 
2245
- .block-type-tool_status { background: #f0f9ff; }
2246
- html.dark .block-type-tool_status { background: #0c1929; }
2247
2198
 
2248
- .block-type-generic { background: #f9fafb; }
2249
- html.dark .block-type-generic { background: #1f2937; }
2250
2199
 
2251
2200
  /* --- Code block header (non-collapsible) --- */
2252
2201
  .code-block-header {
@@ -1179,9 +1179,11 @@ class AgentGUIClient {
1179
1179
  outputEl.appendChild(queueEl);
1180
1180
  }
1181
1181
 
1182
+ const isStreaming = this.state.streamingConversations.has(conversationId);
1182
1183
  queueEl.innerHTML = queue.map((q, i) => `
1183
1184
  <div class="queue-item" data-message-id="${q.messageId}" style="padding:0.5rem 1rem;margin:0.5rem 0;border-radius:0.375rem;background:var(--color-warning);color:#000;font-size:0.875rem;display:flex;align-items:center;gap:0.5rem;">
1184
1185
  <span style="flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;">${i + 1}. ${this.escapeHtml(q.content)}</span>
1186
+ ${isStreaming ? `<button class="queue-steer-btn" data-index="${i}" style="padding:0.25rem 0.5rem;background:#06b6d4;border:1px solid #0891b2;border-radius:0.25rem;cursor:pointer;font-size:0.75rem;color:#fff;">Steer</button>` : ''}
1185
1187
  <button class="queue-edit-btn" data-index="${i}" style="padding:0.25rem 0.5rem;background:transparent;border:1px solid #000;border-radius:0.25rem;cursor:pointer;font-size:0.75rem;">Edit</button>
1186
1188
  <button class="queue-delete-btn" data-index="${i}" style="padding:0.25rem 0.5rem;background:transparent;border:1px solid #000;border-radius:0.25rem;cursor:pointer;font-size:0.75rem;">Delete</button>
1187
1189
  </div>
@@ -1190,7 +1192,21 @@ class AgentGUIClient {
1190
1192
  if (!queueEl._listenersAttached) {
1191
1193
  queueEl._listenersAttached = true;
1192
1194
  queueEl.addEventListener('click', async (e) => {
1193
- if (e.target.classList.contains('queue-delete-btn')) {
1195
+ if (e.target.classList.contains('queue-steer-btn')) {
1196
+ const index = parseInt(e.target.dataset.index);
1197
+ const q = queue[index];
1198
+ try {
1199
+ const data = await window.wsClient.rpc('conv.steer', { id: conversationId, content: q.content });
1200
+ console.log('Steer response:', data);
1201
+ if (data.ok && data.steered) {
1202
+ // Remove from queue after successful steer
1203
+ await window.wsClient.rpc('q.del', { id: conversationId, messageId: q.messageId });
1204
+ }
1205
+ } catch (err) {
1206
+ console.error('Failed to steer:', err);
1207
+ this.showError('Failed to steer: ' + err.message);
1208
+ }
1209
+ } else if (e.target.classList.contains('queue-delete-btn')) {
1194
1210
  const index = parseInt(e.target.dataset.index);
1195
1211
  const msgId = queue[index].messageId;
1196
1212
  if (await window.UIDialog.confirm('Delete this queued message?', 'Delete Message')) {