agentgui 1.0.378 → 1.0.380
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 +1 -1
- package/static/index.html +27 -9
- package/static/js/streaming-renderer.js +1 -1
package/package.json
CHANGED
package/static/index.html
CHANGED
|
@@ -1914,8 +1914,8 @@
|
|
|
1914
1914
|
.tool-color-edit > .folded-tool-body { border-top-color: #ddd6fe; }
|
|
1915
1915
|
html.dark .tool-color-edit > .folded-tool-body { border-top-color: #2e1065; }
|
|
1916
1916
|
|
|
1917
|
-
.tool-color-bash.folded-tool > .folded-tool-bar { background: #
|
|
1918
|
-
html.dark .tool-color-bash.folded-tool > .folded-tool-bar { background: #
|
|
1917
|
+
.tool-color-bash.folded-tool > .folded-tool-bar { background: #cbd5e1; }
|
|
1918
|
+
html.dark .tool-color-bash.folded-tool > .folded-tool-bar { background: #475569; }
|
|
1919
1919
|
.tool-color-bash.folded-tool > .folded-tool-bar:hover { background: #cbd5e1; }
|
|
1920
1920
|
html.dark .tool-color-bash.folded-tool > .folded-tool-bar:hover { background: #334155; }
|
|
1921
1921
|
.tool-color-bash.folded-tool > .folded-tool-bar::before { color: #475569; }
|
|
@@ -1999,8 +1999,8 @@
|
|
|
1999
1999
|
.tool-color-todo > .folded-tool-body { border-top-color: #fed7aa; }
|
|
2000
2000
|
html.dark .tool-color-todo > .folded-tool-body { border-top-color: #431407; }
|
|
2001
2001
|
|
|
2002
|
-
.tool-color-task.folded-tool > .folded-tool-bar { background: #
|
|
2003
|
-
html.dark .tool-color-task.folded-tool > .folded-tool-bar { background: #
|
|
2002
|
+
.tool-color-task.folded-tool > .folded-tool-bar { background: #bfdbfe; }
|
|
2003
|
+
html.dark .tool-color-task.folded-tool > .folded-tool-bar { background: #2563eb; }
|
|
2004
2004
|
.tool-color-task.folded-tool > .folded-tool-bar:hover { background: #c7d2fe; }
|
|
2005
2005
|
html.dark .tool-color-task.folded-tool > .folded-tool-bar:hover { background: #312e81; }
|
|
2006
2006
|
.tool-color-task.folded-tool > .folded-tool-bar::before { color: #4f46e5; }
|
|
@@ -2034,8 +2034,8 @@
|
|
|
2034
2034
|
html.dark .tool-color-default > .folded-tool-body { border-top-color: #164e63; }
|
|
2035
2035
|
|
|
2036
2036
|
/* Execute - Purple */
|
|
2037
|
-
.tool-color-execute.folded-tool > .folded-tool-bar { background: #
|
|
2038
|
-
html.dark .tool-color-execute.folded-tool > .folded-tool-bar { background: #
|
|
2037
|
+
.tool-color-execute.folded-tool > .folded-tool-bar { background: #e9d5ff; }
|
|
2038
|
+
html.dark .tool-color-execute.folded-tool > .folded-tool-bar { background: #7c3aed; }
|
|
2039
2039
|
.tool-color-execute.folded-tool > .folded-tool-bar:hover { background: #e9d5ff; }
|
|
2040
2040
|
html.dark .tool-color-execute.folded-tool > .folded-tool-bar:hover { background: #4c1d95; }
|
|
2041
2041
|
.tool-color-execute.folded-tool > .folded-tool-bar::before { color: #a855f7; }
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
|
|
2054
2054
|
/* Sleep - Orange */
|
|
2055
2055
|
.tool-color-sleep.folded-tool > .folded-tool-bar { background: #fed7aa; }
|
|
2056
|
-
html.dark .tool-color-sleep.folded-tool > .folded-tool-bar { background: #
|
|
2056
|
+
html.dark .tool-color-sleep.folded-tool > .folded-tool-bar { background: #ea580c; }
|
|
2057
2057
|
.tool-color-sleep.folded-tool > .folded-tool-bar:hover { background: #fdba74; }
|
|
2058
2058
|
html.dark .tool-color-sleep.folded-tool > .folded-tool-bar:hover { background: #7c2d12; }
|
|
2059
2059
|
.tool-color-sleep.folded-tool > .folded-tool-bar::before { color: #f97316; }
|
|
@@ -2070,8 +2070,8 @@
|
|
|
2070
2070
|
html.dark .tool-color-sleep > .folded-tool-body { border-top-color: #7c2d12; }
|
|
2071
2071
|
|
|
2072
2072
|
/* Search - Green */
|
|
2073
|
-
.tool-color-search.folded-tool > .folded-tool-bar { background: #
|
|
2074
|
-
html.dark .tool-color-search.folded-tool > .folded-tool-bar { background: #
|
|
2073
|
+
.tool-color-search.folded-tool > .folded-tool-bar { background: #a7f3d0; }
|
|
2074
|
+
html.dark .tool-color-search.folded-tool > .folded-tool-bar { background: #059669; }
|
|
2075
2075
|
.tool-color-search.folded-tool > .folded-tool-bar:hover { background: #bbf7d0; }
|
|
2076
2076
|
html.dark .tool-color-search.folded-tool > .folded-tool-bar:hover { background: #16a34a; }
|
|
2077
2077
|
.tool-color-search.folded-tool > .folded-tool-bar::before { color: #16a34a; }
|
|
@@ -2086,6 +2086,24 @@
|
|
|
2086
2086
|
html.dark .tool-color-search { background: #0a1c0e; }
|
|
2087
2087
|
.tool-color-search > .folded-tool-body { border-top-color: #bbf7d0; }
|
|
2088
2088
|
html.dark .tool-color-search > .folded-tool-body { border-top-color: #16a34a; }
|
|
2089
|
+
|
|
2090
|
+
/* Skill - Yellow/Amber */
|
|
2091
|
+
.tool-color-skill.folded-tool > .folded-tool-bar { background: #d9f99d; }
|
|
2092
|
+
html.dark .tool-color-skill.folded-tool > .folded-tool-bar { background: #65a30d; }
|
|
2093
|
+
.tool-color-skill.folded-tool > .folded-tool-bar:hover { background: #fde68a; }
|
|
2094
|
+
html.dark .tool-color-skill.folded-tool > .folded-tool-bar:hover { background: #78350f; }
|
|
2095
|
+
.tool-color-skill.folded-tool > .folded-tool-bar::before { color: #d97706; }
|
|
2096
|
+
html.dark .tool-color-skill.folded-tool > .folded-tool-bar::before { color: #fbbf24; }
|
|
2097
|
+
.tool-color-skill .folded-tool-icon { color: #d97706; }
|
|
2098
|
+
html.dark .tool-color-skill .folded-tool-icon { color: #fbbf24; }
|
|
2099
|
+
.tool-color-skill .folded-tool-name { color: #92400e; }
|
|
2100
|
+
html.dark .tool-color-skill .folded-tool-name { color: #fcd34d; }
|
|
2101
|
+
.tool-color-skill .folded-tool-desc { color: #b45309; }
|
|
2102
|
+
html.dark .tool-color-skill .folded-tool-desc { color: #fbbf24; }
|
|
2103
|
+
.tool-color-skill { background: #fffbeb; }
|
|
2104
|
+
html.dark .tool-color-skill { background: #1c1507; }
|
|
2105
|
+
.tool-color-skill > .folded-tool-body { border-top-color: #fde68a; }
|
|
2106
|
+
html.dark .tool-color-skill > .folded-tool-body { border-top-color: #78350f; }
|
|
2089
2107
|
|
|
2090
2108
|
.block-type-tool_result { background: #f3f4f6; }
|
|
2091
2109
|
html.dark .block-type-tool_result { background: #1f2937; }
|
|
@@ -427,7 +427,7 @@ class StreamingRenderer {
|
|
|
427
427
|
const map = {
|
|
428
428
|
read: 'read', write: 'write', edit: 'edit', bash: 'bash', glob: 'glob', grep: 'grep',
|
|
429
429
|
webfetch: 'web', websearch: 'web', todowrite: 'todo', task: 'task', notebookedit: 'edit',
|
|
430
|
-
execute: 'execute', sleep: 'sleep', search: 'search'
|
|
430
|
+
execute: 'execute', sleep: 'sleep', search: 'search', skill: 'skill'
|
|
431
431
|
};
|
|
432
432
|
return `tool-color-${map[n] || 'default'}`;
|
|
433
433
|
}
|