@tutti-os/agent-gui 0.0.177 → 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
@@ -7992,6 +7992,7 @@ interface AgentComposerProps {
7992
7992
  permissionModeId?: string | null;
7993
7993
  }) => void;
7994
7994
  capabilityMenuState?: AgentComposerCapabilityMenuState;
7995
+ capabilityControlsReadOnly?: boolean;
7995
7996
  onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
7996
7997
  onSlashStatusOpen?: () => void;
7997
7998
  onSlashStatusClose?: () => void;
@@ -8307,6 +8308,11 @@ interface AgentGUINodeHostCapabilities {
8307
8308
  /** Legacy Tutti Agent-only opt-in. Prefer an explicit catalog in new hosts. */
8308
8309
  referenceProvenanceFilterEnabled?: boolean;
8309
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;
8310
8316
  accountMenuState?: AgentGUIAccountMenuState | null;
8311
8317
  agentTargets?: readonly AgentGUIAgentTarget[];
8312
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-XQV7VV2N.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.177",
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.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",
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",