@tutti-os/agent-gui 0.0.176 → 0.0.178
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-conversation/index.d.ts +1 -1
- package/dist/agent-gui.d.ts +7 -1
- package/dist/agent-gui.js +1 -1
- package/dist/{agentGuiNodeTypes-CLU6X2Hk.d.ts → agentGuiNodeTypes-CbBAccKv.d.ts} +2 -0
- package/dist/app/renderer/agentactivity.css +8 -3
- package/dist/{chunk-4OOALEBA.js → chunk-WPV23OY7.js} +66 -10
- package/dist/chunk-WPV23OY7.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1
- package/package.json +13 -13
- package/dist/chunk-4OOALEBA.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -2121,6 +2121,8 @@ interface AgentGUIComposerSettingsVM {
|
|
|
2121
2121
|
selectedProjectPath?: string | null;
|
|
2122
2122
|
/** Persisted rail membership used to scope Agent-generated file mentions. */
|
|
2123
2123
|
selectedProjectSectionKey?: string | null;
|
|
2124
|
+
/** Resolve the durable default only before the home project intent is known. */
|
|
2125
|
+
shouldApplyPreparedProjectSelection?: boolean;
|
|
2124
2126
|
projectLocked?: boolean;
|
|
2125
2127
|
projectPathIsRemote?: boolean;
|
|
2126
2128
|
collapseModelOptionsToLatest?: boolean;
|
|
@@ -7990,6 +7992,7 @@ interface AgentComposerProps {
|
|
|
7990
7992
|
permissionModeId?: string | null;
|
|
7991
7993
|
}) => void;
|
|
7992
7994
|
capabilityMenuState?: AgentComposerCapabilityMenuState;
|
|
7995
|
+
capabilityControlsReadOnly?: boolean;
|
|
7993
7996
|
onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
|
|
7994
7997
|
onSlashStatusOpen?: () => void;
|
|
7995
7998
|
onSlashStatusClose?: () => void;
|
|
@@ -8305,6 +8308,11 @@ interface AgentGUINodeHostCapabilities {
|
|
|
8305
8308
|
/** Legacy Tutti Agent-only opt-in. Prefer an explicit catalog in new hosts. */
|
|
8306
8309
|
referenceProvenanceFilterEnabled?: boolean;
|
|
8307
8310
|
capabilityMenuState?: AgentComposerCapabilityMenuState;
|
|
8311
|
+
/**
|
|
8312
|
+
* Keeps owner-supported Browser/Computer capability entries visible while
|
|
8313
|
+
* preventing this host from mutating device-owned capability settings.
|
|
8314
|
+
*/
|
|
8315
|
+
capabilityControlsReadOnly?: boolean;
|
|
8308
8316
|
accountMenuState?: AgentGUIAccountMenuState | null;
|
|
8309
8317
|
agentTargets?: readonly AgentGUIAgentTarget[];
|
|
8310
8318
|
agentTargetsLoading?: boolean;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.178",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -139,18 +139,18 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@monaco-editor/react": "^4.7.0",
|
|
141
141
|
"@tanstack/react-virtual": "^3.13.12",
|
|
142
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
143
|
-
"@tutti-os/browser-node": "0.0.
|
|
144
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
145
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
146
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
147
|
-
"@tutti-os/ui-system": "0.0.
|
|
148
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
149
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
150
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
151
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
152
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
153
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
142
|
+
"@tutti-os/agent-activity-core": "0.0.178",
|
|
143
|
+
"@tutti-os/browser-node": "0.0.178",
|
|
144
|
+
"@tutti-os/ui-i18n-runtime": "0.0.178",
|
|
145
|
+
"@tutti-os/ui-react-hooks": "0.0.178",
|
|
146
|
+
"@tutti-os/ui-rich-text": "0.0.178",
|
|
147
|
+
"@tutti-os/ui-system": "0.0.178",
|
|
148
|
+
"@tutti-os/workbench-surface": "0.0.178",
|
|
149
|
+
"@tutti-os/workspace-external-core": "0.0.178",
|
|
150
|
+
"@tutti-os/workspace-file-manager": "0.0.178",
|
|
151
|
+
"@tutti-os/workspace-file-reference": "0.0.178",
|
|
152
|
+
"@tutti-os/workspace-issue-manager": "0.0.178",
|
|
153
|
+
"@tutti-os/workspace-user-project": "0.0.178",
|
|
154
154
|
"clsx": "^2.1.1",
|
|
155
155
|
"framer-motion": "^12.40.0",
|
|
156
156
|
"lodash": "^4.17.21",
|