@tutti-os/agent-gui 0.0.8 → 0.0.9
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/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +3 -3
- package/dist/app/renderer/agentactivity.css +9 -9
- package/dist/{chunk-ZU3FKYMG.js → chunk-4ASBZ4X7.js} +7 -7
- package/dist/chunk-4ASBZ4X7.js.map +1 -0
- package/dist/{chunk-3D3TO2MH.js → chunk-CUQJ3VO3.js} +13 -13
- package/dist/chunk-CUQJ3VO3.js.map +1 -0
- package/dist/{chunk-DHOAJJ3K.js → chunk-EHLA6MSQ.js} +3 -3
- package/dist/{chunk-DHOAJJ3K.js.map → chunk-EHLA6MSQ.js.map} +1 -1
- package/dist/{chunk-4RB33ETE.js → chunk-QU4F2RSS.js} +3 -3
- package/dist/chunk-QU4F2RSS.js.map +1 -0
- package/dist/{chunk-GYG57VTA.js → chunk-R5Q2UDDH.js} +4 -4
- package/dist/{chunk-GYG57VTA.js.map → chunk-R5Q2UDDH.js.map} +1 -1
- package/dist/{chunk-ZAVQMGAX.js → chunk-T6U7AB7F.js} +44 -44
- package/dist/chunk-T6U7AB7F.js.map +1 -0
- package/dist/i18n/index.d.ts +43 -43
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workspace-agent-generated-files.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/dist/{workspaceAgentActivityListViewModel-PvLQDj60.d.ts → workspaceAgentActivityListViewModel-Be4zm3nk.d.ts} +2 -2
- package/package.json +11 -11
- package/dist/chunk-3D3TO2MH.js.map +0 -1
- package/dist/chunk-4RB33ETE.js.map +0 -1
- package/dist/chunk-ZAVQMGAX.js.map +0 -1
- package/dist/chunk-ZU3FKYMG.js.map +0 -1
- /package/dist/app/renderer/assets/icons/agents/{manage-agent-nextop.png → manage-agent-tutti.png} +0 -0
- /package/dist/app/renderer/assets/icons/agents/{nextop-doc-rounded.png → tutti-doc-rounded.png} +0 -0
|
@@ -4,7 +4,7 @@ import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
|
4
4
|
import { useTranslation, AgentGuiI18nLocale } from '../i18n/index.js';
|
|
5
5
|
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-Bwa-phu8.js';
|
|
6
6
|
import { AgentActivityNeedsAttentionItem, AgentActivitySnapshot } from '@tutti-os/agent-activity-core';
|
|
7
|
-
import { n as WorkspaceAgentActivityStatus } from '../workspaceAgentActivityListViewModel-
|
|
7
|
+
import { n as WorkspaceAgentActivityStatus } from '../workspaceAgentActivityListViewModel-Be4zm3nk.js';
|
|
8
8
|
import '@tutti-os/workspace-issue-manager/core';
|
|
9
9
|
|
|
10
10
|
interface AgentApprovalOptionVM {
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
managedAgentRoundedIconUrl,
|
|
10
10
|
user_avatar_placeholder_default,
|
|
11
11
|
workspaceAgentActivityStatusLabel
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-CUQJ3VO3.js";
|
|
13
13
|
import {
|
|
14
14
|
resolveWorkspaceAgentSessionSortTimeUnixMs,
|
|
15
15
|
workspaceAgentProviderLabel
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
AgentGuiI18nProvider,
|
|
22
22
|
useTranslation
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-T6U7AB7F.js";
|
|
24
24
|
import "../chunk-PJP5BUU6.js";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-4ASBZ4X7.js";
|
|
26
26
|
|
|
27
27
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
28
28
|
import {
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
.workspace-agents-status-panel
|
|
57
57
|
.workspace-agents-status-panel__detail-tool-terminal {
|
|
58
58
|
box-shadow: none;
|
|
59
|
-
border-color: var(--line-2, var(--
|
|
59
|
+
border-color: var(--line-2, var(--tutti-line-2));
|
|
60
60
|
background: var(--background-panel);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.workspace-agents-status-panel
|
|
64
64
|
.workspace-agents-status-panel__detail-tool-terminal
|
|
65
65
|
[data-agent-terminal-command-row="true"] {
|
|
66
|
-
border-color: var(--line-2, var(--
|
|
66
|
+
border-color: var(--line-2, var(--tutti-line-2));
|
|
67
67
|
background: var(--transparency-block);
|
|
68
68
|
}
|
|
69
69
|
|
|
@@ -827,7 +827,7 @@ aside.workspace-agents-status-panel
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
.workspace-agents-status-panel__resize-handle:focus-visible {
|
|
830
|
-
outline: 1px solid var(--
|
|
830
|
+
outline: 1px solid var(--tutti-d-border-signal-focus);
|
|
831
831
|
outline-offset: -1px;
|
|
832
832
|
}
|
|
833
833
|
|
|
@@ -2112,7 +2112,7 @@ aside.workspace-agents-status-panel
|
|
|
2112
2112
|
|
|
2113
2113
|
.agent-gui-node__mention-palette-footer {
|
|
2114
2114
|
min-height: 36px;
|
|
2115
|
-
border-top: 1px solid var(--line-2, var(--
|
|
2115
|
+
border-top: 1px solid var(--line-2, var(--tutti-line-2));
|
|
2116
2116
|
background: var(--background-fronted, var(--background-panel));
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
@@ -2197,7 +2197,7 @@ aside.workspace-agents-status-panel
|
|
|
2197
2197
|
}
|
|
2198
2198
|
|
|
2199
2199
|
.agent-gui-node__mention-palette-hint-separator {
|
|
2200
|
-
color: var(--line-2, var(--
|
|
2200
|
+
color: var(--line-2, var(--tutti-line-2));
|
|
2201
2201
|
}
|
|
2202
2202
|
|
|
2203
2203
|
.agent-gui-node__mention-palette:hover
|
|
@@ -2715,12 +2715,12 @@ aside.workspace-agents-status-panel
|
|
|
2715
2715
|
width: 100%;
|
|
2716
2716
|
min-width: 0;
|
|
2717
2717
|
max-width: 100%;
|
|
2718
|
-
border: 1px solid var(--line-2, var(--
|
|
2718
|
+
border: 1px solid var(--line-2, var(--tutti-line-2));
|
|
2719
2719
|
border-radius: 12px;
|
|
2720
2720
|
background: var(--background-fronted);
|
|
2721
2721
|
padding: 12px 16px 16px;
|
|
2722
2722
|
box-shadow: 0 8px 24px
|
|
2723
|
-
color-mix(in srgb, var(--
|
|
2723
|
+
color-mix(in srgb, var(--tutti-p-shadow-node) 16%, transparent);
|
|
2724
2724
|
transform-origin: bottom center;
|
|
2725
2725
|
animation: agent-gui-interactive-prompt-enter 190ms
|
|
2726
2726
|
cubic-bezier(0.16, 1, 0.3, 1) both;
|
|
@@ -3292,7 +3292,7 @@ aside.workspace-agents-status-panel
|
|
|
3292
3292
|
height: 1px;
|
|
3293
3293
|
margin: 14px 0;
|
|
3294
3294
|
border: 0;
|
|
3295
|
-
background: var(--line-2, var(--
|
|
3295
|
+
background: var(--line-2, var(--tutti-line-2));
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
3298
3298
|
.workspace-agents-status-panel__detail-markdown.agent-gui-conversation__assistant-markdown
|
|
@@ -6677,7 +6677,7 @@ html[data-theme="light"] [data-message-center-item-id].agent-gui-edge-glow {
|
|
|
6677
6677
|
min-width: 220px;
|
|
6678
6678
|
max-width: calc(100vw - 48px);
|
|
6679
6679
|
padding: 10px 12px;
|
|
6680
|
-
border: 1px solid var(--line-2, var(--
|
|
6680
|
+
border: 1px solid var(--line-2, var(--tutti-line-2));
|
|
6681
6681
|
border-radius: 8px;
|
|
6682
6682
|
background: var(--background-fronted);
|
|
6683
6683
|
box-shadow: 0 12px 32px rgb(0 0 0 / 0.16);
|