@timurproko/a1 0.1.8-dev.472 → 0.1.8-dev.508
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/bin/cli.js +4 -5
- package/bin/guardian.js +5 -1
- package/bin/module-identity.js +53 -98
- package/bin/module-resolver.js +138 -0
- package/bin/pinned-pi-public.js +25 -6
- package/bin/ui.js +7 -2
- package/bin/update-recovery.js +76 -7
- package/bin/warmup.js +3 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/clipboard-diagnostics.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/clipboard-image.js +1 -1
- package/dist/app/session-shell/helper-pool.d.ts +33 -0
- package/dist/app/session-shell/helper-pool.js +98 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-preparation-client.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-preparation-client.js +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-preparation.js +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-source.js +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-worker.js +1 -1
- package/dist/app/session-shell/index.d.ts +7 -0
- package/dist/app/session-shell/index.js +4 -0
- package/dist/app/session-shell/paste-executor.d.ts +18 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-executor.js +50 -29
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-helper.js +1 -1
- package/dist/app/session-shell/paste-preparation-client.d.ts +31 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-preparation-client.js +19 -8
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-protocol.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-protocol.js +1 -1
- package/dist/app/session-shell/paste-text-preparation.d.ts +6 -0
- package/dist/{integrations/pi/session-ui/paste-text-preparation.d.ts → app/session-shell/paste-types.d.ts} +1 -4
- package/dist/{integrations/pi/session-ui → app/session-shell}/path-chip-presentation.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-chips.d.ts +5 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-chips.js +6 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-history-controller.d.ts +2 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-history-controller.js +2 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-suggestion-controller.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/prompt-suggestion-controller.js +2 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/quit-outro.js +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-coordinator.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-coordinator.js +3 -5
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-helper.js +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-protocol.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-transport.d.ts +10 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-transport.js +45 -19
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-shell-root.d.ts +75 -53
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-shell-root.js +30 -20
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-shell.d.ts +9 -8
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-shell.js +108 -67
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-viewport-controller.d.ts +5 -5
- package/dist/{integrations/pi/session-ui → app/session-shell}/session-viewport-controller.js +5 -5
- package/dist/{integrations/pi/session-ui → app/session-shell}/system-clipboard.d.ts +1 -1
- package/dist/{integrations/pi/session-ui → app/session-shell}/system-clipboard.js +1 -1
- package/dist/cli/index.d.ts +8 -5
- package/dist/cli/index.js +4 -5
- package/dist/composition/index.d.ts +0 -1
- package/dist/composition/index.js +0 -1
- package/dist/composition/owned-ui.d.ts +2 -2
- package/dist/composition/owned-ui.js +35 -36
- package/dist/composition/settings-route-host.d.ts +2 -2
- package/dist/contracts/agent-engine/domain.d.ts +6 -1
- package/dist/contracts/agent-engine/index.d.ts +11 -8
- package/dist/contracts/agent-engine/index.js +6 -8
- package/dist/contracts/owned-ui/extension-ui.d.ts +8 -0
- package/dist/contracts/owned-ui/index.d.ts +12 -8
- package/dist/contracts/owned-ui/index.js +8 -8
- package/dist/features/launch/index.d.ts +12 -6
- package/dist/features/launch/index.js +6 -6
- package/dist/features/launch/intent.d.ts +5 -5
- package/dist/features/launch/intent.js +2 -2
- package/dist/features/owned-ui/index.d.ts +6 -6
- package/dist/features/owned-ui/index.js +4 -6
- package/dist/features/owned-ui/run.d.ts +2 -2
- package/dist/features/owned-ui/settings-app.d.ts +2 -2
- package/dist/features/owned-ui/settings-app.js +18 -5
- package/dist/features/prompt-history/service.d.ts +1 -1
- package/dist/features/prompt-history/service.js +1 -1
- package/dist/features/prompt-history/store.js +3 -7
- package/dist/features/prompt-suggestions/diagnostics.js +1 -1
- package/dist/features/prompt-suggestions/index.d.ts +2 -1
- package/dist/features/prompt-suggestions/index.js +1 -1
- package/dist/foundation/launch-guardian/index.d.ts +2 -1
- package/dist/foundation/launch-guardian/index.js +1 -1
- package/dist/foundation/lifecycle/index.d.ts +11 -6
- package/dist/foundation/lifecycle/index.js +5 -6
- package/dist/foundation/process-containment/index.d.ts +8 -6
- package/dist/foundation/process-containment/index.js +6 -6
- package/dist/foundation/process-containment/native-guardian-containment.js +3 -3
- package/dist/foundation/protocol/index.d.ts +3 -2
- package/dist/foundation/protocol/index.js +2 -2
- package/dist/foundation/release/bootstrap.d.ts +0 -4
- package/dist/foundation/release/bootstrap.js +1 -82
- package/dist/foundation/release/dependency-layer.d.ts +2 -5
- package/dist/foundation/release/endpoints.d.ts +4 -0
- package/dist/foundation/release/endpoints.js +86 -2
- package/dist/foundation/release/index.d.ts +30 -16
- package/dist/foundation/release/index.js +16 -16
- package/dist/foundation/release/release.d.ts +1 -1
- package/dist/foundation/release/types.d.ts +11 -0
- package/dist/foundation/release/types.js +1 -0
- package/dist/foundation/release/update-transaction.d.ts +1 -1
- package/dist/foundation/release/update.d.ts +2 -1
- package/dist/foundation/release/update.js +3 -18
- package/dist/foundation/startup/index.d.ts +4 -2
- package/dist/foundation/startup/index.js +2 -2
- package/dist/foundation/startup/startup-descriptor.js +2 -2
- package/dist/foundation/storage/control-store.d.ts +1 -45
- package/dist/foundation/storage/control-store.js +54 -277
- package/dist/foundation/storage/index.d.ts +1 -1
- package/dist/foundation/storage/index.js +1 -1
- package/dist/foundation/supervision/index.d.ts +2 -2
- package/dist/foundation/supervision/index.js +2 -2
- package/dist/foundation/supervision/server.d.ts +5 -10
- package/dist/foundation/supervision/server.js +7 -7
- package/dist/foundation/terminal-cleanup/index.d.ts +3 -2
- package/dist/foundation/terminal-cleanup/index.js +2 -2
- package/dist/integrations/pi/components/editor-interaction.d.ts +1 -1
- package/dist/integrations/pi/components/history-editor-loader.d.ts +1 -1
- package/dist/integrations/pi/components/index.d.ts +20 -13
- package/dist/integrations/pi/components/index.js +12 -13
- package/dist/integrations/pi/components/owned-editor-ux.js +5 -8
- package/dist/integrations/pi/components/resources/builtin-themes.d.ts +7 -5
- package/dist/integrations/pi/components/resources/builtin-themes.js +7 -5
- package/dist/integrations/pi/components/shell-editor-autocomplete.js +1 -1
- package/dist/integrations/pi/components/shell-extension-ui.js +2 -1
- package/dist/integrations/pi/components/shell-footer-status.js +1 -1
- package/dist/integrations/pi/components/shell-presenters-info.d.ts +1 -1
- package/dist/integrations/pi/components/shell-presenters-info.js +1 -1
- package/dist/integrations/pi/components/shell-presenters-transcript.js +1 -1
- package/dist/integrations/pi/components/shell-selectors-dialogs.d.ts +9 -3
- package/dist/integrations/pi/components/shell-selectors-dialogs.js +9 -6
- package/dist/integrations/pi/components/shell-shared-facade.d.ts +3 -1
- package/dist/integrations/pi/components/shell-shared-facade.js +4 -2
- package/dist/integrations/pi/components/submitted-prompt-adapter.d.ts +1 -1
- package/dist/integrations/pi/components/submitted-prompt-adapter.js +1 -1
- package/dist/integrations/pi/components/tool-image-presentation.d.ts +1 -1
- package/dist/integrations/pi/components/tool-image-presentation.js +4 -7
- package/dist/integrations/pi/components/upstream/adjacent/core/keybindings.d.ts +36 -22
- package/dist/integrations/pi/components/upstream/adjacent/core/keybindings.js +43 -7
- package/dist/integrations/pi/components/upstream/assets/earendil-image.json +2 -2
- package/dist/integrations/pi/components/upstream/components/countdown-timer.d.ts +6 -3
- package/dist/integrations/pi/components/upstream/components/daxnuts.d.ts +8 -1
- package/dist/integrations/pi/components/upstream/components/daxnuts.js +7 -3
- package/dist/integrations/pi/components/upstream/components/earendil-announcement.d.ts +1 -1
- package/dist/integrations/pi/components/upstream/components/earendil-announcement.js +10 -4
- package/dist/integrations/pi/components/upstream/components/extension-editor.d.ts +7 -4
- package/dist/integrations/pi/components/upstream/components/extension-editor.js +7 -4
- package/dist/integrations/pi/components/upstream/components/mermaid.js +8 -4
- package/dist/integrations/pi/components/upstream/components/owned-editor.d.ts +9 -5
- package/dist/integrations/pi/components/upstream/components/owned-editor.js +10 -6
- package/dist/integrations/pi/components/upstream/components/scoped-models-selector.d.ts +8 -4
- package/dist/integrations/pi/components/upstream/components/scoped-models-selector.js +27 -25
- package/dist/integrations/pi/components/upstream/components/session-footer.d.ts +1 -1
- package/dist/integrations/pi/components/upstream/components/session-footer.js +8 -10
- package/dist/integrations/pi/components/upstream/components/session-selector-search.js +6 -4
- package/dist/integrations/pi/components/upstream/components/session-selector.d.ts +1 -1
- package/dist/integrations/pi/components/upstream/components/session-selector.js +8 -4
- package/dist/integrations/pi/components/upstream/components/skill-invocation-message.d.ts +7 -5
- package/dist/integrations/pi/components/upstream/components/skill-invocation-message.js +8 -6
- package/dist/integrations/pi/components/upstream/components/status-indicator.d.ts +9 -4
- package/dist/integrations/pi/components/upstream/components/status-indicator.js +15 -5
- package/dist/integrations/pi/components/upstream/components/tool-execution.d.ts +8 -2
- package/dist/integrations/pi/components/upstream/components/tool-execution.js +58 -37
- package/dist/integrations/pi/components/upstream/components/tree-selector.d.ts +7 -4
- package/dist/integrations/pi/components/upstream/components/tree-selector.js +7 -4
- package/dist/integrations/pi/components/upstream/components/trust-selector.d.ts +1 -1
- package/dist/integrations/pi/components/upstream/components/trust-selector.js +10 -5
- package/dist/integrations/pi/components/upstream/external-editor.js +8 -4
- package/dist/integrations/pi/components/upstream/history/editor-core.d.ts +13 -4
- package/dist/integrations/pi/components/upstream/history/editor-core.js +112 -30
- package/dist/integrations/pi/components/upstream/history/kill-ring.d.ts +6 -3
- package/dist/integrations/pi/components/upstream/history/kill-ring.js +6 -3
- package/dist/integrations/pi/components/upstream/history/printable-key.js +7 -4
- package/dist/integrations/pi/components/upstream/history/text-helpers.js +6 -3
- package/dist/integrations/pi/components/upstream/history/undo-stack.d.ts +6 -3
- package/dist/integrations/pi/components/upstream/history/undo-stack.js +6 -3
- package/dist/integrations/pi/components/upstream/history/word-navigation.js +6 -3
- package/dist/integrations/pi/components/upstream/model-search.d.ts +5 -2
- package/dist/integrations/pi/components/upstream/theme/theme-controller.d.ts +8 -0
- package/dist/integrations/pi/components/upstream/theme/theme-controller.js +0 -3
- package/dist/integrations/pi/components/upstream/theme/theme.d.ts +2 -2
- package/dist/integrations/pi/components/upstream/theme/theme.js +17 -6
- package/dist/integrations/pi/engine/adapter.d.ts +39 -138
- package/dist/integrations/pi/engine/adapter.js +338 -3226
- package/dist/integrations/pi/engine/command-dispatch.d.ts +41 -0
- package/dist/integrations/pi/engine/command-dispatch.js +125 -0
- package/dist/integrations/pi/engine/event-delivery.d.ts +100 -0
- package/dist/integrations/pi/engine/event-delivery.js +184 -0
- package/dist/integrations/pi/engine/extension-ui-binding.d.ts +35 -0
- package/dist/integrations/pi/engine/extension-ui-binding.js +81 -0
- package/dist/integrations/pi/engine/index.d.ts +18 -14
- package/dist/integrations/pi/engine/index.js +10 -14
- package/dist/integrations/pi/engine/message-values.d.ts +29 -0
- package/dist/integrations/pi/engine/message-values.js +168 -0
- package/dist/integrations/pi/engine/pending-delivery.d.ts +2 -2
- package/dist/integrations/pi/engine/pending-delivery.js +2 -4
- package/dist/integrations/pi/engine/pi-settings-metadata.json +382 -371
- package/dist/integrations/pi/engine/prompt-suggestions.d.ts +30 -0
- package/dist/integrations/pi/engine/prompt-suggestions.js +102 -0
- package/dist/integrations/pi/engine/provider-authentication.d.ts +34 -0
- package/dist/integrations/pi/engine/provider-authentication.js +209 -0
- package/dist/integrations/pi/engine/resource-catalog.d.ts +49 -0
- package/dist/integrations/pi/engine/resource-catalog.js +289 -0
- package/dist/integrations/pi/engine/resources/changelog.json +4 -4
- package/dist/integrations/pi/engine/session-events.d.ts +48 -0
- package/dist/integrations/pi/engine/session-events.js +223 -0
- package/dist/integrations/pi/engine/session-integration.js +2 -4
- package/dist/integrations/pi/engine/session-runtime.d.ts +84 -0
- package/dist/integrations/pi/engine/session-runtime.js +249 -0
- package/dist/integrations/pi/engine/{settings-effects.d.ts → settings-bridge.d.ts} +57 -2
- package/dist/integrations/pi/engine/settings-bridge.js +514 -0
- package/dist/integrations/pi/engine/settings-metadata.d.ts +31 -0
- package/dist/integrations/pi/engine/settings-metadata.js +67 -0
- package/dist/integrations/pi/engine/settings-port.d.ts +42 -0
- package/dist/integrations/pi/engine/settings-port.js +353 -0
- package/dist/integrations/pi/engine/transcript-projection.d.ts +39 -0
- package/dist/integrations/pi/engine/transcript-projection.js +405 -0
- package/dist/integrations/pi/engine/usage-view.d.ts +4 -0
- package/dist/integrations/pi/engine/usage-view.js +56 -0
- package/dist/integrations/pi/engine/workflow-contexts.d.ts +59 -0
- package/dist/integrations/pi/engine/workflow-contexts.js +316 -0
- package/dist/integrations/pi/engine/workflow-runner.d.ts +60 -0
- package/dist/integrations/pi/engine/workflow-runner.js +509 -0
- package/dist/integrations/pi/engine/workflow-support.d.ts +33 -0
- package/dist/integrations/pi/engine/workflow-support.js +352 -0
- package/dist/integrations/pi/engine/workflows.d.ts +63 -2
- package/dist/integrations/pi/engine/workflows.js +5 -2
- package/dist/integrations/pi/startup-public.js +576 -554
- package/dist/integrations/pi/startup-public.manifest.json +1730 -984
- package/dist/integrations/pi/tui-runtime/adapter.js +10 -13
- package/dist/integrations/pi/tui-runtime/contracts.d.ts +11 -1
- package/dist/integrations/pi/tui-runtime/damage-aware-terminal.d.ts +1 -1
- package/dist/integrations/pi/tui-runtime/damage-aware-terminal.js +4 -7
- package/dist/integrations/pi/tui-runtime/index.d.ts +8 -6
- package/dist/integrations/pi/tui-runtime/index.js +4 -6
- package/dist/integrations/pi/tui-runtime/mouse-report-input.js +2 -4
- package/dist/integrations/pi/tui-runtime/overlay-geometry.d.ts +2 -2
- package/dist/integrations/pi/tui-runtime/overlay-geometry.js +4 -5
- package/dist/integrations/pi/tui-runtime/presentation-adapter.js +1 -1
- package/dist/native/darwin-arm64/manifest.json +1 -1
- package/dist/native/linux-x64/manifest.json +1 -1
- package/dist/native/win32-x64/manifest.json +2 -2
- package/dist/native/win32-x64/process-guardian.exe +0 -0
- package/dist/runtime-payload-inventory.json +51320 -46509
- package/dist/ui/apps/index.d.ts +5 -3
- package/dist/ui/apps/index.js +3 -3
- package/dist/ui/components/index.d.ts +47 -25
- package/dist/ui/components/index.js +25 -25
- package/dist/ui/components/prompt-input.js +1 -4
- package/dist/ui/settings/declarations.d.ts +119 -0
- package/dist/ui/settings/declarations.js +20 -11
- package/dist/ui/settings/index.d.ts +10 -6
- package/dist/ui/settings/index.js +5 -6
- package/dist/ui/settings/manager.d.ts +54 -0
- package/dist/ui/settings/{session.js → manager.js} +101 -9
- package/dist/ui/settings/sections.d.ts +2 -7
- package/docs/architecture/boundaries.md +4 -4
- package/docs/architecture/history-editor-provenance.md +1 -1
- package/docs/architecture/project-structure.md +6 -6
- package/docs/architecture/prompt-suggestions.md +1 -1
- package/docs/architecture/terminal-host-proof-gate.md +1 -1
- package/docs/architecture/terminal-host-spike-evidence.md +1 -1
- package/docs/architecture/toolchain.md +8 -0
- package/docs/architecture/ui-reference-provenance.md +4 -4
- package/docs/ci-release-runbook.md +7 -1
- package/docs/features/modal-content-interaction.md +2 -2
- package/docs/local-worktree-cleanup.md +4 -2
- package/docs/validation.md +6 -4
- package/package.json +7 -11
- package/bin/pi-tui.d.ts +0 -6
- package/bin/pi-tui.js +0 -28
- package/bin/sync-pi-tui-proxy.js +0 -97
- package/dist/cli/version.d.ts +0 -2
- package/dist/cli/version.js +0 -23
- package/dist/composition/agent-engine-bridge.d.ts +0 -3
- package/dist/composition/agent-engine-bridge.js +0 -108
- package/dist/composition/process.d.ts +0 -16
- package/dist/composition/process.js +0 -45
- package/dist/contracts/workspace/index.d.ts +0 -2
- package/dist/contracts/workspace/index.js +0 -2
- package/dist/contracts/workspace/model.d.ts +0 -248
- package/dist/contracts/workspace/model.js +0 -2
- package/dist/contracts/workspace/validation.d.ts +0 -13
- package/dist/contracts/workspace/validation.js +0 -335
- package/dist/features/owned-ui/customization.d.ts +0 -40
- package/dist/features/owned-ui/customization.js +0 -110
- package/dist/features/owned-ui/diagnostics.d.ts +0 -34
- package/dist/features/owned-ui/diagnostics.js +0 -95
- package/dist/features/workspace/capabilities.d.ts +0 -31
- package/dist/features/workspace/capabilities.js +0 -75
- package/dist/features/workspace/index.d.ts +0 -6
- package/dist/features/workspace/index.js +0 -6
- package/dist/features/workspace/presentation.d.ts +0 -30
- package/dist/features/workspace/presentation.js +0 -70
- package/dist/features/workspace/reconciliation.d.ts +0 -15
- package/dist/features/workspace/reconciliation.js +0 -82
- package/dist/features/workspace/reducer.d.ts +0 -43
- package/dist/features/workspace/reducer.js +0 -214
- package/dist/features/workspace/router.d.ts +0 -32
- package/dist/features/workspace/router.js +0 -125
- package/dist/features/workspace/store.d.ts +0 -18
- package/dist/features/workspace/store.js +0 -55
- package/dist/foundation/native-host-protocol/codec.d.ts +0 -13
- package/dist/foundation/native-host-protocol/codec.js +0 -58
- package/dist/foundation/native-host-protocol/evidence.d.ts +0 -67
- package/dist/foundation/native-host-protocol/evidence.js +0 -141
- package/dist/foundation/native-host-protocol/index.d.ts +0 -4
- package/dist/foundation/native-host-protocol/index.js +0 -4
- package/dist/foundation/native-host-protocol/messages.d.ts +0 -56
- package/dist/foundation/native-host-protocol/messages.js +0 -149
- package/dist/foundation/native-host-protocol/proof-gate.d.ts +0 -13
- package/dist/foundation/native-host-protocol/proof-gate.js +0 -33
- package/dist/foundation/structured-agent-runtime/backpressure.d.ts +0 -47
- package/dist/foundation/structured-agent-runtime/backpressure.js +0 -119
- package/dist/foundation/structured-agent-runtime/commands.d.ts +0 -53
- package/dist/foundation/structured-agent-runtime/commands.js +0 -165
- package/dist/foundation/structured-agent-runtime/handshake.d.ts +0 -41
- package/dist/foundation/structured-agent-runtime/handshake.js +0 -151
- package/dist/foundation/structured-agent-runtime/index.d.ts +0 -5
- package/dist/foundation/structured-agent-runtime/index.js +0 -5
- package/dist/foundation/structured-agent-runtime/reconnection.d.ts +0 -38
- package/dist/foundation/structured-agent-runtime/reconnection.js +0 -130
- package/dist/foundation/structured-agent-runtime/state.d.ts +0 -57
- package/dist/foundation/structured-agent-runtime/state.js +0 -119
- package/dist/integrations/pi/components/upstream/components/custom-entry.d.ts +0 -17
- package/dist/integrations/pi/components/upstream/components/custom-entry.js +0 -51
- package/dist/integrations/pi/components/upstream/components/first-time-setup.d.ts +0 -24
- package/dist/integrations/pi/components/upstream/components/first-time-setup.js +0 -105
- package/dist/integrations/pi/components/upstream/components/markdown-transform.d.ts +0 -2
- package/dist/integrations/pi/components/upstream/components/markdown-transform.js +0 -18
- package/dist/integrations/pi/engine/model-auth-integration.d.ts +0 -31
- package/dist/integrations/pi/engine/model-auth-integration.js +0 -62
- package/dist/integrations/pi/engine/resource-extension-integration.d.ts +0 -32
- package/dist/integrations/pi/engine/resource-extension-integration.js +0 -81
- package/dist/integrations/pi/engine/settings-effects.js +0 -249
- package/dist/integrations/pi/engine/settings-integration.d.ts +0 -43
- package/dist/integrations/pi/engine/settings-integration.js +0 -227
- package/dist/integrations/pi/engine/workflow-controllers.d.ts +0 -21
- package/dist/integrations/pi/engine/workflow-controllers.js +0 -49
- package/dist/integrations/pi/session-ui/index.d.ts +0 -5
- package/dist/integrations/pi/session-ui/index.js +0 -5
- package/dist/integrations/pi/session-ui/paste-executor.d.ts +0 -10
- package/dist/integrations/pi/session-ui/paste-preparation-client.d.ts +0 -16
- package/dist/integrations/pi/session-ui/route-host.d.ts +0 -5
- package/dist/integrations/pi/tui-runtime/conformance.d.ts +0 -18
- package/dist/integrations/pi/tui-runtime/conformance.js +0 -145
- package/dist/ui/components/prompt-row.d.ts +0 -14
- package/dist/ui/components/prompt-row.js +0 -20
- package/dist/ui/settings/session.d.ts +0 -36
- package/dist/ui/settings/store.d.ts +0 -29
- package/dist/ui/settings/store.js +0 -91
- package/dist/{integrations/pi/session-ui → app/session-shell}/clipboard-diagnostics.js +2 -2
- package/dist/{integrations/pi/session-ui → app/session-shell}/clipboard-image.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/editor-hyperlink-budget.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/editor-hyperlink-budget.js +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-preparation.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-source.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/image-worker.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-helper.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-text-preparation.js +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-text-worker.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/paste-text-worker.js +0 -0
- package/dist/{integrations/pi/session-ui/response-copy-helper.d.ts → app/session-shell/paste-types.js} +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/path-chip-presentation.js +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/quit-outro-effects.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/quit-outro-effects.js +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/quit-outro.d.ts +0 -0
- package/dist/{integrations/pi/session-ui/route-host.js → app/session-shell/response-copy-helper.d.ts} +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/response-copy-protocol.js +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/stream-presentation-coalescer.d.ts +0 -0
- package/dist/{integrations/pi/session-ui → app/session-shell}/stream-presentation-coalescer.js +3 -3
- /package/dist/{integrations/pi/session-ui → app/session-shell}/text-paste.d.ts +0 -0
- /package/dist/{integrations/pi/session-ui → app/session-shell}/text-paste.js +0 -0
|
@@ -1,374 +1,385 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
2
|
+
"presented": [
|
|
3
|
+
"autoCompact",
|
|
4
|
+
"showImages",
|
|
5
|
+
"imageWidthCells",
|
|
6
|
+
"autoResizeImages",
|
|
7
|
+
"blockImages",
|
|
8
|
+
"enableSkillCommands",
|
|
9
|
+
"showHardwareCursor",
|
|
10
|
+
"editorPaddingX",
|
|
11
|
+
"outputPad",
|
|
12
|
+
"autocompleteMaxVisible",
|
|
13
|
+
"clearOnShrink",
|
|
14
|
+
"showTerminalProgress",
|
|
15
|
+
"steeringMode",
|
|
16
|
+
"followUpMode",
|
|
17
|
+
"transport",
|
|
18
|
+
"httpIdleTimeoutMs",
|
|
19
|
+
"hideThinkingBlock",
|
|
20
|
+
"mermaidRenderingMode",
|
|
21
|
+
"showCacheMissNotices",
|
|
22
|
+
"collapseChangelog",
|
|
23
|
+
"quietStartup",
|
|
24
|
+
"enableInstallTelemetry",
|
|
25
|
+
"defaultProjectTrust",
|
|
26
|
+
"doubleEscapeAction",
|
|
27
|
+
"treeFilterMode",
|
|
28
|
+
"warnings",
|
|
29
|
+
"modelThinkingLevels",
|
|
30
|
+
"tuiMode",
|
|
31
|
+
"fullscreenExitOutput",
|
|
32
|
+
"fullscreenScrollbar",
|
|
33
|
+
"fullscreenCopyOnSelect",
|
|
34
|
+
"theme"
|
|
35
|
+
],
|
|
36
|
+
"order": [
|
|
37
|
+
"autoCompact",
|
|
38
|
+
"showImages",
|
|
39
|
+
"imageWidthCells",
|
|
40
|
+
"autoResizeImages",
|
|
41
|
+
"blockImages",
|
|
42
|
+
"enableSkillCommands",
|
|
43
|
+
"showHardwareCursor",
|
|
44
|
+
"editorPaddingX",
|
|
45
|
+
"outputPad",
|
|
46
|
+
"autocompleteMaxVisible",
|
|
47
|
+
"clearOnShrink",
|
|
48
|
+
"showTerminalProgress",
|
|
49
|
+
"steeringMode",
|
|
50
|
+
"followUpMode",
|
|
51
|
+
"transport",
|
|
52
|
+
"httpIdleTimeoutMs",
|
|
53
|
+
"hideThinkingBlock",
|
|
54
|
+
"mermaidRenderingMode",
|
|
55
|
+
"showCacheMissNotices",
|
|
56
|
+
"collapseChangelog",
|
|
57
|
+
"quietStartup",
|
|
58
|
+
"enableInstallTelemetry",
|
|
59
|
+
"defaultProjectTrust",
|
|
60
|
+
"doubleEscapeAction",
|
|
61
|
+
"treeFilterMode",
|
|
62
|
+
"warnings",
|
|
63
|
+
"modelThinkingLevels",
|
|
64
|
+
"tuiMode",
|
|
65
|
+
"fullscreenExitOutput",
|
|
66
|
+
"fullscreenScrollbar",
|
|
67
|
+
"fullscreenCopyOnSelect",
|
|
68
|
+
"theme"
|
|
69
|
+
],
|
|
70
|
+
"settings": {
|
|
71
|
+
"autoCompact": {
|
|
72
|
+
"label": "Auto-compact",
|
|
73
|
+
"description": "Automatically compact context when it gets too large",
|
|
74
|
+
"opensDialog": false,
|
|
75
|
+
"values": [
|
|
76
|
+
"true",
|
|
77
|
+
"false"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"showImages": {
|
|
81
|
+
"label": "Show images",
|
|
82
|
+
"description": "Render images inline in terminal",
|
|
83
|
+
"opensDialog": false,
|
|
84
|
+
"values": [
|
|
85
|
+
"true",
|
|
86
|
+
"false"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"imageWidthCells": {
|
|
90
|
+
"label": "Image width",
|
|
91
|
+
"description": "Preferred inline image width in terminal cells",
|
|
92
|
+
"opensDialog": false,
|
|
93
|
+
"values": [
|
|
94
|
+
"60",
|
|
95
|
+
"80",
|
|
96
|
+
"120"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"autoResizeImages": {
|
|
100
|
+
"label": "Auto-resize images",
|
|
101
|
+
"description": "Resize large images to 2000x2000 max for better model compatibility",
|
|
102
|
+
"opensDialog": false,
|
|
103
|
+
"values": [
|
|
104
|
+
"true",
|
|
105
|
+
"false"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"blockImages": {
|
|
109
|
+
"label": "Block images",
|
|
110
|
+
"description": "Prevent images from being sent to LLM providers",
|
|
111
|
+
"opensDialog": false,
|
|
112
|
+
"values": [
|
|
113
|
+
"true",
|
|
114
|
+
"false"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"enableSkillCommands": {
|
|
118
|
+
"label": "Skill commands",
|
|
119
|
+
"description": "Register skills as /skill:name commands",
|
|
120
|
+
"opensDialog": false,
|
|
121
|
+
"values": [
|
|
122
|
+
"true",
|
|
123
|
+
"false"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"showHardwareCursor": {
|
|
127
|
+
"label": "Show hardware cursor",
|
|
128
|
+
"description": "Show the terminal cursor while still positioning it for IME support",
|
|
129
|
+
"opensDialog": false,
|
|
130
|
+
"values": [
|
|
131
|
+
"true",
|
|
132
|
+
"false"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"editorPaddingX": {
|
|
136
|
+
"label": "Editor padding",
|
|
137
|
+
"description": "Horizontal padding for input editor (0-3)",
|
|
138
|
+
"opensDialog": false,
|
|
139
|
+
"values": [
|
|
140
|
+
"0",
|
|
141
|
+
"1",
|
|
142
|
+
"2",
|
|
143
|
+
"3"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
"outputPad": {
|
|
147
|
+
"label": "Output padding",
|
|
148
|
+
"description": "Horizontal padding for user messages, assistant messages, and thinking",
|
|
149
|
+
"opensDialog": false,
|
|
150
|
+
"values": [
|
|
151
|
+
"0",
|
|
152
|
+
"1"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
"autocompleteMaxVisible": {
|
|
156
|
+
"label": "Autocomplete max items",
|
|
157
|
+
"description": "Max visible items in autocomplete dropdown (3-20)",
|
|
158
|
+
"opensDialog": false,
|
|
159
|
+
"values": [
|
|
160
|
+
"3",
|
|
161
|
+
"5",
|
|
162
|
+
"7",
|
|
163
|
+
"10",
|
|
164
|
+
"15",
|
|
165
|
+
"20"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"clearOnShrink": {
|
|
169
|
+
"label": "Clear on shrink",
|
|
170
|
+
"description": "Clear empty rows when content shrinks (may cause flicker)",
|
|
171
|
+
"opensDialog": false,
|
|
172
|
+
"values": [
|
|
173
|
+
"true",
|
|
174
|
+
"false"
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
"showTerminalProgress": {
|
|
178
|
+
"label": "Terminal progress",
|
|
179
|
+
"description": "Show OSC 9;4 progress indicators in the terminal tab bar",
|
|
180
|
+
"opensDialog": false,
|
|
181
|
+
"values": [
|
|
182
|
+
"true",
|
|
183
|
+
"false"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
"steeringMode": {
|
|
187
|
+
"label": "Steering mode",
|
|
188
|
+
"description": "Enter while streaming queues steering messages. 'one-at-a-time': deliver one, wait for response. 'all': deliver all at once.",
|
|
189
|
+
"opensDialog": false,
|
|
190
|
+
"values": [
|
|
191
|
+
"one-at-a-time",
|
|
192
|
+
"all"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"followUpMode": {
|
|
196
|
+
"label": "Follow-up mode",
|
|
197
|
+
"description": "'one-at-a-time': deliver one, wait for response. 'all': deliver all at once.",
|
|
198
|
+
"opensDialog": false,
|
|
199
|
+
"values": [
|
|
200
|
+
"one-at-a-time",
|
|
201
|
+
"all"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"transport": {
|
|
205
|
+
"label": "Transport",
|
|
206
|
+
"description": "Preferred transport for providers that support multiple transports",
|
|
207
|
+
"opensDialog": false,
|
|
208
|
+
"values": [
|
|
209
|
+
"sse",
|
|
210
|
+
"websocket",
|
|
211
|
+
"websocket-cached",
|
|
212
|
+
"auto"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"httpIdleTimeoutMs": {
|
|
216
|
+
"label": "HTTP idle timeout",
|
|
217
|
+
"description": "Maximum idle gap while waiting for HTTP headers or body chunks. Disable for local models that pause longer than five minutes.",
|
|
218
|
+
"opensDialog": false
|
|
219
|
+
},
|
|
220
|
+
"hideThinkingBlock": {
|
|
221
|
+
"label": "Hide thinking",
|
|
222
|
+
"description": "Hide thinking blocks in assistant responses",
|
|
223
|
+
"opensDialog": false,
|
|
224
|
+
"values": [
|
|
225
|
+
"true",
|
|
226
|
+
"false"
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"mermaidRenderingMode": {
|
|
230
|
+
"label": "Mermaid diagrams",
|
|
231
|
+
"description": "Render Mermaid code blocks as Unicode diagrams",
|
|
232
|
+
"opensDialog": false,
|
|
233
|
+
"values": [
|
|
234
|
+
"off",
|
|
235
|
+
"final",
|
|
236
|
+
"streaming"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"showCacheMissNotices": {
|
|
240
|
+
"label": "Cache miss notices",
|
|
241
|
+
"description": "Show transcript notices for cache costs and provider recovery diagnostics",
|
|
242
|
+
"opensDialog": false,
|
|
243
|
+
"values": [
|
|
244
|
+
"true",
|
|
245
|
+
"false"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"collapseChangelog": {
|
|
249
|
+
"label": "Collapse changelog",
|
|
250
|
+
"description": "Show condensed changelog after updates",
|
|
251
|
+
"opensDialog": false,
|
|
252
|
+
"values": [
|
|
253
|
+
"true",
|
|
254
|
+
"false"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
"quietStartup": {
|
|
258
|
+
"label": "Quiet startup",
|
|
259
|
+
"description": "Disable verbose printing at startup",
|
|
260
|
+
"opensDialog": false,
|
|
261
|
+
"values": [
|
|
262
|
+
"true",
|
|
263
|
+
"false"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
"enableInstallTelemetry": {
|
|
267
|
+
"label": "Install telemetry",
|
|
268
|
+
"description": "Send an anonymous version/update ping after changelog-detected updates",
|
|
269
|
+
"opensDialog": false,
|
|
270
|
+
"values": [
|
|
271
|
+
"true",
|
|
272
|
+
"false"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"defaultProjectTrust": {
|
|
276
|
+
"label": "Default project trust",
|
|
277
|
+
"description": "Fallback behavior when no extension or saved trust decision decides project trust",
|
|
278
|
+
"opensDialog": false,
|
|
279
|
+
"values": [
|
|
280
|
+
"ask",
|
|
281
|
+
"always",
|
|
282
|
+
"never"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"doubleEscapeAction": {
|
|
286
|
+
"label": "Double-escape action",
|
|
287
|
+
"description": "Action when pressing Escape twice with empty editor",
|
|
288
|
+
"opensDialog": false,
|
|
289
|
+
"values": [
|
|
290
|
+
"tree",
|
|
291
|
+
"fork",
|
|
292
|
+
"none"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
"treeFilterMode": {
|
|
296
|
+
"label": "Tree filter mode",
|
|
297
|
+
"description": "Default filter when opening /tree",
|
|
298
|
+
"opensDialog": false,
|
|
299
|
+
"values": [
|
|
300
|
+
"default",
|
|
301
|
+
"no-tools",
|
|
302
|
+
"user-only",
|
|
303
|
+
"labeled-only",
|
|
304
|
+
"all"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
"warnings": {
|
|
308
|
+
"label": "Warnings",
|
|
309
|
+
"description": "Enable or disable individual warnings",
|
|
310
|
+
"opensDialog": true,
|
|
311
|
+
"literalValue": "configure"
|
|
312
|
+
},
|
|
313
|
+
"modelThinkingLevels": {
|
|
314
|
+
"label": "Default thinking level per model",
|
|
315
|
+
"description": "Override the default thinking level for specific models.",
|
|
316
|
+
"opensDialog": true
|
|
317
|
+
},
|
|
318
|
+
"tuiMode": {
|
|
319
|
+
"label": "TUI mode",
|
|
320
|
+
"description": "Interface layout; fullscreen mode is experimental",
|
|
321
|
+
"opensDialog": false,
|
|
322
|
+
"values": [
|
|
323
|
+
"regular",
|
|
324
|
+
"fullscreen"
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
"fullscreenExitOutput": {
|
|
328
|
+
"label": "Fullscreen exit output",
|
|
329
|
+
"description": "Print the transcript or only a session resume hint when exiting fullscreen mode",
|
|
330
|
+
"opensDialog": false,
|
|
331
|
+
"values": [
|
|
332
|
+
"transcript",
|
|
333
|
+
"resume-hint"
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
"fullscreenScrollbar": {
|
|
337
|
+
"label": "Fullscreen scrollbar",
|
|
338
|
+
"description": "Scrollbar behavior in fullscreen mode; has no effect in regular mode",
|
|
339
|
+
"opensDialog": false,
|
|
340
|
+
"values": [
|
|
341
|
+
"auto",
|
|
342
|
+
"always",
|
|
343
|
+
"hidden"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
"fullscreenCopyOnSelect": {
|
|
347
|
+
"label": "Fullscreen copy on select",
|
|
348
|
+
"description": "Automatically copy selected text in fullscreen mode; disable to copy selections with Ctrl+X",
|
|
349
|
+
"opensDialog": false,
|
|
350
|
+
"values": [
|
|
351
|
+
"true",
|
|
352
|
+
"false"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"theme": {
|
|
356
|
+
"label": "Theme",
|
|
357
|
+
"description": "Color theme for the interface",
|
|
358
|
+
"opensDialog": true
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"dialogs": {
|
|
362
|
+
"warnings": [
|
|
363
|
+
{
|
|
364
|
+
"id": "anthropic-extra-usage",
|
|
365
|
+
"label": "Anthropic extra usage",
|
|
366
|
+
"description": "Warn when Anthropic subscription auth may use paid extra usage",
|
|
367
|
+
"key": "anthropicExtraUsage",
|
|
368
|
+
"fallback": true
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"bounds": {
|
|
373
|
+
"imageWidthCells": {
|
|
374
|
+
"minimum": 1
|
|
375
|
+
},
|
|
376
|
+
"editorPaddingX": {
|
|
377
|
+
"minimum": 0,
|
|
378
|
+
"maximum": 3
|
|
379
|
+
},
|
|
380
|
+
"autocompleteMaxVisible": {
|
|
381
|
+
"minimum": 3,
|
|
382
|
+
"maximum": 20
|
|
373
383
|
}
|
|
384
|
+
}
|
|
374
385
|
}
|