@tutti-os/agent-gui 0.0.176 → 0.0.177
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 +1 -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-XQV7VV2N.js} +20 -6
- package/dist/chunk-XQV7VV2N.js.map +1 -0
- package/dist/index.d.ts +2 -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;
|
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.177",
|
|
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.177",
|
|
143
|
+
"@tutti-os/browser-node": "0.0.177",
|
|
144
|
+
"@tutti-os/ui-i18n-runtime": "0.0.177",
|
|
145
|
+
"@tutti-os/ui-react-hooks": "0.0.177",
|
|
146
|
+
"@tutti-os/ui-rich-text": "0.0.177",
|
|
147
|
+
"@tutti-os/ui-system": "0.0.177",
|
|
148
|
+
"@tutti-os/workbench-surface": "0.0.177",
|
|
149
|
+
"@tutti-os/workspace-external-core": "0.0.177",
|
|
150
|
+
"@tutti-os/workspace-file-manager": "0.0.177",
|
|
151
|
+
"@tutti-os/workspace-file-reference": "0.0.177",
|
|
152
|
+
"@tutti-os/workspace-issue-manager": "0.0.177",
|
|
153
|
+
"@tutti-os/workspace-user-project": "0.0.177",
|
|
154
154
|
"clsx": "^2.1.1",
|
|
155
155
|
"framer-motion": "^12.40.0",
|
|
156
156
|
"lodash": "^4.17.21",
|