@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/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
@@ -10,7 +10,7 @@ import {
10
10
  normalizeAgentGUIAgentTargets,
11
11
  resolveAgentGUIAgentTarget,
12
12
  selectAgentStatusControllerSnapshot
13
- } from "./chunk-4OOALEBA.js";
13
+ } from "./chunk-XQV7VV2N.js";
14
14
  import "./chunk-A4WCTHWS.js";
15
15
  import {
16
16
  AGENT_GUI_DETAIL_MIN_WIDTH_PX,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.176",
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.176",
143
- "@tutti-os/browser-node": "0.0.176",
144
- "@tutti-os/ui-i18n-runtime": "0.0.176",
145
- "@tutti-os/ui-react-hooks": "0.0.176",
146
- "@tutti-os/ui-rich-text": "0.0.176",
147
- "@tutti-os/ui-system": "0.0.176",
148
- "@tutti-os/workbench-surface": "0.0.176",
149
- "@tutti-os/workspace-external-core": "0.0.176",
150
- "@tutti-os/workspace-file-manager": "0.0.176",
151
- "@tutti-os/workspace-file-reference": "0.0.176",
152
- "@tutti-os/workspace-issue-manager": "0.0.176",
153
- "@tutti-os/workspace-user-project": "0.0.176",
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",