@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/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
@@ -10,7 +10,7 @@ import {
10
10
  normalizeAgentGUIAgentTargets,
11
11
  resolveAgentGUIAgentTarget,
12
12
  selectAgentStatusControllerSnapshot
13
- } from "./chunk-4OOALEBA.js";
13
+ } from "./chunk-WPV23OY7.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.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.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.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",