@prometheus-ai/agent 0.5.4 → 0.5.8
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/CHANGELOG.md +30 -0
- package/dist/cli.js +25110 -0
- package/dist/types/async/index.d.ts +0 -1
- package/dist/types/async/job-manager.d.ts +33 -0
- package/dist/types/autolearn/controller.d.ts +25 -0
- package/dist/types/autolearn/managed-skills.d.ts +45 -0
- package/dist/types/autoresearch/state.d.ts +1 -1
- package/dist/types/autoresearch/tools/init-experiment.d.ts +1 -1
- package/dist/types/autoresearch/tools/log-experiment.d.ts +1 -1
- package/dist/types/autoresearch/tools/run-experiment.d.ts +1 -1
- package/dist/types/autoresearch/tools/update-notes.d.ts +1 -1
- package/dist/types/autoresearch/types.d.ts +1 -1
- package/dist/types/capability/context-file.d.ts +0 -13
- package/dist/types/capability/mcp.d.ts +1 -0
- package/dist/types/capability/rule-buckets.d.ts +1 -1
- package/dist/types/capability/rule.d.ts +6 -1
- package/dist/types/capability/types.d.ts +0 -4
- package/dist/types/cli/args.d.ts +23 -3
- package/dist/types/cli/bench-cli.d.ts +78 -0
- package/dist/types/cli/claude-trace-cli.d.ts +7 -0
- package/dist/types/cli/dry-balance-cli.d.ts +16 -2
- package/dist/types/cli/gallery-cli.d.ts +43 -0
- package/dist/types/cli/gallery-fixtures/agentic.d.ts +2 -0
- package/dist/types/cli/gallery-fixtures/codeintel.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/edit.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/fs.d.ts +2 -0
- package/dist/types/cli/gallery-fixtures/index.d.ts +4 -0
- package/dist/types/cli/gallery-fixtures/interaction.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/memory.d.ts +2 -0
- package/dist/types/cli/gallery-fixtures/misc.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/search.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/shell.d.ts +3 -0
- package/dist/types/cli/gallery-fixtures/types.d.ts +55 -0
- package/dist/types/cli/gallery-fixtures/web.d.ts +2 -0
- package/dist/types/cli/gallery-screenshot.d.ts +35 -0
- package/dist/types/cli/grievances-cli.d.ts +1 -1
- package/dist/types/cli/list-models.d.ts +6 -14
- package/dist/types/cli/models-cli.d.ts +49 -0
- package/dist/types/cli/session-picker.d.ts +1 -1
- package/dist/types/cli/setup-cli.d.ts +1 -1
- package/dist/types/cli/setup-model-picker.d.ts +14 -0
- package/dist/types/cli/startup-cwd.d.ts +2 -0
- package/dist/types/cli/update-cli.d.ts +13 -40
- package/dist/types/cli/usage-cli.d.ts +81 -0
- package/dist/types/cli-commands.d.ts +12 -0
- package/dist/types/collab/crypto.d.ts +7 -0
- package/dist/types/collab/guest.d.ts +37 -0
- package/dist/types/collab/host.d.ts +29 -0
- package/dist/types/collab/protocol.d.ts +119 -0
- package/dist/types/collab/relay-client.d.ts +22 -0
- package/dist/types/commands/bench.d.ts +29 -0
- package/dist/types/commands/gallery.d.ts +47 -0
- package/dist/types/commands/install.d.ts +1 -1
- package/dist/types/commands/join.d.ts +12 -0
- package/dist/types/commands/launch.d.ts +8 -4
- package/dist/types/commands/models.d.ts +33 -0
- package/dist/types/commands/read.d.ts +1 -1
- package/dist/types/commands/say.d.ts +24 -0
- package/dist/types/commands/token.d.ts +25 -0
- package/dist/types/commands/usage.d.ts +34 -0
- package/dist/types/commit/agentic/tools/analyze-file.d.ts +1 -1
- package/dist/types/commit/agentic/tools/git-file-diff.d.ts +1 -1
- package/dist/types/commit/agentic/tools/git-hunk.d.ts +1 -1
- package/dist/types/commit/agentic/tools/git-overview.d.ts +1 -1
- package/dist/types/commit/agentic/tools/propose-changelog.d.ts +1 -1
- package/dist/types/commit/agentic/tools/propose-commit.d.ts +1 -1
- package/dist/types/commit/agentic/tools/recent-commits.d.ts +1 -1
- package/dist/types/commit/agentic/tools/schemas.d.ts +1 -1
- package/dist/types/commit/agentic/tools/split-commit.d.ts +1 -1
- package/dist/types/commit/analysis/conventional.d.ts +2 -2
- package/dist/types/commit/analysis/summary.d.ts +2 -2
- package/dist/types/commit/changelog/generate.d.ts +3 -3
- package/dist/types/commit/changelog/index.d.ts +2 -2
- package/dist/types/commit/map-reduce/index.d.ts +3 -3
- package/dist/types/commit/map-reduce/map-phase.d.ts +2 -2
- package/dist/types/commit/map-reduce/reduce-phase.d.ts +2 -2
- package/dist/types/commit/model-selection.d.ts +10 -4
- package/dist/types/commit/shared-llm.d.ts +1 -1
- package/dist/types/config/api-key-resolver.d.ts +43 -0
- package/dist/types/config/append-only-context-mode.d.ts +2 -1
- package/dist/types/config/keybindings.d.ts +12 -7
- package/dist/types/config/model-discovery.d.ts +57 -0
- package/dist/types/config/model-equivalence.d.ts +1 -1
- package/dist/types/config/model-registry.d.ts +86 -222
- package/dist/types/config/model-resolver.d.ts +43 -12
- package/dist/types/config/model-roles.d.ts +29 -0
- package/dist/types/config/models-config-schema.d.ts +536 -43
- package/dist/types/config/models-config.d.ts +391 -0
- package/dist/types/config/settings-schema.d.ts +1202 -324
- package/dist/types/config/settings.d.ts +15 -3
- package/dist/types/dap/config.d.ts +14 -1
- package/dist/types/dap/types.d.ts +10 -0
- package/dist/types/debug/log-viewer.d.ts +1 -1
- package/dist/types/debug/raw-sse.d.ts +1 -1
- package/dist/types/debug/report-bundle.d.ts +3 -0
- package/dist/types/debug/terminal-info.d.ts +0 -1
- package/dist/types/discovery/at-imports.d.ts +15 -0
- package/dist/types/discovery/prometheus-extension-roots.d.ts +7 -7
- package/dist/types/edit/diff.d.ts +3 -2
- package/dist/types/edit/file-snapshot-store.d.ts +18 -0
- package/dist/types/edit/hashline/noop-loop-guard.d.ts +72 -0
- package/dist/types/edit/hashline/params.d.ts +1 -1
- package/dist/types/edit/index.d.ts +0 -1
- package/dist/types/edit/modes/apply-patch.d.ts +1 -1
- package/dist/types/edit/modes/patch.d.ts +1 -1
- package/dist/types/edit/modes/replace.d.ts +1 -1
- package/dist/types/edit/renderer.d.ts +1 -0
- package/dist/types/eval/__tests__/completion-bridge.test.d.ts +1 -0
- package/dist/types/eval/__tests__/helpers-local-roots.test.d.ts +1 -0
- package/dist/types/eval/__tests__/js-context-manager.test.d.ts +1 -0
- package/dist/types/eval/backend.d.ts +7 -2
- package/dist/types/eval/bridge-timeout.d.ts +1 -1
- package/dist/types/eval/completion-bridge.d.ts +25 -0
- package/dist/types/eval/idle-timeout.d.ts +1 -5
- package/dist/types/eval/js/context-manager.d.ts +1 -0
- package/dist/types/eval/js/executor.d.ts +2 -0
- package/dist/types/eval/js/index.d.ts +1 -1
- package/dist/types/eval/js/shared/helpers.d.ts +7 -1
- package/dist/types/eval/js/shared/rewrite-imports.d.ts +6 -6
- package/dist/types/eval/js/shared/runtime.d.ts +6 -1
- package/dist/types/eval/js/worker-protocol.d.ts +6 -0
- package/dist/types/eval/py/__tests__/prelude.test.d.ts +1 -0
- package/dist/types/eval/py/executor.d.ts +12 -0
- package/dist/types/eval/py/index.d.ts +1 -1
- package/dist/types/eval/py/kernel.d.ts +6 -1
- package/dist/types/eval/py/runtime.d.ts +9 -0
- package/dist/types/exa/index.d.ts +1 -19
- package/dist/types/exa/mcp-client.d.ts +10 -3
- package/dist/types/exa/types.d.ts +0 -83
- package/dist/types/exec/bash-executor.d.ts +7 -0
- package/dist/types/export/custom-share.d.ts +1 -2
- package/dist/types/export/html/index.d.ts +39 -0
- package/dist/types/export/html/template-js.d.ts +2 -0
- package/dist/types/export/share.d.ts +61 -0
- package/dist/types/export/ttsr.d.ts +14 -0
- package/dist/types/extensibility/custom-commands/types.d.ts +9 -4
- package/dist/types/extensibility/custom-tools/loader.d.ts +30 -4
- package/dist/types/extensibility/custom-tools/types.d.ts +16 -8
- package/dist/types/extensibility/extensions/index.d.ts +1 -1
- package/dist/types/extensibility/extensions/loader.d.ts +20 -1
- package/dist/types/extensibility/extensions/model-api.d.ts +17 -0
- package/dist/types/extensibility/extensions/runner.d.ts +5 -2
- package/dist/types/extensibility/extensions/types.d.ts +72 -11
- package/dist/types/extensibility/hooks/index.d.ts +2 -1
- package/dist/types/extensibility/hooks/loader.d.ts +1 -1
- package/dist/types/extensibility/hooks/types.d.ts +11 -5
- package/dist/types/extensibility/{legacy-pi-ai-shim.d.ts → legacy-package-ai-shim.d.ts} +2 -2
- package/dist/types/extensibility/plugins/{legacy-pi-compat.d.ts → legacy-package-compat.d.ts} +20 -3
- package/dist/types/extensibility/plugins/loader.d.ts +11 -0
- package/dist/types/extensibility/plugins/marketplace-auto-update.d.ts +8 -0
- package/dist/types/extensibility/plugins/types.d.ts +2 -2
- package/dist/types/extensibility/shared-events.d.ts +3 -3
- package/dist/types/extensibility/skills.d.ts +10 -0
- package/dist/types/extensibility/slash-commands.d.ts +1 -11
- package/dist/types/goals/guided-setup.d.ts +18 -0
- package/dist/types/goals/state.d.ts +1 -1
- package/dist/types/goals/tools/goal-tool.d.ts +1 -1
- package/dist/types/hindsight/mental-models.d.ts +17 -8
- package/dist/types/hindsight/transcript.d.ts +1 -1
- package/dist/types/index.d.ts +5 -0
- package/dist/types/internal-urls/artifact-protocol.d.ts +2 -2
- package/dist/types/internal-urls/history-protocol.d.ts +14 -0
- package/dist/types/internal-urls/index.d.ts +1 -0
- package/dist/types/internal-urls/local-protocol.d.ts +14 -2
- package/dist/types/internal-urls/types.d.ts +1 -1
- package/dist/types/irc/bus.d.ts +79 -0
- package/dist/types/lib/xai-http.d.ts +1 -1
- package/dist/types/lsp/client.d.ts +10 -0
- package/dist/types/lsp/config.d.ts +2 -2
- package/dist/types/lsp/edits.d.ts +9 -0
- package/dist/types/lsp/format-options.d.ts +32 -0
- package/dist/types/lsp/index.d.ts +2 -7
- package/dist/types/lsp/types.d.ts +13 -1
- package/dist/types/lsp/utils.d.ts +6 -2
- package/dist/types/main.d.ts +23 -8
- package/dist/types/mcp/json-rpc.d.ts +5 -0
- package/dist/types/mcp/manager.d.ts +8 -0
- package/dist/types/mcp/oauth-discovery.d.ts +6 -1
- package/dist/types/mcp/oauth-flow.d.ts +13 -3
- package/dist/types/mcp/startup-events.d.ts +11 -0
- package/dist/types/mcp/tool-bridge.d.ts +2 -0
- package/dist/types/mcp/transports/stdio.d.ts +13 -0
- package/dist/types/mcp/types.d.ts +2 -0
- package/dist/types/memories/index.d.ts +7 -15
- package/dist/types/memories/storage.d.ts +0 -10
- package/dist/types/memory-backend/index.d.ts +3 -1
- package/dist/types/memory-backend/local-backend.d.ts +4 -3
- package/dist/types/memory-backend/resolve.d.ts +2 -2
- package/dist/types/memory-backend/runtime.d.ts +4 -0
- package/dist/types/memory-backend/types.d.ts +67 -2
- package/dist/types/mnemopi/config.d.ts +31 -1
- package/dist/types/mnemopi/state.d.ts +40 -2
- package/dist/types/modes/acp/acp-agent.d.ts +1 -2
- package/dist/types/modes/components/agent-dashboard.d.ts +17 -1
- package/dist/types/modes/components/agent-hub.d.ts +82 -0
- package/dist/types/modes/components/assistant-message.d.ts +5 -12
- package/dist/types/modes/components/bash-execution.d.ts +1 -1
- package/dist/types/modes/components/chat-block.d.ts +64 -0
- package/dist/types/modes/components/collab-prompt-message.d.ts +10 -0
- package/dist/types/modes/components/compaction-summary-message.d.ts +25 -5
- package/dist/types/modes/components/copy-selector.d.ts +1 -1
- package/dist/types/modes/components/custom-editor.d.ts +49 -2
- package/dist/types/modes/components/custom-editor.test.d.ts +1 -0
- package/dist/types/modes/components/dynamic-border.d.ts +1 -1
- package/dist/types/modes/components/extensions/extension-dashboard.d.ts +1 -1
- package/dist/types/modes/components/extensions/extension-list.d.ts +1 -1
- package/dist/types/modes/components/extensions/inspector-panel.d.ts +1 -1
- package/dist/types/modes/components/footer.d.ts +1 -1
- package/dist/types/modes/components/hook-editor.d.ts +5 -0
- package/dist/types/modes/components/hook-input.d.ts +4 -0
- package/dist/types/modes/components/hook-selector.d.ts +5 -7
- package/dist/types/modes/components/index.d.ts +1 -0
- package/dist/types/modes/components/late-diagnostics-message.d.ts +20 -0
- package/dist/types/modes/components/logout-account-selector.d.ts +8 -0
- package/dist/types/modes/components/mcp-add-wizard.d.ts +2 -1
- package/dist/types/modes/components/model-selector.d.ts +1 -1
- package/dist/types/modes/components/oauth-selector.d.ts +10 -1
- package/dist/types/modes/components/overlay-box.d.ts +17 -0
- package/dist/types/modes/components/plan-review-overlay.d.ts +61 -0
- package/dist/types/modes/components/plan-toc.d.ts +41 -0
- package/dist/types/modes/components/read-tool-group.d.ts +8 -0
- package/dist/types/modes/components/reset-usage-selector.d.ts +12 -0
- package/dist/types/modes/components/segment-track.d.ts +11 -6
- package/dist/types/modes/components/session-selector.d.ts +18 -9
- package/dist/types/modes/components/settings-defs.d.ts +9 -2
- package/dist/types/modes/components/settings-selector.d.ts +17 -4
- package/dist/types/modes/components/snapcompact-shape-preview.d.ts +31 -0
- package/dist/types/modes/components/status-line/component.d.ts +61 -0
- package/dist/types/modes/components/status-line/index.d.ts +1 -0
- package/dist/types/modes/components/status-line/types.d.ts +47 -3
- package/dist/types/modes/components/tiny-title-download-progress.d.ts +1 -1
- package/dist/types/modes/components/tool-execution.d.ts +49 -2
- package/dist/types/modes/components/transcript-container.d.ts +76 -26
- package/dist/types/modes/components/tree-selector.d.ts +2 -2
- package/dist/types/modes/components/ttsr-notification.d.ts +5 -1
- package/dist/types/modes/components/usage-row.d.ts +3 -0
- package/dist/types/modes/components/user-message-selector.d.ts +1 -1
- package/dist/types/modes/components/user-message.d.ts +2 -1
- package/dist/types/modes/components/visual-truncate.d.ts +1 -1
- package/dist/types/modes/components/welcome.d.ts +12 -2
- package/dist/types/modes/controllers/command-controller.d.ts +3 -2
- package/dist/types/modes/controllers/event-controller.d.ts +7 -1
- package/dist/types/modes/controllers/extension-ui-controller.d.ts +0 -1
- package/dist/types/modes/controllers/input-controller.d.ts +25 -3
- package/dist/types/modes/controllers/mcp-command-controller.d.ts +8 -0
- package/dist/types/modes/controllers/selector-controller.d.ts +5 -2
- package/dist/types/modes/controllers/session-focus-controller.d.ts +31 -0
- package/dist/types/modes/controllers/streaming-reveal.d.ts +22 -0
- package/dist/types/modes/controllers/tan-command-controller.d.ts +6 -0
- package/dist/types/modes/controllers/tool-args-reveal.d.ts +43 -0
- package/dist/types/modes/gradient-highlight.d.ts +9 -4
- package/dist/types/modes/image-references.d.ts +14 -3
- package/dist/types/modes/index.d.ts +8 -7
- package/dist/types/modes/interactive-mode.d.ts +92 -16
- package/dist/types/modes/magic-keywords.d.ts +14 -2
- package/dist/types/modes/markdown-prose.d.ts +1 -1
- package/dist/types/modes/oauth-manual-input.d.ts +7 -0
- package/dist/types/modes/rpc/rpc-client.d.ts +48 -2
- package/dist/types/modes/rpc/rpc-mode.d.ts +67 -2
- package/dist/types/modes/rpc/rpc-subagents.d.ts +24 -0
- package/dist/types/modes/rpc/rpc-types.d.ts +113 -1
- package/dist/types/modes/runtime-init.d.ts +4 -0
- package/dist/types/modes/session-observer-registry.d.ts +9 -0
- package/dist/types/modes/setup-version.d.ts +11 -0
- package/dist/types/modes/setup-wizard/index.d.ts +7 -2
- package/dist/types/modes/setup-wizard/lazy.d.ts +2 -0
- package/dist/types/modes/setup-wizard/scenes/sign-in.d.ts +4 -1
- package/dist/types/modes/setup-wizard/scenes/types.d.ts +11 -2
- package/dist/types/modes/setup-wizard/scenes/web-search.d.ts +6 -2
- package/dist/types/modes/setup-wizard/wizard-overlay.d.ts +1 -1
- package/dist/types/modes/theme/theme.d.ts +42 -7
- package/dist/types/modes/types.d.ts +62 -13
- package/dist/types/modes/utils/context-usage.d.ts +6 -1
- package/dist/types/modes/utils/copy-targets.d.ts +21 -1
- package/dist/types/modes/utils/ui-helpers.d.ts +4 -4
- package/dist/types/modes/workflow.d.ts +3 -3
- package/dist/types/plan-mode/approved-plan.d.ts +27 -8
- package/dist/types/plan-mode/plan-protection.d.ts +4 -4
- package/dist/types/registry/agent-lifecycle.d.ts +51 -0
- package/dist/types/registry/agent-registry.d.ts +33 -5
- package/dist/types/sdk.d.ts +46 -4
- package/dist/types/secrets/index.d.ts +1 -1
- package/dist/types/secrets/obfuscator.d.ts +9 -3
- package/dist/types/session/agent-session.d.ts +136 -66
- package/dist/types/session/agent-storage.d.ts +2 -1
- package/dist/types/session/auth-broker-config.d.ts +4 -0
- package/dist/types/session/auth-storage.d.ts +1 -1
- package/dist/types/session/codex-auto-reset.d.ts +111 -0
- package/dist/types/session/indexed-session-storage.d.ts +3 -3
- package/dist/types/session/messages.d.ts +26 -15
- package/dist/types/session/session-context.d.ts +39 -0
- package/dist/types/session/session-entries.d.ts +159 -0
- package/dist/types/session/session-history-format.d.ts +12 -0
- package/dist/types/session/session-listing.d.ts +69 -0
- package/dist/types/session/session-loader.d.ts +16 -0
- package/dist/types/session/session-manager.d.ts +107 -440
- package/dist/types/session/session-migrations.d.ts +12 -0
- package/dist/types/session/session-paths.d.ts +25 -0
- package/dist/types/session/session-persistence.d.ts +8 -0
- package/dist/types/session/session-storage.d.ts +11 -7
- package/dist/types/session/snapcompact-inline.d.ts +145 -0
- package/dist/types/session/snapcompact-savings-journal.d.ts +46 -0
- package/dist/types/session/streaming-output.d.ts +46 -0
- package/dist/types/session/tool-choice-queue.d.ts +6 -6
- package/dist/types/session/yield-queue.d.ts +10 -1
- package/dist/types/slash-commands/acp-builtins.d.ts +16 -0
- package/dist/types/slash-commands/available-commands.d.ts +34 -0
- package/dist/types/slash-commands/builtin-registry.d.ts +10 -0
- package/dist/types/slash-commands/helpers/active-oauth-account.d.ts +14 -0
- package/dist/types/slash-commands/helpers/logout.d.ts +15 -0
- package/dist/types/slash-commands/helpers/reset-usage.d.ts +27 -0
- package/dist/types/slash-commands/helpers/stats-dashboard.d.ts +13 -0
- package/dist/types/slash-commands/types.d.ts +5 -9
- package/dist/types/ssh/connection-manager.d.ts +8 -0
- package/dist/types/stt/asr-client.d.ts +90 -0
- package/dist/types/stt/asr-protocol.d.ts +97 -0
- package/dist/types/stt/asr-worker.d.ts +2 -0
- package/dist/types/stt/downloader.d.ts +38 -0
- package/dist/types/stt/endpointer.d.ts +59 -0
- package/dist/types/stt/index.d.ts +5 -1
- package/dist/types/stt/models.d.ts +120 -0
- package/dist/types/stt/recorder.d.ts +17 -0
- package/dist/types/stt/stt-controller.d.ts +6 -0
- package/dist/types/stt/transcriber.d.ts +5 -7
- package/dist/types/stt/wav.d.ts +29 -0
- package/dist/types/system-prompt.d.ts +9 -1
- package/dist/types/task/commands.d.ts +1 -1
- package/dist/types/task/discovery.d.ts +1 -2
- package/dist/types/task/executor.d.ts +61 -2
- package/dist/types/task/index.d.ts +37 -6
- package/dist/types/task/output-manager.d.ts +0 -7
- package/dist/types/task/parallel.d.ts +2 -2
- package/dist/types/task/prometheus-command.d.ts +2 -2
- package/dist/types/task/render.d.ts +20 -7
- package/dist/types/task/repair-args.d.ts +8 -7
- package/dist/types/task/types.d.ts +109 -52
- package/dist/types/task/worktree.d.ts +2 -0
- package/dist/types/telemetry-export.d.ts +2 -2
- package/dist/types/thinking.d.ts +4 -0
- package/dist/types/tiny/models.d.ts +1 -1
- package/dist/types/tiny/title-client.d.ts +12 -1
- package/dist/types/tiny/title-protocol.d.ts +1 -0
- package/dist/types/tools/archive-reader.d.ts +5 -0
- package/dist/types/tools/ask.d.ts +6 -1
- package/dist/types/tools/ast-edit.d.ts +4 -1
- package/dist/types/tools/ast-grep.d.ts +4 -1
- package/dist/types/tools/bash.d.ts +5 -2
- package/dist/types/tools/browser/attach.d.ts +4 -4
- package/dist/types/tools/browser/cmux/cmux-tab.d.ts +202 -0
- package/dist/types/tools/browser/cmux/rpc.d.ts +70 -0
- package/dist/types/tools/browser/cmux/socket-client.d.ts +19 -0
- package/dist/types/tools/browser/registry.d.ts +17 -3
- package/dist/types/tools/browser/render.d.ts +2 -0
- package/dist/types/tools/browser/tab-protocol.d.ts +2 -0
- package/dist/types/tools/browser/tab-supervisor.d.ts +16 -4
- package/dist/types/tools/browser/tab-worker.d.ts +18 -1
- package/dist/types/tools/browser.d.ts +3 -1
- package/dist/types/tools/checkpoint.d.ts +1 -1
- package/dist/types/tools/conflict-detect.d.ts +16 -0
- package/dist/types/tools/debug.d.ts +1 -1
- package/dist/types/tools/eval-render.d.ts +1 -8
- package/dist/types/tools/eval.d.ts +9 -1
- package/dist/types/tools/fetch.d.ts +17 -8
- package/dist/types/tools/find.d.ts +1 -8
- package/dist/types/tools/gh-cache-invalidation.d.ts +6 -0
- package/dist/types/tools/gh.d.ts +4 -1
- package/dist/types/tools/github-cache.d.ts +19 -0
- package/dist/types/tools/grouped-file-output.d.ts +46 -12
- package/dist/types/tools/image-gen.d.ts +1 -1
- package/dist/types/tools/index.d.ts +89 -8
- package/dist/types/tools/inspect-image.d.ts +1 -1
- package/dist/types/tools/irc.d.ts +79 -39
- package/dist/types/tools/job.d.ts +8 -2
- package/dist/types/tools/learn.d.ts +51 -0
- package/dist/types/tools/manage-skill.d.ts +40 -0
- package/dist/types/tools/memory-edit.d.ts +2 -2
- package/dist/types/tools/memory-recall.d.ts +1 -1
- package/dist/types/tools/memory-reflect.d.ts +1 -1
- package/dist/types/tools/memory-render.d.ts +4 -1
- package/dist/types/tools/memory-retain.d.ts +1 -1
- package/dist/types/tools/path-utils.d.ts +17 -5
- package/dist/types/tools/plan-mode-guard.d.ts +18 -9
- package/dist/types/tools/read.d.ts +3 -2
- package/dist/types/tools/render-mermaid.d.ts +1 -1
- package/dist/types/tools/render-utils.d.ts +47 -27
- package/dist/types/tools/renderers.d.ts +10 -2
- package/dist/types/tools/report-tool-issue.d.ts +6 -1
- package/dist/types/tools/resolve.d.ts +1 -1
- package/dist/types/tools/review.d.ts +1 -1
- package/dist/types/tools/search-tool-bm25.d.ts +1 -1
- package/dist/types/tools/search.d.ts +7 -3
- package/dist/types/tools/sqlite-reader.d.ts +4 -0
- package/dist/types/tools/ssh.d.ts +2 -1
- package/dist/types/tools/todo.d.ts +7 -15
- package/dist/types/tools/tool-result.d.ts +2 -0
- package/dist/types/tools/tool-timeouts.d.ts +1 -1
- package/dist/types/tools/tts.d.ts +26 -1
- package/dist/types/tools/write.d.ts +6 -3
- package/dist/types/tools/yield.d.ts +8 -0
- package/dist/types/tts/downloader.d.ts +20 -0
- package/dist/types/tts/index.d.ts +8 -0
- package/dist/types/tts/models.d.ts +82 -0
- package/dist/types/tts/player.d.ts +32 -0
- package/dist/types/tts/runtime.d.ts +6 -0
- package/dist/types/tts/streaming-player.d.ts +41 -0
- package/dist/types/tts/tts-client.d.ts +93 -0
- package/dist/types/tts/tts-protocol.d.ts +95 -0
- package/dist/types/tts/tts-worker.d.ts +2 -0
- package/dist/types/tts/vocalizer.d.ts +41 -0
- package/dist/types/tts/wav.d.ts +8 -0
- package/dist/types/tui/code-cell.d.ts +0 -2
- package/dist/types/tui/hyperlink.d.ts +13 -7
- package/dist/types/tui/output-block.d.ts +16 -22
- package/dist/types/tui/status-line.d.ts +3 -0
- package/dist/types/utils/block-context.d.ts +35 -0
- package/dist/types/utils/changelog.d.ts +8 -0
- package/dist/types/utils/clipboard.d.ts +4 -3
- package/dist/types/utils/enhanced-paste.d.ts +20 -0
- package/dist/types/utils/file-mentions.d.ts +7 -0
- package/dist/types/utils/git.d.ts +22 -3
- package/dist/types/utils/image-loading.d.ts +30 -1
- package/dist/types/utils/session-color.d.ts +15 -3
- package/dist/types/utils/thinking-display.d.ts +17 -0
- package/dist/types/utils/title-generator.d.ts +3 -2
- package/dist/types/utils/tool-choice.d.ts +8 -0
- package/dist/types/utils/tools-manager.d.ts +2 -1
- package/dist/types/web/kagi.d.ts +2 -2
- package/dist/types/web/parallel.d.ts +3 -0
- package/dist/types/web/scrapers/github.d.ts +22 -0
- package/dist/types/web/scrapers/readthedocs.d.ts +3 -0
- package/dist/types/web/scrapers/types.d.ts +12 -0
- package/dist/types/web/search/index.d.ts +1 -1
- package/dist/types/web/search/providers/anthropic.d.ts +2 -1
- package/dist/types/web/search/providers/base.d.ts +2 -1
- package/dist/types/web/search/providers/brave.d.ts +2 -1
- package/dist/types/web/search/providers/codex.d.ts +2 -1
- package/dist/types/web/search/providers/exa.d.ts +2 -1
- package/dist/types/web/search/providers/gemini.d.ts +10 -6
- package/dist/types/web/search/providers/jina.d.ts +7 -2
- package/dist/types/web/search/providers/kagi.d.ts +7 -2
- package/dist/types/web/search/providers/kimi.d.ts +7 -2
- package/dist/types/web/search/providers/parallel.d.ts +2 -1
- package/dist/types/web/search/providers/perplexity.d.ts +10 -2
- package/dist/types/web/search/providers/searxng.d.ts +2 -1
- package/dist/types/web/search/providers/synthetic.d.ts +7 -3
- package/dist/types/web/search/providers/tavily.d.ts +2 -1
- package/dist/types/web/search/providers/zai.d.ts +2 -1
- package/dist/types/web/search/types.d.ts +1 -1
- package/examples/extensions/api-demo.ts +2 -2
- package/package.json +41 -15
- package/scripts/bench-guard.ts +71 -0
- package/scripts/build-binary.ts +24 -25
- package/scripts/bundle-dist.ts +97 -0
- package/scripts/generate-share-viewer.ts +34 -0
- package/scripts/prometheus +42 -0
- package/scripts/prometheus.ts +20 -0
- package/src/async/index.ts +0 -1
- package/src/async/job-manager.ts +106 -3
- package/src/auto-thinking/classifier.ts +2 -1
- package/src/autolearn/controller.ts +139 -0
- package/src/autolearn/managed-skills.ts +257 -0
- package/src/autoresearch/dashboard.ts +1 -1
- package/src/autoresearch/prompt-setup.md +6 -6
- package/src/autoresearch/prompt.md +6 -6
- package/src/autoresearch/state.ts +1 -1
- package/src/autoresearch/storage.ts +2 -1
- package/src/autoresearch/tools/init-experiment.ts +1 -1
- package/src/autoresearch/tools/log-experiment.ts +1 -1
- package/src/autoresearch/tools/run-experiment.ts +1 -1
- package/src/autoresearch/tools/update-notes.ts +1 -1
- package/src/autoresearch/types.ts +1 -1
- package/src/capability/context-file.ts +0 -14
- package/src/capability/fs.ts +10 -0
- package/src/capability/index.ts +1 -6
- package/src/capability/mcp.ts +1 -0
- package/src/capability/rule-buckets.ts +4 -2
- package/src/capability/rule.ts +10 -1
- package/src/capability/types.ts +0 -4
- package/src/cli/args.ts +66 -13
- package/src/cli/auth-broker-cli.ts +6 -7
- package/src/cli/auth-gateway-cli.ts +8 -9
- package/src/cli/bench-cli.ts +437 -0
- package/src/cli/claude-trace-cli.ts +28 -50
- package/src/cli/completion-gen.ts +28 -28
- package/src/cli/dry-balance-cli.ts +56 -23
- package/src/cli/gallery-cli.ts +231 -0
- package/src/cli/gallery-fixtures/agentic.ts +407 -0
- package/src/cli/gallery-fixtures/codeintel.ts +187 -0
- package/src/cli/gallery-fixtures/edit.ts +194 -0
- package/src/cli/gallery-fixtures/fs.ts +220 -0
- package/src/cli/gallery-fixtures/index.ts +40 -0
- package/src/cli/gallery-fixtures/interaction.ts +49 -0
- package/src/cli/gallery-fixtures/memory.ts +81 -0
- package/src/cli/gallery-fixtures/misc.ts +250 -0
- package/src/cli/gallery-fixtures/search.ts +213 -0
- package/src/cli/gallery-fixtures/shell.ts +167 -0
- package/src/cli/gallery-fixtures/types.ts +57 -0
- package/src/cli/gallery-fixtures/web.ts +158 -0
- package/src/cli/gallery-screenshot.ts +279 -0
- package/src/cli/grievances-cli.ts +1 -1
- package/src/cli/list-models.ts +16 -174
- package/src/cli/models-cli.ts +429 -0
- package/src/cli/session-picker.ts +2 -1
- package/src/cli/setup-cli.ts +148 -47
- package/src/cli/setup-model-picker.ts +43 -0
- package/src/cli/startup-cwd.ts +68 -0
- package/src/cli/update-cli.ts +144 -272
- package/src/cli/usage-cli.ts +774 -0
- package/src/cli-commands.ts +36 -0
- package/src/cli.ts +141 -32
- package/src/collab/crypto.ts +63 -0
- package/src/collab/guest.ts +451 -0
- package/src/collab/host.ts +565 -0
- package/src/collab/protocol.ts +241 -0
- package/src/collab/relay-client.ts +216 -0
- package/src/commands/bench.ts +42 -0
- package/src/commands/complete.ts +1 -1
- package/src/commands/gallery.ts +52 -0
- package/src/commands/install.ts +1 -1
- package/src/commands/join.ts +39 -0
- package/src/commands/launch.ts +8 -4
- package/src/commands/models.ts +61 -0
- package/src/commands/read.ts +6 -3
- package/src/commands/say.ts +102 -0
- package/src/commands/setup.ts +1 -1
- package/src/commands/token.ts +89 -0
- package/src/commands/usage.ts +43 -0
- package/src/commit/agentic/agent.ts +2 -1
- package/src/commit/agentic/tools/analyze-file.ts +42 -20
- package/src/commit/agentic/tools/git-file-diff.ts +1 -1
- package/src/commit/agentic/tools/git-hunk.ts +1 -1
- package/src/commit/agentic/tools/git-overview.ts +1 -1
- package/src/commit/agentic/tools/propose-changelog.ts +1 -1
- package/src/commit/agentic/tools/propose-commit.ts +1 -1
- package/src/commit/agentic/tools/recent-commits.ts +1 -1
- package/src/commit/agentic/tools/schemas.ts +1 -1
- package/src/commit/agentic/tools/split-commit.ts +9 -2
- package/src/commit/analysis/conventional.ts +2 -2
- package/src/commit/analysis/summary.ts +3 -3
- package/src/commit/changelog/generate.ts +3 -3
- package/src/commit/changelog/index.ts +2 -2
- package/src/commit/map-reduce/index.ts +3 -3
- package/src/commit/map-reduce/map-phase.ts +2 -2
- package/src/commit/map-reduce/reduce-phase.ts +2 -2
- package/src/commit/model-selection.ts +35 -12
- package/src/commit/pipeline.ts +4 -4
- package/src/commit/shared-llm.ts +1 -1
- package/src/config/api-key-resolver.ts +67 -0
- package/src/config/append-only-context-mode.ts +6 -12
- package/src/config/keybindings.ts +9 -4
- package/src/config/mcp-schema.json +4 -0
- package/src/config/model-discovery.ts +574 -0
- package/src/config/model-equivalence.ts +5 -4
- package/src/config/model-registry.ts +659 -1093
- package/src/config/model-resolver.ts +374 -174
- package/src/config/model-roles.ts +88 -0
- package/src/config/models-config-schema.ts +61 -9
- package/src/config/models-config.ts +130 -0
- package/src/config/settings-schema.ts +1441 -387
- package/src/config/settings.ts +261 -69
- package/src/dap/client.ts +138 -53
- package/src/dap/config.ts +41 -2
- package/src/dap/defaults.json +1 -0
- package/src/dap/session.ts +263 -161
- package/src/dap/types.ts +10 -0
- package/src/debug/index.ts +50 -60
- package/src/debug/log-viewer.ts +1 -1
- package/src/debug/protocol-probe.ts +1 -1
- package/src/debug/raw-sse-buffer.ts +7 -4
- package/src/debug/raw-sse.ts +1 -1
- package/src/debug/report-bundle.ts +9 -0
- package/src/debug/terminal-info.ts +0 -3
- package/src/discovery/agents-md.ts +25 -21
- package/src/discovery/agents.ts +9 -15
- package/src/discovery/at-imports.ts +273 -0
- package/src/discovery/builtin-rules/index.ts +4 -0
- package/src/discovery/builtin-rules/ts-no-test-timers.md +55 -0
- package/src/discovery/builtin-rules/ts-redundant-clear-guard.md +75 -0
- package/src/discovery/builtin.ts +45 -23
- package/src/discovery/claude-plugins.ts +44 -5
- package/src/discovery/helpers.ts +50 -9
- package/src/discovery/prometheus-extension-roots.ts +10 -10
- package/src/discovery/prometheus-plugins.ts +10 -10
- package/src/edit/diff.ts +191 -4
- package/src/edit/file-snapshot-store.ts +34 -1
- package/src/edit/hashline/block-resolver.ts +20 -1
- package/src/edit/hashline/diff.ts +123 -2
- package/src/edit/hashline/execute.ts +60 -4
- package/src/edit/hashline/filesystem.ts +2 -1
- package/src/edit/hashline/noop-loop-guard.ts +99 -0
- package/src/edit/hashline/params.ts +1 -1
- package/src/edit/index.ts +47 -18
- package/src/edit/modes/apply-patch.ts +1 -1
- package/src/edit/modes/patch.ts +59 -3
- package/src/edit/modes/replace.ts +58 -24
- package/src/edit/notebook.ts +22 -2
- package/src/edit/renderer.ts +315 -151
- package/src/eval/__tests__/agent-bridge.test.ts +105 -39
- package/src/eval/__tests__/budget-bridge.test.ts +1 -1
- package/src/eval/__tests__/completion-bridge.test.ts +412 -0
- package/src/eval/__tests__/helpers-local-roots.test.ts +58 -0
- package/src/eval/__tests__/js-context-manager.test.ts +241 -0
- package/src/eval/__tests__/llm-bridge.test.ts +6 -4
- package/src/eval/__tests__/shared-executors.test.ts +34 -92
- package/src/eval/agent-bridge.ts +39 -23
- package/src/eval/backend.ts +15 -2
- package/src/eval/bridge-timeout.ts +1 -1
- package/src/eval/completion-bridge.ts +203 -0
- package/src/eval/idle-timeout.ts +3 -10
- package/src/eval/js/context-manager.ts +108 -31
- package/src/eval/js/executor.ts +9 -2
- package/src/eval/js/index.ts +7 -3
- package/src/eval/js/shared/helpers.ts +59 -13
- package/src/eval/js/shared/local-module-loader.ts +2 -2
- package/src/eval/js/shared/prelude.txt +167 -30
- package/src/eval/js/shared/rewrite-imports.ts +58 -34
- package/src/eval/js/shared/runtime.ts +24 -16
- package/src/eval/js/tool-bridge.ts +4 -0
- package/src/eval/js/worker-core.ts +1 -0
- package/src/eval/js/worker-entry.ts +6 -0
- package/src/eval/js/worker-protocol.ts +6 -0
- package/src/eval/llm-bridge.ts +2 -1
- package/src/eval/py/__tests__/prelude.test.ts +19 -0
- package/src/eval/py/executor.ts +70 -26
- package/src/eval/py/index.ts +13 -4
- package/src/eval/py/kernel.ts +48 -9
- package/src/eval/py/prelude.py +73 -24
- package/src/eval/py/runner.py +133 -28
- package/src/eval/py/runtime.ts +38 -1
- package/src/exa/index.ts +1 -26
- package/src/exa/mcp-client.ts +10 -10
- package/src/exa/types.ts +0 -97
- package/src/exec/bash-executor.ts +104 -7
- package/src/export/custom-share.ts +1 -1
- package/src/export/html/index.ts +119 -17
- package/src/export/html/share-loader.js +102 -0
- package/src/export/html/template-js.ts +6 -0
- package/src/export/html/template.css +745 -459
- package/src/export/html/template.css.d.ts +2 -0
- package/src/export/html/template.html +6 -3
- package/src/export/html/template.js +277 -891
- package/src/export/html/tool-views.generated.d.ts +2 -0
- package/src/export/html/tool-views.generated.js +38 -0
- package/src/export/share.ts +269 -0
- package/src/export/ttsr.ts +122 -1
- package/src/extensibility/custom-commands/loader.ts +7 -4
- package/src/extensibility/custom-commands/types.ts +9 -4
- package/src/extensibility/custom-tools/loader.ts +51 -23
- package/src/extensibility/custom-tools/types.ts +16 -8
- package/src/extensibility/extensions/get-commands-handler.ts +2 -1
- package/src/extensibility/extensions/index.ts +1 -0
- package/src/extensibility/extensions/loader.ts +70 -20
- package/src/extensibility/extensions/model-api.ts +41 -0
- package/src/extensibility/extensions/runner.ts +12 -2
- package/src/extensibility/extensions/types.ts +83 -11
- package/src/extensibility/extensions/wrapper.ts +41 -5
- package/src/extensibility/hooks/index.ts +2 -1
- package/src/extensibility/hooks/loader.ts +6 -3
- package/src/extensibility/hooks/types.ts +11 -5
- package/src/extensibility/{legacy-pi-ai-shim.ts → legacy-package-ai-shim.ts} +2 -2
- package/src/extensibility/plugins/doctor.ts +1 -2
- package/src/extensibility/plugins/installer.ts +2 -2
- package/src/extensibility/plugins/{legacy-pi-compat.ts → legacy-package-compat.ts} +165 -77
- package/src/extensibility/plugins/loader.ts +34 -23
- package/src/extensibility/plugins/manager.ts +226 -95
- package/src/extensibility/plugins/marketplace-auto-update.ts +49 -0
- package/src/extensibility/plugins/types.ts +3 -3
- package/src/extensibility/shared-events.ts +3 -3
- package/src/extensibility/skills.ts +113 -9
- package/src/extensibility/slash-commands.ts +1 -97
- package/src/goals/guided-setup.ts +133 -0
- package/src/goals/state.ts +1 -1
- package/src/goals/tools/goal-tool.ts +38 -28
- package/src/hindsight/bank.ts +17 -2
- package/src/hindsight/client.ts +27 -2
- package/src/hindsight/mental-models.ts +59 -12
- package/src/hindsight/state.ts +12 -3
- package/src/hindsight/transcript.ts +1 -1
- package/src/index.ts +5 -0
- package/src/internal-urls/artifact-protocol.ts +11 -2
- package/src/internal-urls/docs-index.generated.ts +9 -7
- package/src/internal-urls/history-protocol.ts +113 -0
- package/src/internal-urls/index.ts +1 -0
- package/src/internal-urls/issue-pr-protocol.ts +22 -9
- package/src/internal-urls/local-protocol.ts +42 -7
- package/src/internal-urls/memory-protocol.ts +4 -31
- package/src/internal-urls/router.ts +3 -1
- package/src/internal-urls/types.ts +1 -1
- package/src/irc/bus.ts +303 -0
- package/src/lib/xai-http.ts +3 -3
- package/src/lsp/client.ts +245 -104
- package/src/lsp/clients/biome-client.ts +101 -39
- package/src/lsp/clients/lsp-linter-client.ts +2 -10
- package/src/lsp/config.ts +15 -5
- package/src/lsp/defaults.json +6 -0
- package/src/lsp/edits.ts +143 -95
- package/src/lsp/format-options.ts +119 -0
- package/src/lsp/index.ts +233 -93
- package/src/lsp/render.ts +11 -35
- package/src/lsp/types.ts +13 -1
- package/src/lsp/utils.ts +31 -12
- package/src/main.ts +396 -216
- package/src/mcp/config-writer.ts +7 -3
- package/src/mcp/json-rpc.ts +35 -5
- package/src/mcp/manager.ts +31 -16
- package/src/mcp/oauth-discovery.ts +34 -4
- package/src/mcp/oauth-flow.ts +61 -8
- package/src/mcp/render.ts +7 -1
- package/src/mcp/startup-events.ts +21 -0
- package/src/mcp/tool-bridge.ts +2 -0
- package/src/mcp/transports/stdio.ts +224 -4
- package/src/mcp/types.ts +2 -0
- package/src/memories/index.ts +174 -1128
- package/src/memories/storage.ts +2 -41
- package/src/memory-backend/index.ts +14 -1
- package/src/memory-backend/local-backend.ts +18 -3
- package/src/memory-backend/off-backend.ts +9 -0
- package/src/memory-backend/resolve.ts +4 -6
- package/src/memory-backend/runtime.ts +66 -0
- package/src/memory-backend/types.ts +82 -2
- package/src/mnemopi/backend.ts +220 -28
- package/src/mnemopi/config.ts +138 -33
- package/src/mnemopi/state.ts +91 -11
- package/src/modes/acp/acp-agent.ts +149 -142
- package/src/modes/acp/acp-event-mapper.ts +5 -1
- package/src/modes/components/agent-dashboard.ts +17 -11
- package/src/modes/components/agent-hub.ts +1346 -0
- package/src/modes/components/assistant-message.ts +190 -80
- package/src/modes/components/bash-execution.ts +1 -1
- package/src/modes/components/btw-panel.ts +5 -1
- package/src/modes/components/chat-block.ts +111 -0
- package/src/modes/components/collab-prompt-message.ts +30 -0
- package/src/modes/components/compaction-summary-message.ts +168 -33
- package/src/modes/components/copy-selector.ts +2 -45
- package/src/modes/components/custom-editor.test.ts +96 -0
- package/src/modes/components/custom-editor.ts +405 -118
- package/src/modes/components/custom-message.ts +1 -3
- package/src/modes/components/diff.ts +13 -2
- package/src/modes/components/dynamic-border.ts +12 -3
- package/src/modes/components/execution-shared.ts +1 -2
- package/src/modes/components/extensions/extension-dashboard.ts +8 -5
- package/src/modes/components/extensions/extension-list.ts +1 -1
- package/src/modes/components/extensions/inspector-panel.ts +7 -3
- package/src/modes/components/extensions/state-manager.ts +36 -41
- package/src/modes/components/footer.ts +4 -2
- package/src/modes/components/history-search.ts +1 -1
- package/src/modes/components/hook-editor.ts +8 -0
- package/src/modes/components/hook-input.ts +8 -0
- package/src/modes/components/hook-message.ts +1 -3
- package/src/modes/components/hook-selector.ts +6 -7
- package/src/modes/components/index.ts +1 -0
- package/src/modes/components/late-diagnostics-message.ts +60 -0
- package/src/modes/components/login-dialog.ts +1 -1
- package/src/modes/components/logout-account-selector.ts +130 -0
- package/src/modes/components/mcp-add-wizard.ts +14 -1
- package/src/modes/components/model-selector.ts +177 -75
- package/src/modes/components/oauth-selector.ts +102 -16
- package/src/modes/components/overlay-box.ts +108 -0
- package/src/modes/components/plan-review-overlay.ts +845 -0
- package/src/modes/components/plan-toc.ts +138 -0
- package/src/modes/components/plugin-settings.ts +22 -5
- package/src/modes/components/read-tool-group.ts +442 -39
- package/src/modes/components/reset-usage-selector.ts +161 -0
- package/src/modes/components/segment-track.ts +44 -7
- package/src/modes/components/session-selector.ts +97 -37
- package/src/modes/components/settings-defs.ts +28 -6
- package/src/modes/components/settings-selector.ts +541 -93
- package/src/modes/components/skill-message.ts +0 -1
- package/src/modes/components/snapcompact-shape-preview-doc.md +11 -0
- package/src/modes/components/snapcompact-shape-preview.ts +193 -0
- package/src/modes/components/{status-line.ts → status-line/component.ts} +205 -168
- package/src/modes/components/status-line/index.ts +1 -0
- package/src/modes/components/status-line/presets.ts +3 -3
- package/src/modes/components/status-line/segments.ts +26 -7
- package/src/modes/components/status-line/types.ts +40 -9
- package/src/modes/components/tiny-title-download-progress.ts +1 -1
- package/src/modes/components/tips.txt +7 -3
- package/src/modes/components/todo-reminder.ts +0 -2
- package/src/modes/components/tool-execution.ts +236 -103
- package/src/modes/components/transcript-container.ts +724 -99
- package/src/modes/components/tree-selector.ts +19 -4
- package/src/modes/components/ttsr-notification.ts +72 -30
- package/src/modes/components/usage-row.ts +18 -0
- package/src/modes/components/user-message-selector.ts +1 -1
- package/src/modes/components/user-message.ts +28 -12
- package/src/modes/components/visual-truncate.ts +1 -1
- package/src/modes/components/welcome.ts +80 -22
- package/src/modes/controllers/command-controller-shared.ts +7 -6
- package/src/modes/controllers/command-controller.ts +210 -180
- package/src/modes/controllers/event-controller.ts +352 -142
- package/src/modes/controllers/extension-ui-controller.ts +167 -208
- package/src/modes/controllers/input-controller.ts +778 -162
- package/src/modes/controllers/mcp-command-controller.ts +232 -80
- package/src/modes/controllers/selector-controller.ts +284 -145
- package/src/modes/controllers/session-focus-controller.ts +112 -0
- package/src/modes/controllers/ssh-command-controller.ts +2 -2
- package/src/modes/controllers/streaming-reveal.ts +295 -0
- package/src/modes/controllers/tan-command-controller.ts +173 -0
- package/src/modes/controllers/tool-args-reveal.ts +174 -0
- package/src/modes/gradient-highlight.ts +21 -9
- package/src/modes/image-references.ts +33 -7
- package/src/modes/index.ts +8 -25
- package/src/modes/interactive-mode.ts +840 -186
- package/src/modes/magic-keywords.ts +28 -6
- package/src/modes/markdown-prose.ts +1 -1
- package/src/modes/oauth-manual-input.ts +30 -3
- package/src/modes/rpc/rpc-client.ts +186 -3
- package/src/modes/rpc/rpc-mode.ts +318 -24
- package/src/modes/rpc/rpc-subagents.ts +265 -0
- package/src/modes/rpc/rpc-types.ts +111 -2
- package/src/modes/runtime-init.ts +28 -3
- package/src/modes/session-observer-registry.ts +72 -3
- package/src/modes/setup-version.ts +11 -0
- package/src/modes/setup-wizard/index.ts +16 -4
- package/src/modes/setup-wizard/lazy.ts +16 -0
- package/src/modes/setup-wizard/scenes/glyph.ts +25 -7
- package/src/modes/setup-wizard/scenes/providers.ts +45 -12
- package/src/modes/setup-wizard/scenes/sign-in.ts +14 -13
- package/src/modes/setup-wizard/scenes/splash.ts +1 -1
- package/src/modes/setup-wizard/scenes/theme.ts +29 -2
- package/src/modes/setup-wizard/scenes/types.ts +11 -2
- package/src/modes/setup-wizard/scenes/web-search.ts +26 -9
- package/src/modes/setup-wizard/wizard-overlay.ts +40 -3
- package/src/modes/shared.ts +2 -0
- package/src/modes/theme/defaults/dark-poimandres.json +1 -1
- package/src/modes/theme/defaults/light-poimandres.json +1 -1
- package/src/modes/theme/shimmer.ts +20 -9
- package/src/modes/theme/theme-schema.json +1 -1
- package/src/modes/theme/theme.ts +342 -82
- package/src/modes/types.ts +60 -18
- package/src/modes/utils/context-usage.ts +88 -8
- package/src/modes/utils/copy-targets.ts +133 -27
- package/src/modes/utils/hotkeys-markdown.ts +3 -2
- package/src/modes/utils/ui-helpers.ts +191 -110
- package/src/modes/workflow.ts +10 -10
- package/src/plan-mode/approved-plan.ts +66 -43
- package/src/plan-mode/plan-protection.ts +4 -4
- package/src/priority.json +5 -1
- package/src/prompts/agents/designer.md +1 -1
- package/src/prompts/agents/explore.md +3 -3
- package/src/prompts/agents/librarian.md +2 -3
- package/src/prompts/agents/oracle.md +2 -2
- package/src/prompts/agents/plan.md +6 -6
- package/src/prompts/agents/reviewer.md +1 -1
- package/src/prompts/agents/task.md +6 -5
- package/src/prompts/bench.md +12 -0
- package/src/prompts/ci-green-request.md +5 -7
- package/src/prompts/goals/goal-budget-limit.md +2 -2
- package/src/prompts/goals/goal-continuation.md +4 -4
- package/src/prompts/goals/goal-mode-active.md +1 -1
- package/src/prompts/goals/guided-goal-interview.md +8 -0
- package/src/prompts/goals/guided-goal-system.md +12 -0
- package/src/prompts/memories/consolidation.md +2 -7
- package/src/prompts/memories/consolidation_system.md +4 -0
- package/src/prompts/memories/identity_review.md +2 -2
- package/src/prompts/memories/read-path.md +11 -10
- package/src/prompts/memories/stage_one_system.md +2 -2
- package/src/prompts/review-custom-request.md +1 -1
- package/src/prompts/system/agent-creation-architect.md +2 -2
- package/src/prompts/system/auto-continue.md +1 -1
- package/src/prompts/system/autolearn-guidance-learn.md +1 -0
- package/src/prompts/system/autolearn-guidance.md +7 -0
- package/src/prompts/system/autolearn-nudge.md +3 -0
- package/src/prompts/system/background-tan-dispatch.md +8 -0
- package/src/prompts/system/btw-user.md +2 -2
- package/src/prompts/system/commit-message-system.md +13 -1
- package/src/prompts/system/custom-system-prompt.md +1 -1
- package/src/prompts/system/eager-task.md +7 -0
- package/src/prompts/system/eager-todo.md +11 -6
- package/src/prompts/system/empty-stop-retry.md +4 -6
- package/src/prompts/system/irc-autoreply.md +6 -0
- package/src/prompts/system/irc-incoming.md +3 -4
- package/src/prompts/system/manual-continue.md +7 -0
- package/src/prompts/system/omfg-user.md +3 -4
- package/src/prompts/system/orchestrate-notice.md +10 -10
- package/src/prompts/system/personalities/default.md +26 -0
- package/src/prompts/system/personalities/friendly.md +17 -0
- package/src/prompts/system/personalities/pragmatic.md +15 -0
- package/src/prompts/system/plan-mode-active.md +70 -77
- package/src/prompts/system/plan-mode-approved.md +1 -1
- package/src/prompts/system/plan-mode-subagent.md +4 -5
- package/src/prompts/system/plan-mode-tool-decision-reminder.md +1 -1
- package/src/prompts/system/project-prompt.md +2 -2
- package/src/prompts/system/snapcompact-context-frames-note.md +1 -0
- package/src/prompts/system/snapcompact-context-stub.md +1 -0
- package/src/prompts/system/snapcompact-system-frames-note.md +1 -0
- package/src/prompts/system/snapcompact-system-stub.md +1 -0
- package/src/prompts/system/snapcompact-toolresult-note.md +1 -0
- package/src/prompts/system/subagent-system-prompt.md +7 -8
- package/src/prompts/system/system-prompt.md +28 -57
- package/src/prompts/system/tiny-title-system.md +1 -1
- package/src/prompts/system/title-marker-instruction.md +1 -0
- package/src/prompts/system/title-system-marker.md +16 -0
- package/src/prompts/system/title-system.md +16 -3
- package/src/prompts/system/ttsr-tool-reminder.md +1 -1
- package/src/prompts/system/workflow-notice.md +4 -4
- package/src/prompts/tools/ast-edit.md +1 -1
- package/src/prompts/tools/ast-grep.md +2 -2
- package/src/prompts/tools/bash.md +16 -8
- package/src/prompts/tools/browser.md +33 -43
- package/src/prompts/tools/debug.md +1 -1
- package/src/prompts/tools/eval.md +31 -51
- package/src/prompts/tools/find.md +0 -1
- package/src/prompts/tools/github.md +8 -7
- package/src/prompts/tools/goal.md +1 -1
- package/src/prompts/tools/image-gen.md +1 -1
- package/src/prompts/tools/inspect-image-system.md +1 -1
- package/src/prompts/tools/irc.md +39 -31
- package/src/prompts/tools/job.md +2 -1
- package/src/prompts/tools/learn.md +7 -0
- package/src/prompts/tools/lsp-late-diagnostic.md +8 -0
- package/src/prompts/tools/lsp.md +2 -2
- package/src/prompts/tools/manage-skill.md +9 -0
- package/src/prompts/tools/memory-edit.md +1 -1
- package/src/prompts/tools/patch.md +2 -2
- package/src/prompts/tools/read.md +31 -39
- package/src/prompts/tools/recall.md +1 -1
- package/src/prompts/tools/reflect.md +1 -1
- package/src/prompts/tools/render-mermaid.md +2 -2
- package/src/prompts/tools/replace.md +4 -10
- package/src/prompts/tools/rewind.md +2 -2
- package/src/prompts/tools/search-tool-bm25.md +1 -9
- package/src/prompts/tools/search.md +0 -1
- package/src/prompts/tools/ssh.md +0 -4
- package/src/prompts/tools/task-summary.md +5 -16
- package/src/prompts/tools/task.md +47 -31
- package/src/prompts/tools/todo.md +6 -3
- package/src/registry/agent-lifecycle.ts +218 -0
- package/src/registry/agent-registry.ts +46 -5
- package/src/sdk.ts +692 -219
- package/src/secrets/index.ts +8 -1
- package/src/secrets/obfuscator.ts +40 -19
- package/src/session/agent-session.ts +1577 -806
- package/src/session/agent-storage.ts +18 -9
- package/src/session/auth-broker-config.ts +30 -1
- package/src/session/auth-storage.ts +6 -0
- package/src/session/codex-auto-reset.ts +202 -0
- package/src/session/history-storage.ts +3 -2
- package/src/session/indexed-session-storage.ts +7 -10
- package/src/session/messages.ts +59 -95
- package/src/session/session-context.ts +352 -0
- package/src/session/session-dump-format.ts +12 -3
- package/src/session/session-entries.ts +194 -0
- package/src/session/session-history-format.ts +246 -0
- package/src/session/session-listing.ts +588 -0
- package/src/session/session-loader.ts +106 -0
- package/src/session/session-manager.ts +1003 -2920
- package/src/session/session-migrations.ts +78 -0
- package/src/session/session-paths.ts +193 -0
- package/src/session/session-persistence.ts +131 -0
- package/src/session/session-storage.ts +91 -30
- package/src/session/snapcompact-inline.ts +542 -0
- package/src/session/snapcompact-savings-journal.ts +113 -0
- package/src/session/streaming-output.ts +248 -11
- package/src/session/tool-choice-queue.ts +23 -11
- package/src/session/yield-queue.ts +20 -2
- package/src/slash-commands/acp-builtins.ts +25 -1
- package/src/slash-commands/available-commands.ts +105 -0
- package/src/slash-commands/builtin-registry.ts +575 -49
- package/src/slash-commands/helpers/active-oauth-account.ts +44 -0
- package/src/slash-commands/helpers/context-report.ts +28 -1
- package/src/slash-commands/helpers/logout.ts +88 -0
- package/src/slash-commands/helpers/reset-usage.ts +66 -0
- package/src/slash-commands/helpers/stats-dashboard.ts +85 -0
- package/src/slash-commands/helpers/usage-report.ts +38 -3
- package/src/slash-commands/types.ts +5 -9
- package/src/ssh/connection-manager.ts +27 -0
- package/src/ssh/ssh-executor.ts +60 -4
- package/src/stt/asr-client.ts +520 -0
- package/src/stt/asr-protocol.ts +65 -0
- package/src/stt/asr-worker.ts +790 -0
- package/src/stt/downloader.ts +107 -47
- package/src/stt/endpointer.ts +259 -0
- package/src/stt/index.ts +5 -1
- package/src/stt/models.ts +150 -0
- package/src/stt/recorder.ts +254 -67
- package/src/stt/stt-controller.ts +201 -22
- package/src/stt/transcriber.ts +37 -68
- package/src/stt/wav.ts +173 -0
- package/src/system-prompt.ts +52 -10
- package/src/task/agents.ts +3 -4
- package/src/task/commands.ts +3 -2
- package/src/task/discovery.ts +17 -24
- package/src/task/executor.ts +1054 -529
- package/src/task/index.ts +862 -757
- package/src/task/output-manager.ts +0 -11
- package/src/task/parallel.ts +3 -3
- package/src/task/prometheus-command.ts +2 -2
- package/src/task/render.ts +529 -182
- package/src/task/repair-args.ts +21 -9
- package/src/task/types.ts +144 -66
- package/src/task/worktree.ts +64 -56
- package/src/telemetry-export.ts +27 -9
- package/src/thinking.ts +9 -7
- package/src/tiny/models.ts +2 -2
- package/src/tiny/text.ts +5 -1
- package/src/tiny/title-client.ts +72 -20
- package/src/tiny/title-protocol.ts +1 -1
- package/src/tiny/worker.ts +23 -99
- package/src/tool-discovery/tool-index.ts +2 -0
- package/src/tools/archive-reader.ts +94 -2
- package/src/tools/ask.ts +234 -177
- package/src/tools/ast-edit.ts +136 -80
- package/src/tools/ast-grep.ts +41 -45
- package/src/tools/auto-generated-guard.ts +20 -3
- package/src/tools/bash-interactive.ts +28 -8
- package/src/tools/bash.ts +198 -35
- package/src/tools/browser/attach.ts +26 -7
- package/src/tools/browser/cmux/cmux-tab.ts +1264 -0
- package/src/tools/browser/cmux/rpc.ts +156 -0
- package/src/tools/browser/cmux/socket-client.ts +309 -0
- package/src/tools/browser/launch.ts +11 -2
- package/src/tools/browser/readable.ts +19 -2
- package/src/tools/browser/registry.ts +52 -5
- package/src/tools/browser/render.ts +13 -5
- package/src/tools/browser/tab-protocol.ts +2 -0
- package/src/tools/browser/tab-supervisor.ts +256 -34
- package/src/tools/browser/tab-worker.ts +259 -91
- package/src/tools/browser.ts +44 -2
- package/src/tools/checkpoint.ts +1 -1
- package/src/tools/conflict-detect.ts +50 -4
- package/src/tools/debug.ts +27 -12
- package/src/tools/eval-render.ts +32 -35
- package/src/tools/eval.ts +26 -12
- package/src/tools/fetch.ts +450 -99
- package/src/tools/find.ts +182 -142
- package/src/tools/gh-cache-invalidation.ts +255 -0
- package/src/tools/gh-renderer.ts +104 -51
- package/src/tools/gh.ts +232 -37
- package/src/tools/github-cache.ts +97 -7
- package/src/tools/grouped-file-output.ts +159 -52
- package/src/tools/image-gen.ts +237 -132
- package/src/tools/index.ts +147 -26
- package/src/tools/inspect-image-renderer.ts +74 -45
- package/src/tools/inspect-image.ts +12 -6
- package/src/tools/irc.ts +626 -173
- package/src/tools/job.ts +106 -29
- package/src/tools/learn.ts +144 -0
- package/src/tools/manage-skill.ts +104 -0
- package/src/tools/memory-edit.ts +4 -4
- package/src/tools/memory-recall.ts +7 -9
- package/src/tools/memory-reflect.ts +5 -9
- package/src/tools/memory-render.ts +23 -6
- package/src/tools/memory-retain.ts +4 -4
- package/src/tools/path-utils.ts +102 -48
- package/src/tools/plan-mode-guard.ts +101 -40
- package/src/tools/read.ts +475 -120
- package/src/tools/render-mermaid.ts +1 -1
- package/src/tools/render-utils.ts +132 -76
- package/src/tools/renderers.ts +12 -1
- package/src/tools/report-tool-issue.ts +14 -6
- package/src/tools/resolve.ts +20 -3
- package/src/tools/review.ts +2 -2
- package/src/tools/search-tool-bm25.ts +37 -24
- package/src/tools/search.ts +233 -115
- package/src/tools/sqlite-reader.ts +26 -17
- package/src/tools/ssh.ts +20 -14
- package/src/tools/todo.ts +197 -191
- package/src/tools/tool-result.ts +8 -0
- package/src/tools/tool-timeouts.ts +1 -1
- package/src/tools/tts.ts +205 -74
- package/src/tools/write.ts +291 -155
- package/src/tools/yield.ts +10 -1
- package/src/tts/downloader.ts +64 -0
- package/src/tts/index.ts +8 -0
- package/src/tts/models.ts +137 -0
- package/src/tts/player.ts +137 -0
- package/src/tts/runtime.ts +21 -0
- package/src/tts/streaming-player.ts +266 -0
- package/src/tts/tts-client.ts +647 -0
- package/src/tts/tts-protocol.ts +60 -0
- package/src/tts/tts-worker.ts +505 -0
- package/src/tts/vocalizer.ts +162 -0
- package/src/tts/wav.ts +58 -0
- package/src/tui/code-cell.ts +2 -7
- package/src/tui/hyperlink.ts +40 -26
- package/src/tui/output-block.ts +60 -108
- package/src/tui/status-line.ts +5 -1
- package/src/utils/block-context.ts +312 -0
- package/src/utils/changelog.ts +27 -1
- package/src/utils/clipboard.ts +91 -22
- package/src/utils/commit-message-generator.ts +8 -3
- package/src/utils/enhanced-paste.ts +230 -0
- package/src/utils/file-mentions.ts +3 -1
- package/src/utils/git.ts +315 -15
- package/src/utils/image-loading.ts +65 -4
- package/src/utils/session-color.ts +83 -9
- package/src/utils/thinking-display.ts +37 -0
- package/src/utils/title-generator.ts +73 -10
- package/src/utils/tool-choice.ts +16 -0
- package/src/utils/tools-manager.ts +19 -1
- package/src/web/kagi.ts +28 -26
- package/src/web/parallel.ts +7 -3
- package/src/web/scrapers/arxiv.ts +1 -1
- package/src/web/scrapers/github.ts +351 -3
- package/src/web/scrapers/go-pkg.ts +1 -1
- package/src/web/scrapers/iacr.ts +1 -1
- package/src/web/scrapers/readthedocs.ts +1 -1
- package/src/web/scrapers/twitter.ts +2 -1
- package/src/web/scrapers/types.ts +87 -8
- package/src/web/scrapers/wikipedia.ts +1 -1
- package/src/web/scrapers/youtube.ts +9 -3
- package/src/web/search/index.ts +15 -2
- package/src/web/search/providers/anthropic.ts +62 -21
- package/src/web/search/providers/base.ts +2 -1
- package/src/web/search/providers/brave.ts +5 -2
- package/src/web/search/providers/codex.ts +87 -51
- package/src/web/search/providers/exa.ts +101 -10
- package/src/web/search/providers/gemini.ts +49 -24
- package/src/web/search/providers/jina.ts +15 -5
- package/src/web/search/providers/kagi.ts +9 -2
- package/src/web/search/providers/kimi.ts +45 -20
- package/src/web/search/providers/parallel.ts +39 -24
- package/src/web/search/providers/perplexity.ts +226 -63
- package/src/web/search/providers/searxng.ts +19 -3
- package/src/web/search/providers/synthetic.ts +16 -11
- package/src/web/search/providers/tavily.ts +12 -9
- package/src/web/search/providers/zai.ts +22 -9
- package/src/web/search/render.ts +59 -64
- package/src/web/search/types.ts +5 -1
- package/dist/types/discovery/context-files.d.ts +0 -17
- package/dist/types/exa/factory.d.ts +0 -13
- package/dist/types/exa/render.d.ts +0 -19
- package/dist/types/exa/researcher.d.ts +0 -9
- package/dist/types/exa/search.d.ts +0 -9
- package/dist/types/exa/websets.d.ts +0 -9
- package/dist/types/export/html/template.generated.d.ts +0 -1
- package/dist/types/modes/components/session-observer-overlay.d.ts +0 -11
- package/dist/types/modes/components/status-line.d.ts +0 -77
- package/dist/types/slash-commands/headless-plan.d.ts +0 -3
- package/dist/types/stt/setup.d.ts +0 -18
- package/scripts/generate-template.ts +0 -33
- package/src/discovery/context-files.ts +0 -49
- package/src/exa/factory.ts +0 -60
- package/src/exa/render.ts +0 -244
- package/src/exa/researcher.ts +0 -36
- package/src/exa/search.ts +0 -47
- package/src/exa/websets.ts +0 -248
- package/src/export/html/template.generated.ts +0 -2
- package/src/modes/components/session-observer-overlay.ts +0 -852
- package/src/slash-commands/headless-plan.ts +0 -142
- package/src/stt/setup.ts +0 -52
- package/src/stt/transcribe.py +0 -70
- /package/dist/types/extensibility/{legacy-pi-coding-agent-shim.d.ts → legacy-package-agent-shim.d.ts} +0 -0
- /package/src/extensibility/{legacy-pi-coding-agent-shim.ts → legacy-package-agent-shim.ts} +0 -0
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
/** Unified settings schema - single source of truth for all settings.
|
|
2
|
-
* Unified settings schema - single source of truth for all settings.
|
|
3
2
|
*
|
|
4
3
|
* Each setting is defined once here with:
|
|
5
4
|
* - Type and default value
|
|
6
|
-
* - Optional UI metadata (label, description, tab)
|
|
5
|
+
* - Optional UI metadata (label, description, tab, group)
|
|
6
|
+
*
|
|
7
|
+
* UI metadata places the setting in the settings panel: `tab` picks the
|
|
8
|
+
* panel tab, `group` the titled section within it (registered in
|
|
9
|
+
* TAB_GROUPS). Sections render in TAB_GROUPS order; settings within a
|
|
10
|
+
* section keep declaration order.
|
|
7
11
|
*
|
|
8
12
|
* The Settings singleton provides type-safe path-based access:
|
|
9
13
|
* settings.get("compaction.enabled") // => boolean
|
|
10
14
|
* settings.set("theme.dark", "titanium") // sync, saves in background
|
|
11
15
|
*/
|
|
12
|
-
export type SettingTab = "appearance" | "model" | "interaction" | "context" | "memory" | "
|
|
16
|
+
export type SettingTab = "appearance" | "model" | "interaction" | "context" | "memory" | "files" | "shell" | "tools" | "tasks" | "providers" | "channels";
|
|
13
17
|
/** Tab display metadata - icon is resolved via theme.symbol() */
|
|
14
18
|
export type TabMetadata = {
|
|
15
19
|
label: string;
|
|
@@ -22,8 +26,14 @@ export declare const TAB_METADATA: Record<SettingTab, {
|
|
|
22
26
|
label: string;
|
|
23
27
|
icon: `tab.${string}`;
|
|
24
28
|
}>;
|
|
29
|
+
/**
|
|
30
|
+
* Ordered section groups per tab. Settings declare their section via `ui.group`;
|
|
31
|
+
* the settings UI renders groups in this order with a heading row between them.
|
|
32
|
+
* Ungrouped settings render first, before any section heading.
|
|
33
|
+
*/
|
|
34
|
+
export declare const TAB_GROUPS: Record<SettingTab, readonly string[]>;
|
|
25
35
|
/** Status line segment identifiers */
|
|
26
|
-
export type StatusLineSegmentId = "
|
|
36
|
+
export type StatusLineSegmentId = "pi" | "model" | "mode" | "path" | "git" | "pr" | "subagents" | "token_in" | "token_out" | "token_total" | "token_rate" | "cost" | "context_pct" | "context_total" | "time_spent" | "time" | "session" | "hostname" | "cache_read" | "cache_write" | "cache_hit" | "session_name" | "usage" | "collab";
|
|
27
37
|
/** Submenu choice metadata. */
|
|
28
38
|
export type SubmenuOption<V extends string = string> = {
|
|
29
39
|
value: V;
|
|
@@ -32,6 +42,8 @@ export type SubmenuOption<V extends string = string> = {
|
|
|
32
42
|
};
|
|
33
43
|
interface UiBase {
|
|
34
44
|
tab: SettingTab;
|
|
45
|
+
/** Section within the tab; must be listed in TAB_GROUPS[tab]. Ungrouped settings render at the top. */
|
|
46
|
+
group?: string;
|
|
35
47
|
label: string;
|
|
36
48
|
description: string;
|
|
37
49
|
/** Condition function name - setting only shown when true */
|
|
@@ -62,7 +74,7 @@ export type AnyUiMetadata = UiBase & {
|
|
|
62
74
|
};
|
|
63
75
|
interface BooleanDef {
|
|
64
76
|
type: "boolean";
|
|
65
|
-
default: boolean;
|
|
77
|
+
default: boolean | undefined;
|
|
66
78
|
ui?: UiBoolean;
|
|
67
79
|
}
|
|
68
80
|
interface StringDef {
|
|
@@ -95,16 +107,14 @@ type SettingDef = BooleanDef | StringDef | NumberDef | EnumDef<readonly string[]
|
|
|
95
107
|
export interface ModelTagDef {
|
|
96
108
|
name: string;
|
|
97
109
|
color?: string;
|
|
110
|
+
/** If true, the role is functional but not shown in the model selector UI. */
|
|
111
|
+
hidden?: boolean;
|
|
98
112
|
}
|
|
99
113
|
export interface ModelTagsSettings {
|
|
100
114
|
[key: string]: ModelTagDef;
|
|
101
115
|
}
|
|
102
116
|
export declare const DEFAULT_BASH_INTERCEPTOR_RULES: BashInterceptorRule[];
|
|
103
117
|
export declare const SETTINGS_SCHEMA: {
|
|
104
|
-
readonly lastChangelogVersion: {
|
|
105
|
-
readonly type: "string";
|
|
106
|
-
readonly default: undefined;
|
|
107
|
-
};
|
|
108
118
|
readonly setupVersion: {
|
|
109
119
|
readonly type: "number";
|
|
110
120
|
readonly default: 0;
|
|
@@ -122,6 +132,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
122
132
|
readonly default: false;
|
|
123
133
|
readonly ui: {
|
|
124
134
|
readonly tab: "channels";
|
|
135
|
+
readonly group: "Telegram";
|
|
125
136
|
readonly label: "Telegram Gateway";
|
|
126
137
|
readonly description: "Use the configured Telegram Bot API gateway when serving Prometheus externally";
|
|
127
138
|
};
|
|
@@ -132,6 +143,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
132
143
|
readonly default: "webhook";
|
|
133
144
|
readonly ui: {
|
|
134
145
|
readonly tab: "channels";
|
|
146
|
+
readonly group: "Telegram";
|
|
135
147
|
readonly label: "Telegram Connection Mode";
|
|
136
148
|
readonly description: "Use webhook ingress or Bot API long polling for Telegram updates";
|
|
137
149
|
readonly options: readonly [{
|
|
@@ -150,6 +162,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
150
162
|
readonly default: undefined;
|
|
151
163
|
readonly ui: {
|
|
152
164
|
readonly tab: "channels";
|
|
165
|
+
readonly group: "Telegram";
|
|
153
166
|
readonly label: "Telegram Bot Username";
|
|
154
167
|
readonly description: "Telegram bot username without @; setup can fill this from getMe";
|
|
155
168
|
};
|
|
@@ -159,6 +172,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
159
172
|
readonly default: undefined;
|
|
160
173
|
readonly ui: {
|
|
161
174
|
readonly tab: "channels";
|
|
175
|
+
readonly group: "Telegram";
|
|
162
176
|
readonly label: "Telegram Public URL";
|
|
163
177
|
readonly description: "HTTPS public base URL that Telegram should call through the tunnel";
|
|
164
178
|
};
|
|
@@ -168,6 +182,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
168
182
|
readonly default: "/telegram/webhook";
|
|
169
183
|
readonly ui: {
|
|
170
184
|
readonly tab: "channels";
|
|
185
|
+
readonly group: "Telegram";
|
|
171
186
|
readonly label: "Telegram Webhook Path";
|
|
172
187
|
readonly description: "HTTP path that receives Telegram webhook updates";
|
|
173
188
|
};
|
|
@@ -177,6 +192,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
177
192
|
readonly default: undefined;
|
|
178
193
|
readonly ui: {
|
|
179
194
|
readonly tab: "channels";
|
|
195
|
+
readonly group: "Telegram";
|
|
180
196
|
readonly label: "Telegram Allowed Users";
|
|
181
197
|
readonly description: "Comma-separated Telegram user IDs allowed to use the gateway";
|
|
182
198
|
};
|
|
@@ -186,6 +202,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
186
202
|
readonly default: undefined;
|
|
187
203
|
readonly ui: {
|
|
188
204
|
readonly tab: "channels";
|
|
205
|
+
readonly group: "Telegram";
|
|
189
206
|
readonly label: "Telegram Allowed Chats";
|
|
190
207
|
readonly description: "Comma-separated Telegram chat IDs allowed to use the gateway";
|
|
191
208
|
};
|
|
@@ -196,6 +213,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
196
213
|
readonly default: "shared";
|
|
197
214
|
readonly ui: {
|
|
198
215
|
readonly tab: "channels";
|
|
216
|
+
readonly group: "Telegram";
|
|
199
217
|
readonly label: "Telegram Group Scope";
|
|
200
218
|
readonly description: "Session sharing for non-threaded group chats";
|
|
201
219
|
readonly options: readonly [{
|
|
@@ -215,6 +233,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
215
233
|
readonly default: "shared";
|
|
216
234
|
readonly ui: {
|
|
217
235
|
readonly tab: "channels";
|
|
236
|
+
readonly group: "Telegram";
|
|
218
237
|
readonly label: "Telegram Thread Scope";
|
|
219
238
|
readonly description: "Session sharing for Telegram topics and direct-message topics";
|
|
220
239
|
readonly options: readonly [{
|
|
@@ -234,6 +253,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
234
253
|
readonly default: "none";
|
|
235
254
|
readonly ui: {
|
|
236
255
|
readonly tab: "channels";
|
|
256
|
+
readonly group: "Telegram";
|
|
237
257
|
readonly label: "Telegram Parse Mode";
|
|
238
258
|
readonly description: "Telegram parse_mode for bot replies";
|
|
239
259
|
readonly options: readonly [{
|
|
@@ -260,6 +280,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
260
280
|
readonly default: false;
|
|
261
281
|
readonly ui: {
|
|
262
282
|
readonly tab: "channels";
|
|
283
|
+
readonly group: "Telegram";
|
|
263
284
|
readonly label: "Telegram Silent Replies";
|
|
264
285
|
readonly description: "Send Telegram replies without notification sound";
|
|
265
286
|
};
|
|
@@ -269,6 +290,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
269
290
|
readonly default: true;
|
|
270
291
|
readonly ui: {
|
|
271
292
|
readonly tab: "channels";
|
|
293
|
+
readonly group: "Telegram";
|
|
272
294
|
readonly label: "Telegram HD Previews";
|
|
273
295
|
readonly description: "Ask Telegram to use larger media previews where the Bot API supports it";
|
|
274
296
|
};
|
|
@@ -278,6 +300,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
278
300
|
readonly default: false;
|
|
279
301
|
readonly ui: {
|
|
280
302
|
readonly tab: "channels";
|
|
303
|
+
readonly group: "Telegram";
|
|
281
304
|
readonly label: "Telegram Bot Messages";
|
|
282
305
|
readonly description: "Allow Telegram messages sent by bot accounts";
|
|
283
306
|
};
|
|
@@ -287,6 +310,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
287
310
|
readonly default: false;
|
|
288
311
|
readonly ui: {
|
|
289
312
|
readonly tab: "channels";
|
|
313
|
+
readonly group: "Telegram";
|
|
290
314
|
readonly label: "Telegram Raw Payloads";
|
|
291
315
|
readonly description: "Attach raw Telegram update payloads to gateway events for debugging";
|
|
292
316
|
};
|
|
@@ -296,6 +320,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
296
320
|
readonly default: true;
|
|
297
321
|
readonly ui: {
|
|
298
322
|
readonly tab: "channels";
|
|
323
|
+
readonly group: "Telegram";
|
|
299
324
|
readonly label: "Telegram Expressions";
|
|
300
325
|
readonly description: "Allow Prometheus to attach matching Telegram expression intents to replies";
|
|
301
326
|
};
|
|
@@ -305,6 +330,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
305
330
|
readonly default: 2;
|
|
306
331
|
readonly ui: {
|
|
307
332
|
readonly tab: "channels";
|
|
333
|
+
readonly group: "Telegram";
|
|
308
334
|
readonly label: "Telegram Expression Match";
|
|
309
335
|
readonly description: "Minimum local catalog match score before attaching a Telegram expression";
|
|
310
336
|
readonly options: readonly [{
|
|
@@ -327,6 +353,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
327
353
|
readonly default: Record<string, unknown>;
|
|
328
354
|
readonly ui: {
|
|
329
355
|
readonly tab: "channels";
|
|
356
|
+
readonly group: "Telegram";
|
|
330
357
|
readonly label: "Telegram Expression Catalog";
|
|
331
358
|
readonly description: "Searchable Telegram expression intents with sticker/GIF variants";
|
|
332
359
|
};
|
|
@@ -336,6 +363,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
336
363
|
readonly default: undefined;
|
|
337
364
|
readonly ui: {
|
|
338
365
|
readonly tab: "channels";
|
|
366
|
+
readonly group: "Telegram";
|
|
339
367
|
readonly label: "Telegram Expression File";
|
|
340
368
|
readonly description: "Optional JSON catalog path for Telegram expression intents";
|
|
341
369
|
};
|
|
@@ -345,6 +373,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
345
373
|
readonly default: false;
|
|
346
374
|
readonly ui: {
|
|
347
375
|
readonly tab: "interaction";
|
|
376
|
+
readonly group: "Startup & Updates";
|
|
348
377
|
readonly label: "Auto Resume";
|
|
349
378
|
readonly description: "Automatically resume the most recent session in the current directory";
|
|
350
379
|
};
|
|
@@ -354,8 +383,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
354
383
|
readonly default: true;
|
|
355
384
|
readonly ui: {
|
|
356
385
|
readonly tab: "interaction";
|
|
357
|
-
readonly
|
|
358
|
-
readonly
|
|
386
|
+
readonly group: "Power (macOS)";
|
|
387
|
+
readonly label: "Prevent Idle Sleep";
|
|
388
|
+
readonly description: "Keep the system awake while a session is open (caffeinate -i)";
|
|
359
389
|
};
|
|
360
390
|
};
|
|
361
391
|
readonly "power.preventSystemSleep": {
|
|
@@ -363,8 +393,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
363
393
|
readonly default: false;
|
|
364
394
|
readonly ui: {
|
|
365
395
|
readonly tab: "interaction";
|
|
366
|
-
readonly
|
|
367
|
-
readonly
|
|
396
|
+
readonly group: "Power (macOS)";
|
|
397
|
+
readonly label: "Prevent System Sleep on AC";
|
|
398
|
+
readonly description: "Block all system sleep while on AC power (caffeinate -s)";
|
|
368
399
|
};
|
|
369
400
|
};
|
|
370
401
|
readonly "power.declareUserActive": {
|
|
@@ -372,8 +403,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
372
403
|
readonly default: false;
|
|
373
404
|
readonly ui: {
|
|
374
405
|
readonly tab: "interaction";
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
406
|
+
readonly group: "Power (macOS)";
|
|
407
|
+
readonly label: "Declare User Active";
|
|
408
|
+
readonly description: "Keep the display lit and treat the user as active (caffeinate -u)";
|
|
377
409
|
};
|
|
378
410
|
};
|
|
379
411
|
readonly "power.preventDisplaySleep": {
|
|
@@ -381,8 +413,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
381
413
|
readonly default: false;
|
|
382
414
|
readonly ui: {
|
|
383
415
|
readonly tab: "interaction";
|
|
384
|
-
readonly
|
|
385
|
-
readonly
|
|
416
|
+
readonly group: "Power (macOS)";
|
|
417
|
+
readonly label: "Prevent Display Sleep";
|
|
418
|
+
readonly description: "Keep the display from idle-sleeping while a session is open (caffeinate -d)";
|
|
386
419
|
};
|
|
387
420
|
};
|
|
388
421
|
readonly shellPath: {
|
|
@@ -393,29 +426,6 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
393
426
|
readonly type: "array";
|
|
394
427
|
readonly default: string[];
|
|
395
428
|
};
|
|
396
|
-
readonly "marketplace.autoUpdate": {
|
|
397
|
-
readonly type: "enum";
|
|
398
|
-
readonly values: readonly ["off", "notify", "auto"];
|
|
399
|
-
readonly default: "notify";
|
|
400
|
-
readonly ui: {
|
|
401
|
-
readonly tab: "tools";
|
|
402
|
-
readonly label: "Marketplace Auto-Update";
|
|
403
|
-
readonly description: "Check for plugin updates on startup (off/notify/auto)";
|
|
404
|
-
readonly options: readonly [{
|
|
405
|
-
readonly value: "off";
|
|
406
|
-
readonly label: "Off";
|
|
407
|
-
readonly description: "Don't check for plugin updates";
|
|
408
|
-
}, {
|
|
409
|
-
readonly value: "notify";
|
|
410
|
-
readonly label: "Notify";
|
|
411
|
-
readonly description: "Check on startup and notify when updates are available";
|
|
412
|
-
}, {
|
|
413
|
-
readonly value: "auto";
|
|
414
|
-
readonly label: "Auto";
|
|
415
|
-
readonly description: "Check on startup and auto-install updates";
|
|
416
|
-
}];
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
429
|
readonly enabledModels: {
|
|
420
430
|
readonly type: "array";
|
|
421
431
|
readonly default: string[];
|
|
@@ -449,8 +459,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
449
459
|
readonly default: "titanium";
|
|
450
460
|
readonly ui: {
|
|
451
461
|
readonly tab: "appearance";
|
|
462
|
+
readonly group: "Theme";
|
|
452
463
|
readonly label: "Dark Theme";
|
|
453
|
-
readonly description: "Theme used when terminal has dark background";
|
|
464
|
+
readonly description: "Theme used when the terminal has a dark background";
|
|
454
465
|
readonly options: "runtime";
|
|
455
466
|
};
|
|
456
467
|
};
|
|
@@ -459,8 +470,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
459
470
|
readonly default: "light";
|
|
460
471
|
readonly ui: {
|
|
461
472
|
readonly tab: "appearance";
|
|
473
|
+
readonly group: "Theme";
|
|
462
474
|
readonly label: "Light Theme";
|
|
463
|
-
readonly description: "Theme used when terminal has light background";
|
|
475
|
+
readonly description: "Theme used when the terminal has a light background";
|
|
464
476
|
readonly options: "runtime";
|
|
465
477
|
};
|
|
466
478
|
};
|
|
@@ -470,8 +482,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
470
482
|
readonly default: "unicode";
|
|
471
483
|
readonly ui: {
|
|
472
484
|
readonly tab: "appearance";
|
|
485
|
+
readonly group: "Theme";
|
|
473
486
|
readonly label: "Symbol Preset";
|
|
474
|
-
readonly description: "
|
|
487
|
+
readonly description: "Glyph set for icons and symbols (Unicode, Nerd Font, or ASCII)";
|
|
475
488
|
readonly options: readonly [{
|
|
476
489
|
readonly value: "unicode";
|
|
477
490
|
readonly label: "Unicode";
|
|
@@ -492,6 +505,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
492
505
|
readonly default: false;
|
|
493
506
|
readonly ui: {
|
|
494
507
|
readonly tab: "appearance";
|
|
508
|
+
readonly group: "Theme";
|
|
495
509
|
readonly label: "Color-Blind Mode";
|
|
496
510
|
readonly description: "Use blue instead of green for diff additions";
|
|
497
511
|
};
|
|
@@ -502,6 +516,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
502
516
|
readonly default: "default";
|
|
503
517
|
readonly ui: {
|
|
504
518
|
readonly tab: "appearance";
|
|
519
|
+
readonly group: "Status Line";
|
|
505
520
|
readonly label: "Status Line Preset";
|
|
506
521
|
readonly description: "Pre-built status line configurations";
|
|
507
522
|
readonly options: readonly [{
|
|
@@ -541,6 +556,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
541
556
|
readonly default: "powerline-thin";
|
|
542
557
|
readonly ui: {
|
|
543
558
|
readonly tab: "appearance";
|
|
559
|
+
readonly group: "Status Line";
|
|
544
560
|
readonly label: "Status Line Separator";
|
|
545
561
|
readonly description: "Style of separators between segments";
|
|
546
562
|
readonly options: readonly [{
|
|
@@ -579,16 +595,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
579
595
|
readonly default: true;
|
|
580
596
|
readonly ui: {
|
|
581
597
|
readonly tab: "appearance";
|
|
598
|
+
readonly group: "Status Line";
|
|
582
599
|
readonly label: "Session Accent";
|
|
583
600
|
readonly description: "Use the session name color for the editor border and status line gap";
|
|
584
601
|
};
|
|
585
602
|
};
|
|
603
|
+
readonly "statusLine.transparent": {
|
|
604
|
+
readonly type: "boolean";
|
|
605
|
+
readonly default: false;
|
|
606
|
+
readonly ui: {
|
|
607
|
+
readonly tab: "appearance";
|
|
608
|
+
readonly group: "Status Line";
|
|
609
|
+
readonly label: "Transparent Status Line";
|
|
610
|
+
readonly description: "Use the terminal's default background for the status line instead of the theme's `statusLineBg`. Powerline end caps are dropped because they need a contrasting fill to bridge into the surrounding terminal.";
|
|
611
|
+
};
|
|
612
|
+
};
|
|
586
613
|
readonly "tools.artifactSpillThreshold": {
|
|
587
614
|
readonly type: "number";
|
|
588
615
|
readonly default: 50;
|
|
589
616
|
readonly ui: {
|
|
590
617
|
readonly tab: "tools";
|
|
591
|
-
readonly
|
|
618
|
+
readonly group: "Output Limits";
|
|
619
|
+
readonly label: "Artifact Spill Threshold (KB)";
|
|
592
620
|
readonly description: "Tool output above this size is saved as an artifact; tail is kept inline";
|
|
593
621
|
readonly options: readonly [{
|
|
594
622
|
readonly value: "1";
|
|
@@ -646,7 +674,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
646
674
|
readonly default: 20;
|
|
647
675
|
readonly ui: {
|
|
648
676
|
readonly tab: "tools";
|
|
649
|
-
readonly
|
|
677
|
+
readonly group: "Output Limits";
|
|
678
|
+
readonly label: "Artifact Tail Size (KB)";
|
|
650
679
|
readonly description: "Amount of tail content kept inline when output spills to artifact";
|
|
651
680
|
readonly options: readonly [{
|
|
652
681
|
readonly value: "1";
|
|
@@ -688,7 +717,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
688
717
|
readonly default: 20;
|
|
689
718
|
readonly ui: {
|
|
690
719
|
readonly tab: "tools";
|
|
691
|
-
readonly
|
|
720
|
+
readonly group: "Output Limits";
|
|
721
|
+
readonly label: "Artifact Head Size (KB)";
|
|
692
722
|
readonly description: "Amount of head content kept inline alongside the tail when output spills to artifact (middle elision). 0 disables — keep tail only.";
|
|
693
723
|
readonly options: readonly [{
|
|
694
724
|
readonly value: "0";
|
|
@@ -734,7 +764,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
734
764
|
readonly default: 768;
|
|
735
765
|
readonly ui: {
|
|
736
766
|
readonly tab: "tools";
|
|
737
|
-
readonly
|
|
767
|
+
readonly group: "Output Limits";
|
|
768
|
+
readonly label: "Output Column Cap";
|
|
738
769
|
readonly description: "Per-line byte cap for streaming tool outputs (bash, ssh, python, js eval) and `read`. Lines wider than this are ellipsis-truncated; remaining bytes up to the next newline are dropped. 0 disables.";
|
|
739
770
|
readonly options: readonly [{
|
|
740
771
|
readonly value: "0";
|
|
@@ -769,7 +800,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
769
800
|
readonly default: 500;
|
|
770
801
|
readonly ui: {
|
|
771
802
|
readonly tab: "tools";
|
|
772
|
-
readonly
|
|
803
|
+
readonly group: "Output Limits";
|
|
804
|
+
readonly label: "Artifact Tail Lines";
|
|
773
805
|
readonly description: "Maximum lines of tail content kept inline when output spills to artifact";
|
|
774
806
|
readonly options: readonly [{
|
|
775
807
|
readonly value: "50";
|
|
@@ -807,8 +839,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
807
839
|
readonly default: true;
|
|
808
840
|
readonly ui: {
|
|
809
841
|
readonly tab: "appearance";
|
|
842
|
+
readonly group: "Status Line";
|
|
810
843
|
readonly label: "Show Hook Status";
|
|
811
|
-
readonly description: "Display hook status messages below status line";
|
|
844
|
+
readonly description: "Display hook status messages below the status line";
|
|
812
845
|
};
|
|
813
846
|
};
|
|
814
847
|
readonly "statusLine.leftSegments": {
|
|
@@ -828,8 +861,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
828
861
|
readonly default: true;
|
|
829
862
|
readonly ui: {
|
|
830
863
|
readonly tab: "appearance";
|
|
864
|
+
readonly group: "Images";
|
|
831
865
|
readonly label: "Show Inline Images";
|
|
832
|
-
readonly description: "Render images inline in terminal";
|
|
866
|
+
readonly description: "Render images inline in the terminal";
|
|
833
867
|
readonly condition: "hasImageProtocol";
|
|
834
868
|
};
|
|
835
869
|
};
|
|
@@ -838,6 +872,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
838
872
|
readonly default: true;
|
|
839
873
|
readonly ui: {
|
|
840
874
|
readonly tab: "appearance";
|
|
875
|
+
readonly group: "Images";
|
|
841
876
|
readonly label: "Auto-Resize Images";
|
|
842
877
|
readonly description: "Resize large images to 2000x2000 max for better model compatibility";
|
|
843
878
|
};
|
|
@@ -847,6 +882,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
847
882
|
readonly default: false;
|
|
848
883
|
readonly ui: {
|
|
849
884
|
readonly tab: "appearance";
|
|
885
|
+
readonly group: "Images";
|
|
850
886
|
readonly label: "Block Images";
|
|
851
887
|
readonly description: "Prevent images from being sent to LLM providers";
|
|
852
888
|
};
|
|
@@ -871,6 +907,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
871
907
|
readonly default: false;
|
|
872
908
|
readonly ui: {
|
|
873
909
|
readonly tab: "appearance";
|
|
910
|
+
readonly group: "Display";
|
|
874
911
|
readonly label: "Large Headings (Kitty)";
|
|
875
912
|
readonly description: "Render Markdown H1 headings at 2x scale using Kitty's OSC 66 text-sizing protocol. Only takes effect on Kitty terminals; ignored everywhere else. Off by default.";
|
|
876
913
|
};
|
|
@@ -881,6 +918,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
881
918
|
readonly default: "auto";
|
|
882
919
|
readonly ui: {
|
|
883
920
|
readonly tab: "appearance";
|
|
921
|
+
readonly group: "Display";
|
|
884
922
|
readonly label: "Terminal Hyperlinks";
|
|
885
923
|
readonly description: "Wrap paths and URLs in OSC 8 hyperlinks for terminal-native click-to-open (auto: detect support; off: never; always: unconditional)";
|
|
886
924
|
};
|
|
@@ -895,6 +933,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
895
933
|
readonly default: "classic";
|
|
896
934
|
readonly ui: {
|
|
897
935
|
readonly tab: "appearance";
|
|
936
|
+
readonly group: "Display";
|
|
898
937
|
readonly label: "Shimmer";
|
|
899
938
|
readonly description: "Animation style for working/loading messages";
|
|
900
939
|
readonly options: readonly [{
|
|
@@ -912,11 +951,22 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
912
951
|
}];
|
|
913
952
|
};
|
|
914
953
|
};
|
|
954
|
+
readonly "display.smoothStreaming": {
|
|
955
|
+
readonly type: "boolean";
|
|
956
|
+
readonly default: true;
|
|
957
|
+
readonly ui: {
|
|
958
|
+
readonly tab: "appearance";
|
|
959
|
+
readonly group: "Display";
|
|
960
|
+
readonly label: "Smooth Streaming";
|
|
961
|
+
readonly description: "Reveal assistant text and streamed tool input smoothly while chunks arrive";
|
|
962
|
+
};
|
|
963
|
+
};
|
|
915
964
|
readonly "display.showTokenUsage": {
|
|
916
965
|
readonly type: "boolean";
|
|
917
966
|
readonly default: false;
|
|
918
967
|
readonly ui: {
|
|
919
968
|
readonly tab: "appearance";
|
|
969
|
+
readonly group: "Display";
|
|
920
970
|
readonly label: "Show Token Usage";
|
|
921
971
|
readonly description: "Show per-turn token usage on assistant messages";
|
|
922
972
|
};
|
|
@@ -926,25 +976,18 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
926
976
|
readonly default: true;
|
|
927
977
|
readonly ui: {
|
|
928
978
|
readonly tab: "appearance";
|
|
979
|
+
readonly group: "Display";
|
|
929
980
|
readonly label: "Show Hardware Cursor";
|
|
930
981
|
readonly description: "Show terminal cursor for IME support";
|
|
931
982
|
};
|
|
932
983
|
};
|
|
933
|
-
readonly clearOnShrink: {
|
|
934
|
-
readonly type: "boolean";
|
|
935
|
-
readonly default: false;
|
|
936
|
-
readonly ui: {
|
|
937
|
-
readonly tab: "appearance";
|
|
938
|
-
readonly label: "Clear on Shrink";
|
|
939
|
-
readonly description: "Clear empty rows when content shrinks (may cause flicker)";
|
|
940
|
-
};
|
|
941
|
-
};
|
|
942
984
|
readonly defaultThinkingLevel: {
|
|
943
985
|
readonly type: "enum";
|
|
944
|
-
readonly values: readonly [...import("@prometheus-ai/
|
|
986
|
+
readonly values: readonly [...import("@prometheus-ai/catalog").Effort[], "auto"];
|
|
945
987
|
readonly default: "high";
|
|
946
988
|
readonly ui: {
|
|
947
989
|
readonly tab: "model";
|
|
990
|
+
readonly group: "Thinking";
|
|
948
991
|
readonly label: "Thinking Level";
|
|
949
992
|
readonly description: "Reasoning depth for thinking-capable models";
|
|
950
993
|
readonly options: readonly [import("../thinking").ConfiguredThinkingLevelMetadata, ...import("../thinking").ThinkingLevelMetadata[]];
|
|
@@ -955,6 +998,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
955
998
|
readonly default: false;
|
|
956
999
|
readonly ui: {
|
|
957
1000
|
readonly tab: "model";
|
|
1001
|
+
readonly group: "Thinking";
|
|
958
1002
|
readonly label: "Hide Thinking Blocks";
|
|
959
1003
|
readonly description: "Hide thinking blocks in assistant responses";
|
|
960
1004
|
};
|
|
@@ -964,6 +1008,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
964
1008
|
readonly default: false;
|
|
965
1009
|
readonly ui: {
|
|
966
1010
|
readonly tab: "model";
|
|
1011
|
+
readonly group: "Prompt";
|
|
967
1012
|
readonly label: "Repeat Tool Descriptions";
|
|
968
1013
|
readonly description: "Render full tool descriptions in the system prompt instead of a tool name list";
|
|
969
1014
|
};
|
|
@@ -973,15 +1018,45 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
973
1018
|
readonly default: true;
|
|
974
1019
|
readonly ui: {
|
|
975
1020
|
readonly tab: "model";
|
|
976
|
-
readonly
|
|
1021
|
+
readonly group: "Prompt";
|
|
1022
|
+
readonly label: "Include Model in Prompt";
|
|
977
1023
|
readonly description: "Surface the active model identifier in the system prompt so the agent knows which model it is";
|
|
978
1024
|
};
|
|
979
1025
|
};
|
|
1026
|
+
readonly personality: {
|
|
1027
|
+
readonly type: "enum";
|
|
1028
|
+
readonly values: readonly ["default", "friendly", "pragmatic", "none"];
|
|
1029
|
+
readonly default: "default";
|
|
1030
|
+
readonly ui: {
|
|
1031
|
+
readonly tab: "model";
|
|
1032
|
+
readonly group: "Prompt";
|
|
1033
|
+
readonly label: "Personality";
|
|
1034
|
+
readonly description: "Communication style rendered into the system prompt's personality block";
|
|
1035
|
+
readonly options: readonly [{
|
|
1036
|
+
readonly value: "default";
|
|
1037
|
+
readonly label: "Default";
|
|
1038
|
+
readonly description: "Terse, evidence-first engineer; dense, action-oriented replies";
|
|
1039
|
+
}, {
|
|
1040
|
+
readonly value: "friendly";
|
|
1041
|
+
readonly label: "Friendly";
|
|
1042
|
+
readonly description: "Warm, encouraging collaborator focused on momentum and morale";
|
|
1043
|
+
}, {
|
|
1044
|
+
readonly value: "pragmatic";
|
|
1045
|
+
readonly label: "Pragmatic";
|
|
1046
|
+
readonly description: "Direct, efficient engineer focused on clarity and rigor";
|
|
1047
|
+
}, {
|
|
1048
|
+
readonly value: "none";
|
|
1049
|
+
readonly label: "None";
|
|
1050
|
+
readonly description: "Omit the personality block entirely";
|
|
1051
|
+
}];
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
980
1054
|
readonly temperature: {
|
|
981
1055
|
readonly type: "number";
|
|
982
1056
|
readonly default: -1;
|
|
983
1057
|
readonly ui: {
|
|
984
1058
|
readonly tab: "model";
|
|
1059
|
+
readonly group: "Sampling";
|
|
985
1060
|
readonly label: "Temperature";
|
|
986
1061
|
readonly description: "Sampling temperature (0 = deterministic, 1 = creative, -1 = provider default)";
|
|
987
1062
|
readonly options: readonly [{
|
|
@@ -1016,6 +1091,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1016
1091
|
readonly default: -1;
|
|
1017
1092
|
readonly ui: {
|
|
1018
1093
|
readonly tab: "model";
|
|
1094
|
+
readonly group: "Sampling";
|
|
1019
1095
|
readonly label: "Top P";
|
|
1020
1096
|
readonly description: "Nucleus sampling cutoff (0-1, -1 = provider default)";
|
|
1021
1097
|
readonly options: readonly [{
|
|
@@ -1050,6 +1126,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1050
1126
|
readonly default: -1;
|
|
1051
1127
|
readonly ui: {
|
|
1052
1128
|
readonly tab: "model";
|
|
1129
|
+
readonly group: "Sampling";
|
|
1053
1130
|
readonly label: "Top K";
|
|
1054
1131
|
readonly description: "Sample from top-K tokens (-1 = provider default)";
|
|
1055
1132
|
readonly options: readonly [{
|
|
@@ -1080,6 +1157,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1080
1157
|
readonly default: -1;
|
|
1081
1158
|
readonly ui: {
|
|
1082
1159
|
readonly tab: "model";
|
|
1160
|
+
readonly group: "Sampling";
|
|
1083
1161
|
readonly label: "Min P";
|
|
1084
1162
|
readonly description: "Minimum probability threshold (0-1, -1 = provider default)";
|
|
1085
1163
|
readonly options: readonly [{
|
|
@@ -1106,6 +1184,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1106
1184
|
readonly default: -1;
|
|
1107
1185
|
readonly ui: {
|
|
1108
1186
|
readonly tab: "model";
|
|
1187
|
+
readonly group: "Sampling";
|
|
1109
1188
|
readonly label: "Presence Penalty";
|
|
1110
1189
|
readonly description: "Penalty for introducing already-present tokens (-1 = provider default)";
|
|
1111
1190
|
readonly options: readonly [{
|
|
@@ -1136,6 +1215,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1136
1215
|
readonly default: -1;
|
|
1137
1216
|
readonly ui: {
|
|
1138
1217
|
readonly tab: "model";
|
|
1218
|
+
readonly group: "Sampling";
|
|
1139
1219
|
readonly label: "Repetition Penalty";
|
|
1140
1220
|
readonly description: "Penalty for repeated tokens (-1 = provider default)";
|
|
1141
1221
|
readonly options: readonly [{
|
|
@@ -1171,6 +1251,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1171
1251
|
readonly default: "none";
|
|
1172
1252
|
readonly ui: {
|
|
1173
1253
|
readonly tab: "model";
|
|
1254
|
+
readonly group: "Sampling";
|
|
1174
1255
|
readonly label: "Service Tier";
|
|
1175
1256
|
readonly description: 'Processing priority hint (none = omit). OpenAI accepts the tier values directly; Anthropic realizes `priority` as `speed: "fast"` on supported Opus models. Scoped values target one family.';
|
|
1176
1257
|
readonly options: readonly [{
|
|
@@ -1208,15 +1289,40 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1208
1289
|
}];
|
|
1209
1290
|
};
|
|
1210
1291
|
};
|
|
1292
|
+
readonly fastModeScope: {
|
|
1293
|
+
readonly type: "enum";
|
|
1294
|
+
readonly values: readonly ["both", "openai", "claude"];
|
|
1295
|
+
readonly default: "both";
|
|
1296
|
+
readonly ui: {
|
|
1297
|
+
readonly tab: "model";
|
|
1298
|
+
readonly group: "Sampling";
|
|
1299
|
+
readonly label: "Fast Mode Scope";
|
|
1300
|
+
readonly description: 'Which providers `/fast on` (and the fast-mode toggle) target. "both" = priority on every supported provider; "openai"/"claude" scope it to one family (mirrors serviceTier openai-only/claude-only).';
|
|
1301
|
+
readonly options: readonly [{
|
|
1302
|
+
readonly value: "both";
|
|
1303
|
+
readonly label: "Both";
|
|
1304
|
+
readonly description: "Priority on every supported provider";
|
|
1305
|
+
}, {
|
|
1306
|
+
readonly value: "openai";
|
|
1307
|
+
readonly label: "OpenAI only";
|
|
1308
|
+
readonly description: "Priority on OpenAI/OpenAI-Codex requests; ignored elsewhere";
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly value: "claude";
|
|
1311
|
+
readonly label: "Claude only";
|
|
1312
|
+
readonly description: "Anthropic fast mode on direct Claude requests; ignored elsewhere";
|
|
1313
|
+
}];
|
|
1314
|
+
};
|
|
1315
|
+
};
|
|
1211
1316
|
readonly "retry.enabled": {
|
|
1212
1317
|
readonly type: "boolean";
|
|
1213
1318
|
readonly default: true;
|
|
1214
1319
|
};
|
|
1215
1320
|
readonly "retry.maxRetries": {
|
|
1216
1321
|
readonly type: "number";
|
|
1217
|
-
readonly default:
|
|
1322
|
+
readonly default: 10;
|
|
1218
1323
|
readonly ui: {
|
|
1219
1324
|
readonly tab: "model";
|
|
1325
|
+
readonly group: "Retry & Fallback";
|
|
1220
1326
|
readonly label: "Retry Attempts";
|
|
1221
1327
|
readonly description: "Maximum retry attempts on API errors";
|
|
1222
1328
|
readonly options: readonly [{
|
|
@@ -1239,13 +1345,14 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1239
1345
|
};
|
|
1240
1346
|
readonly "retry.baseDelayMs": {
|
|
1241
1347
|
readonly type: "number";
|
|
1242
|
-
readonly default:
|
|
1348
|
+
readonly default: 500;
|
|
1243
1349
|
};
|
|
1244
1350
|
readonly "retry.maxDelayMs": {
|
|
1245
1351
|
readonly type: "number";
|
|
1246
1352
|
readonly default: number;
|
|
1247
1353
|
readonly ui: {
|
|
1248
1354
|
readonly tab: "model";
|
|
1355
|
+
readonly group: "Retry & Fallback";
|
|
1249
1356
|
readonly label: "Max Retry Delay";
|
|
1250
1357
|
readonly description: "Maximum wait between retries, in ms. When the provider asks us to wait longer than this and no credential or model fallback succeeds, the request fails fast instead of sleeping (e.g. 3-hour Anthropic rate-limit windows).";
|
|
1251
1358
|
};
|
|
@@ -1255,6 +1362,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1255
1362
|
readonly default: true;
|
|
1256
1363
|
readonly ui: {
|
|
1257
1364
|
readonly tab: "model";
|
|
1365
|
+
readonly group: "Retry & Fallback";
|
|
1258
1366
|
readonly label: "Retry Model Fallback";
|
|
1259
1367
|
readonly description: "Allow retry recovery to switch to configured fallback models";
|
|
1260
1368
|
};
|
|
@@ -1269,6 +1377,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1269
1377
|
readonly default: "cooldown-expiry";
|
|
1270
1378
|
readonly ui: {
|
|
1271
1379
|
readonly tab: "model";
|
|
1380
|
+
readonly group: "Retry & Fallback";
|
|
1272
1381
|
readonly label: "Fallback Revert Policy";
|
|
1273
1382
|
readonly description: "When to return to the primary model after a fallback";
|
|
1274
1383
|
readonly options: readonly [{
|
|
@@ -1288,6 +1397,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1288
1397
|
readonly default: "one-at-a-time";
|
|
1289
1398
|
readonly ui: {
|
|
1290
1399
|
readonly tab: "interaction";
|
|
1400
|
+
readonly group: "Input";
|
|
1291
1401
|
readonly label: "Steering Mode";
|
|
1292
1402
|
readonly description: "How to process queued messages while agent is working";
|
|
1293
1403
|
};
|
|
@@ -1298,6 +1408,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1298
1408
|
readonly default: "one-at-a-time";
|
|
1299
1409
|
readonly ui: {
|
|
1300
1410
|
readonly tab: "interaction";
|
|
1411
|
+
readonly group: "Input";
|
|
1301
1412
|
readonly label: "Follow-Up Mode";
|
|
1302
1413
|
readonly description: "How to drain follow-up messages after a turn completes";
|
|
1303
1414
|
};
|
|
@@ -1308,6 +1419,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1308
1419
|
readonly default: "immediate";
|
|
1309
1420
|
readonly ui: {
|
|
1310
1421
|
readonly tab: "interaction";
|
|
1422
|
+
readonly group: "Input";
|
|
1311
1423
|
readonly label: "Interrupt Mode";
|
|
1312
1424
|
readonly description: "When steering messages interrupt tool execution";
|
|
1313
1425
|
};
|
|
@@ -1318,6 +1430,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1318
1430
|
readonly default: "prompt";
|
|
1319
1431
|
readonly ui: {
|
|
1320
1432
|
readonly tab: "interaction";
|
|
1433
|
+
readonly group: "Input";
|
|
1321
1434
|
readonly label: "Loop Mode";
|
|
1322
1435
|
readonly description: "What happens between /loop iterations before re-submitting the prompt";
|
|
1323
1436
|
readonly options: readonly [{
|
|
@@ -1341,6 +1454,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1341
1454
|
readonly default: "tree";
|
|
1342
1455
|
readonly ui: {
|
|
1343
1456
|
readonly tab: "interaction";
|
|
1457
|
+
readonly group: "Input";
|
|
1344
1458
|
readonly label: "Double-Escape Action";
|
|
1345
1459
|
readonly description: "Action when pressing Escape twice with empty editor";
|
|
1346
1460
|
};
|
|
@@ -1351,6 +1465,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1351
1465
|
readonly default: "default";
|
|
1352
1466
|
readonly ui: {
|
|
1353
1467
|
readonly tab: "interaction";
|
|
1468
|
+
readonly group: "Input";
|
|
1354
1469
|
readonly label: "Session Tree Filter";
|
|
1355
1470
|
readonly description: "Default filter mode when opening the session tree";
|
|
1356
1471
|
};
|
|
@@ -1360,6 +1475,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1360
1475
|
readonly default: 5;
|
|
1361
1476
|
readonly ui: {
|
|
1362
1477
|
readonly tab: "interaction";
|
|
1478
|
+
readonly group: "Input";
|
|
1363
1479
|
readonly label: "Autocomplete Items";
|
|
1364
1480
|
readonly description: "Max visible items in autocomplete dropdown (3-20)";
|
|
1365
1481
|
readonly options: readonly [{
|
|
@@ -1388,15 +1504,43 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1388
1504
|
readonly default: true;
|
|
1389
1505
|
readonly ui: {
|
|
1390
1506
|
readonly tab: "interaction";
|
|
1507
|
+
readonly group: "Input";
|
|
1391
1508
|
readonly label: "Emoji Autocomplete";
|
|
1392
1509
|
readonly description: "Suggest emojis from `:name:` shortcodes and expand text emoticons like `:D` or `:-)`";
|
|
1393
1510
|
};
|
|
1394
1511
|
};
|
|
1512
|
+
readonly "paste.largeMenuThreshold": {
|
|
1513
|
+
readonly type: "number";
|
|
1514
|
+
readonly default: 100;
|
|
1515
|
+
readonly ui: {
|
|
1516
|
+
readonly tab: "interaction";
|
|
1517
|
+
readonly group: "Input";
|
|
1518
|
+
readonly label: "Large Paste Menu";
|
|
1519
|
+
readonly description: "When a paste reaches this many lines, offer a menu to wrap it in a code block, wrap it in XML tags, or save it to a file. 0 disables the menu (large pastes still collapse to a [Paste] marker).";
|
|
1520
|
+
readonly options: readonly [{
|
|
1521
|
+
readonly value: "0";
|
|
1522
|
+
readonly label: "Off";
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly value: "100";
|
|
1525
|
+
readonly label: "100 lines";
|
|
1526
|
+
}, {
|
|
1527
|
+
readonly value: "250";
|
|
1528
|
+
readonly label: "250 lines";
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly value: "500";
|
|
1531
|
+
readonly label: "500 lines";
|
|
1532
|
+
}, {
|
|
1533
|
+
readonly value: "1000";
|
|
1534
|
+
readonly label: "1000 lines";
|
|
1535
|
+
}];
|
|
1536
|
+
};
|
|
1537
|
+
};
|
|
1395
1538
|
readonly "startup.quiet": {
|
|
1396
1539
|
readonly type: "boolean";
|
|
1397
1540
|
readonly default: false;
|
|
1398
1541
|
readonly ui: {
|
|
1399
1542
|
readonly tab: "interaction";
|
|
1543
|
+
readonly group: "Startup & Updates";
|
|
1400
1544
|
readonly label: "Quiet Startup";
|
|
1401
1545
|
readonly description: "Skip welcome screen and startup status messages";
|
|
1402
1546
|
};
|
|
@@ -1406,6 +1550,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1406
1550
|
readonly default: true;
|
|
1407
1551
|
readonly ui: {
|
|
1408
1552
|
readonly tab: "interaction";
|
|
1553
|
+
readonly group: "Startup & Updates";
|
|
1409
1554
|
readonly label: "Setup Wizard";
|
|
1410
1555
|
readonly description: "Show newly added onboarding steps once per setup version";
|
|
1411
1556
|
};
|
|
@@ -1415,8 +1560,33 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1415
1560
|
readonly default: true;
|
|
1416
1561
|
readonly ui: {
|
|
1417
1562
|
readonly tab: "interaction";
|
|
1563
|
+
readonly group: "Startup & Updates";
|
|
1418
1564
|
readonly label: "Check for Updates";
|
|
1419
|
-
readonly description: "
|
|
1565
|
+
readonly description: "Check for prometheus updates on startup";
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
readonly "marketplace.autoUpdate": {
|
|
1569
|
+
readonly type: "enum";
|
|
1570
|
+
readonly values: readonly ["off", "notify", "auto"];
|
|
1571
|
+
readonly default: "notify";
|
|
1572
|
+
readonly ui: {
|
|
1573
|
+
readonly tab: "interaction";
|
|
1574
|
+
readonly group: "Startup & Updates";
|
|
1575
|
+
readonly label: "Marketplace Auto-Update";
|
|
1576
|
+
readonly description: "Check for plugin updates on startup";
|
|
1577
|
+
readonly options: readonly [{
|
|
1578
|
+
readonly value: "off";
|
|
1579
|
+
readonly label: "Off";
|
|
1580
|
+
readonly description: "Don't check for plugin updates";
|
|
1581
|
+
}, {
|
|
1582
|
+
readonly value: "notify";
|
|
1583
|
+
readonly label: "Notify";
|
|
1584
|
+
readonly description: "Check on startup and notify when updates are available";
|
|
1585
|
+
}, {
|
|
1586
|
+
readonly value: "auto";
|
|
1587
|
+
readonly label: "Auto";
|
|
1588
|
+
readonly description: "Check on startup and auto-install updates";
|
|
1589
|
+
}];
|
|
1420
1590
|
};
|
|
1421
1591
|
};
|
|
1422
1592
|
readonly collapseChangelog: {
|
|
@@ -1424,18 +1594,60 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1424
1594
|
readonly default: false;
|
|
1425
1595
|
readonly ui: {
|
|
1426
1596
|
readonly tab: "interaction";
|
|
1597
|
+
readonly group: "Startup & Updates";
|
|
1427
1598
|
readonly label: "Collapse Changelog";
|
|
1428
1599
|
readonly description: "Show condensed changelog after updates";
|
|
1429
1600
|
};
|
|
1430
1601
|
};
|
|
1602
|
+
readonly "magicKeywords.enabled": {
|
|
1603
|
+
readonly type: "boolean";
|
|
1604
|
+
readonly default: true;
|
|
1605
|
+
readonly ui: {
|
|
1606
|
+
readonly tab: "interaction";
|
|
1607
|
+
readonly group: "Magic Keywords";
|
|
1608
|
+
readonly label: "Magic Keywords";
|
|
1609
|
+
readonly description: "Enable hidden notices for standalone ultrathink, orchestrate, and workflowz keywords";
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
readonly "magicKeywords.ultrathink": {
|
|
1613
|
+
readonly type: "boolean";
|
|
1614
|
+
readonly default: true;
|
|
1615
|
+
readonly ui: {
|
|
1616
|
+
readonly tab: "interaction";
|
|
1617
|
+
readonly group: "Magic Keywords";
|
|
1618
|
+
readonly label: "Ultrathink Keyword";
|
|
1619
|
+
readonly description: "Let standalone ultrathink request maximum automatic thinking and append its hidden notice";
|
|
1620
|
+
};
|
|
1621
|
+
};
|
|
1622
|
+
readonly "magicKeywords.orchestrate": {
|
|
1623
|
+
readonly type: "boolean";
|
|
1624
|
+
readonly default: true;
|
|
1625
|
+
readonly ui: {
|
|
1626
|
+
readonly tab: "interaction";
|
|
1627
|
+
readonly group: "Magic Keywords";
|
|
1628
|
+
readonly label: "Orchestrate Keyword";
|
|
1629
|
+
readonly description: "Let standalone orchestrate append its hidden multi-agent orchestration notice";
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
readonly "magicKeywords.workflow": {
|
|
1633
|
+
readonly type: "boolean";
|
|
1634
|
+
readonly default: true;
|
|
1635
|
+
readonly ui: {
|
|
1636
|
+
readonly tab: "interaction";
|
|
1637
|
+
readonly group: "Magic Keywords";
|
|
1638
|
+
readonly label: "Workflow Keyword";
|
|
1639
|
+
readonly description: "Let standalone workflowz append its hidden eval workflow notice";
|
|
1640
|
+
};
|
|
1641
|
+
};
|
|
1431
1642
|
readonly "completion.notify": {
|
|
1432
1643
|
readonly type: "enum";
|
|
1433
1644
|
readonly values: readonly ["on", "off"];
|
|
1434
1645
|
readonly default: "on";
|
|
1435
1646
|
readonly ui: {
|
|
1436
1647
|
readonly tab: "interaction";
|
|
1648
|
+
readonly group: "Notifications";
|
|
1437
1649
|
readonly label: "Completion Notification";
|
|
1438
|
-
readonly description: "Notify when the agent
|
|
1650
|
+
readonly description: "Notify when the agent finishes a turn";
|
|
1439
1651
|
};
|
|
1440
1652
|
};
|
|
1441
1653
|
readonly "ask.timeout": {
|
|
@@ -1443,8 +1655,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1443
1655
|
readonly default: 0;
|
|
1444
1656
|
readonly ui: {
|
|
1445
1657
|
readonly tab: "interaction";
|
|
1658
|
+
readonly group: "Notifications";
|
|
1446
1659
|
readonly label: "Ask Timeout";
|
|
1447
|
-
readonly description: "Auto-select recommended option after
|
|
1660
|
+
readonly description: "Auto-select the recommended ask option after this many seconds (0 disables)";
|
|
1448
1661
|
readonly options: readonly [{
|
|
1449
1662
|
readonly value: "0";
|
|
1450
1663
|
readonly label: "Disabled";
|
|
@@ -1469,8 +1682,49 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1469
1682
|
readonly default: "on";
|
|
1470
1683
|
readonly ui: {
|
|
1471
1684
|
readonly tab: "interaction";
|
|
1685
|
+
readonly group: "Notifications";
|
|
1472
1686
|
readonly label: "Ask Notification";
|
|
1473
|
-
readonly description: "Notify when ask tool is waiting for input";
|
|
1687
|
+
readonly description: "Notify when the ask tool is waiting for input";
|
|
1688
|
+
};
|
|
1689
|
+
};
|
|
1690
|
+
readonly "collab.relayUrl": {
|
|
1691
|
+
readonly type: "string";
|
|
1692
|
+
readonly default: "wss://my.prometheus.trivlab.com";
|
|
1693
|
+
readonly ui: {
|
|
1694
|
+
readonly tab: "interaction";
|
|
1695
|
+
readonly group: "Collab";
|
|
1696
|
+
readonly label: "Relay URL";
|
|
1697
|
+
readonly description: "Relay used by /collab (wss://host[:port])";
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
readonly "collab.displayName": {
|
|
1701
|
+
readonly type: "string";
|
|
1702
|
+
readonly default: "";
|
|
1703
|
+
readonly ui: {
|
|
1704
|
+
readonly tab: "interaction";
|
|
1705
|
+
readonly group: "Collab";
|
|
1706
|
+
readonly label: "Display Name";
|
|
1707
|
+
readonly description: "Name shown to other collab participants (default: OS username)";
|
|
1708
|
+
};
|
|
1709
|
+
};
|
|
1710
|
+
readonly "share.serverUrl": {
|
|
1711
|
+
readonly type: "string";
|
|
1712
|
+
readonly default: "https://my.prometheus.trivlab.com/s";
|
|
1713
|
+
readonly ui: {
|
|
1714
|
+
readonly tab: "interaction";
|
|
1715
|
+
readonly group: "Collab";
|
|
1716
|
+
readonly label: "Share Server";
|
|
1717
|
+
readonly description: "Share viewer/upload base used by /share (encrypted blob upload + viewer; links are <base>/<id>#<key>)";
|
|
1718
|
+
};
|
|
1719
|
+
};
|
|
1720
|
+
readonly "share.redactSecrets": {
|
|
1721
|
+
readonly type: "boolean";
|
|
1722
|
+
readonly default: true;
|
|
1723
|
+
readonly ui: {
|
|
1724
|
+
readonly tab: "interaction";
|
|
1725
|
+
readonly group: "Collab";
|
|
1726
|
+
readonly label: "Share Secret Redaction";
|
|
1727
|
+
readonly description: "Run the secret obfuscator over /share snapshots before upload (uses the secrets.* config)";
|
|
1474
1728
|
};
|
|
1475
1729
|
};
|
|
1476
1730
|
readonly "stt.enabled": {
|
|
@@ -1478,6 +1732,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1478
1732
|
readonly default: false;
|
|
1479
1733
|
readonly ui: {
|
|
1480
1734
|
readonly tab: "interaction";
|
|
1735
|
+
readonly group: "Speech";
|
|
1481
1736
|
readonly label: "Speech-to-Text";
|
|
1482
1737
|
readonly description: "Enable speech-to-text input via microphone";
|
|
1483
1738
|
};
|
|
@@ -1488,49 +1743,18 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1488
1743
|
};
|
|
1489
1744
|
readonly "stt.modelName": {
|
|
1490
1745
|
readonly type: "enum";
|
|
1491
|
-
readonly values: readonly ["
|
|
1492
|
-
readonly default: "
|
|
1746
|
+
readonly values: readonly ["fast", "balanced", "turbo", "parakeet"];
|
|
1747
|
+
readonly default: "parakeet";
|
|
1493
1748
|
readonly ui: {
|
|
1494
1749
|
readonly tab: "interaction";
|
|
1750
|
+
readonly group: "Speech";
|
|
1495
1751
|
readonly label: "Speech Model";
|
|
1496
|
-
readonly description: "
|
|
1497
|
-
readonly options:
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
}
|
|
1502
|
-
readonly value: "tiny.en";
|
|
1503
|
-
readonly label: "tiny.en";
|
|
1504
|
-
readonly description: "English-only; fastest";
|
|
1505
|
-
}, {
|
|
1506
|
-
readonly value: "base";
|
|
1507
|
-
readonly label: "base";
|
|
1508
|
-
readonly description: "Multilingual; small and fast";
|
|
1509
|
-
}, {
|
|
1510
|
-
readonly value: "base.en";
|
|
1511
|
-
readonly label: "base.en";
|
|
1512
|
-
readonly description: "English-only; default";
|
|
1513
|
-
}, {
|
|
1514
|
-
readonly value: "small";
|
|
1515
|
-
readonly label: "small";
|
|
1516
|
-
readonly description: "Multilingual; balanced";
|
|
1517
|
-
}, {
|
|
1518
|
-
readonly value: "small.en";
|
|
1519
|
-
readonly label: "small.en";
|
|
1520
|
-
readonly description: "English-only; balanced";
|
|
1521
|
-
}, {
|
|
1522
|
-
readonly value: "medium";
|
|
1523
|
-
readonly label: "medium";
|
|
1524
|
-
readonly description: "Multilingual; accurate but slower";
|
|
1525
|
-
}, {
|
|
1526
|
-
readonly value: "medium.en";
|
|
1527
|
-
readonly label: "medium.en";
|
|
1528
|
-
readonly description: "English-only; accurate but slower";
|
|
1529
|
-
}, {
|
|
1530
|
-
readonly value: "large";
|
|
1531
|
-
readonly label: "large";
|
|
1532
|
-
readonly description: "Multilingual; most accurate";
|
|
1533
|
-
}];
|
|
1752
|
+
readonly description: "Local on-device speech model. Parakeet TDT v3 (sherpa-onnx) is the SoTA default; Whisper base/small/large-v3-turbo tiers (transformers.js) trade size for multilingual coverage. Downloaded on first use.";
|
|
1753
|
+
readonly options: {
|
|
1754
|
+
value: "balanced" | "fast" | "parakeet" | "turbo";
|
|
1755
|
+
label: "Balanced (Whisper small)" | "Fast (Whisper base)" | "Parakeet TDT v3 (SoTA)" | "Turbo (Whisper large-v3)";
|
|
1756
|
+
description: "NVIDIA Parakeet TDT 0.6B v3, 25 languages. Open ASR Leaderboard leader — best accuracy and far fastest decoding. Default." | "Whisper base, multilingual. Smallest + fastest; lowest accuracy. Best for low-resource machines." | "Whisper large-v3-turbo, 99 languages. Widest language coverage; large download, slower." | "Whisper small, multilingual. More accurate than Fast, still light on CPU/RAM.";
|
|
1757
|
+
}[];
|
|
1534
1758
|
};
|
|
1535
1759
|
};
|
|
1536
1760
|
readonly "contextPromotion.enabled": {
|
|
@@ -1538,6 +1762,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1538
1762
|
readonly default: true;
|
|
1539
1763
|
readonly ui: {
|
|
1540
1764
|
readonly tab: "context";
|
|
1765
|
+
readonly group: "General";
|
|
1541
1766
|
readonly label: "Auto-Promote Context";
|
|
1542
1767
|
readonly description: "Promote to a larger-context model on context overflow instead of compacting";
|
|
1543
1768
|
};
|
|
@@ -1547,18 +1772,20 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1547
1772
|
readonly default: true;
|
|
1548
1773
|
readonly ui: {
|
|
1549
1774
|
readonly tab: "context";
|
|
1775
|
+
readonly group: "Compaction";
|
|
1550
1776
|
readonly label: "Auto-Compact";
|
|
1551
1777
|
readonly description: "Automatically compact context when it gets too large";
|
|
1552
1778
|
};
|
|
1553
1779
|
};
|
|
1554
1780
|
readonly "compaction.strategy": {
|
|
1555
1781
|
readonly type: "enum";
|
|
1556
|
-
readonly values: readonly ["context-full", "handoff", "shake", "off"];
|
|
1782
|
+
readonly values: readonly ["context-full", "handoff", "shake", "snapcompact", "off"];
|
|
1557
1783
|
readonly default: "context-full";
|
|
1558
1784
|
readonly ui: {
|
|
1559
1785
|
readonly tab: "context";
|
|
1786
|
+
readonly group: "Compaction";
|
|
1560
1787
|
readonly label: "Compaction Strategy";
|
|
1561
|
-
readonly description: "Choose in-place context-full maintenance, auto-handoff, surgical shake (drop heavy content), or disable auto maintenance (off)";
|
|
1788
|
+
readonly description: "Choose in-place context-full maintenance, auto-handoff, surgical shake (drop heavy content), snapcompact (archive history as dense images), or disable auto maintenance (off)";
|
|
1562
1789
|
readonly options: readonly [{
|
|
1563
1790
|
readonly value: "context-full";
|
|
1564
1791
|
readonly label: "Context-full";
|
|
@@ -1571,6 +1798,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1571
1798
|
readonly value: "shake";
|
|
1572
1799
|
readonly label: "Shake";
|
|
1573
1800
|
readonly description: "Drop heavy content (tool results + large blocks) in place; recover via artifact";
|
|
1801
|
+
}, {
|
|
1802
|
+
readonly value: "snapcompact";
|
|
1803
|
+
readonly label: "Snapcompact";
|
|
1804
|
+
readonly description: "Archive history onto dense bitmap images the model reads back; no LLM call";
|
|
1574
1805
|
}, {
|
|
1575
1806
|
readonly value: "off";
|
|
1576
1807
|
readonly label: "Off";
|
|
@@ -1583,6 +1814,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1583
1814
|
readonly default: -1;
|
|
1584
1815
|
readonly ui: {
|
|
1585
1816
|
readonly tab: "context";
|
|
1817
|
+
readonly group: "Compaction";
|
|
1586
1818
|
readonly label: "Compaction Threshold";
|
|
1587
1819
|
readonly description: "Percent threshold for context maintenance; set to Default to use legacy reserve-based behavior";
|
|
1588
1820
|
readonly options: readonly [{
|
|
@@ -1645,6 +1877,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1645
1877
|
readonly default: -1;
|
|
1646
1878
|
readonly ui: {
|
|
1647
1879
|
readonly tab: "context";
|
|
1880
|
+
readonly group: "Compaction";
|
|
1648
1881
|
readonly label: "Compaction Token Limit";
|
|
1649
1882
|
readonly description: "Fixed token limit for context maintenance; overrides percentage if set";
|
|
1650
1883
|
readonly options: readonly [{
|
|
@@ -1687,6 +1920,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1687
1920
|
readonly default: false;
|
|
1688
1921
|
readonly ui: {
|
|
1689
1922
|
readonly tab: "context";
|
|
1923
|
+
readonly group: "Compaction";
|
|
1690
1924
|
readonly label: "Save Handoff Docs";
|
|
1691
1925
|
readonly description: "Save generated handoff documents to markdown files for the auto-handoff flow";
|
|
1692
1926
|
};
|
|
@@ -1696,6 +1930,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1696
1930
|
readonly default: true;
|
|
1697
1931
|
readonly ui: {
|
|
1698
1932
|
readonly tab: "context";
|
|
1933
|
+
readonly group: "Compaction";
|
|
1699
1934
|
readonly label: "Remote Compaction";
|
|
1700
1935
|
readonly description: "Use remote compaction endpoints when available instead of local summarization";
|
|
1701
1936
|
};
|
|
@@ -1721,6 +1956,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1721
1956
|
readonly default: false;
|
|
1722
1957
|
readonly ui: {
|
|
1723
1958
|
readonly tab: "context";
|
|
1959
|
+
readonly group: "Compaction";
|
|
1724
1960
|
readonly label: "Idle Compaction";
|
|
1725
1961
|
readonly description: "Compact context while idle when token count exceeds threshold";
|
|
1726
1962
|
};
|
|
@@ -1730,6 +1966,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1730
1966
|
readonly default: 200000;
|
|
1731
1967
|
readonly ui: {
|
|
1732
1968
|
readonly tab: "context";
|
|
1969
|
+
readonly group: "Compaction";
|
|
1733
1970
|
readonly label: "Idle Compaction Threshold";
|
|
1734
1971
|
readonly description: "Token count above which idle compaction triggers";
|
|
1735
1972
|
readonly options: readonly [{
|
|
@@ -1767,6 +2004,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1767
2004
|
readonly default: 300;
|
|
1768
2005
|
readonly ui: {
|
|
1769
2006
|
readonly tab: "context";
|
|
2007
|
+
readonly group: "Compaction";
|
|
1770
2008
|
readonly label: "Idle Compaction Delay";
|
|
1771
2009
|
readonly description: "Seconds to wait while idle before compacting";
|
|
1772
2010
|
readonly options: readonly [{
|
|
@@ -1790,11 +2028,146 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1790
2028
|
}];
|
|
1791
2029
|
};
|
|
1792
2030
|
};
|
|
2031
|
+
readonly "compaction.supersedeReads": {
|
|
2032
|
+
readonly type: "boolean";
|
|
2033
|
+
readonly default: true;
|
|
2034
|
+
readonly ui: {
|
|
2035
|
+
readonly tab: "context";
|
|
2036
|
+
readonly group: "Compaction";
|
|
2037
|
+
readonly label: "Supersede Stale Reads";
|
|
2038
|
+
readonly description: "Prune older read results when the same file is read again (cache-aware, runs every turn)";
|
|
2039
|
+
};
|
|
2040
|
+
};
|
|
2041
|
+
readonly "compaction.dropUseless": {
|
|
2042
|
+
readonly type: "boolean";
|
|
2043
|
+
readonly default: true;
|
|
2044
|
+
readonly ui: {
|
|
2045
|
+
readonly tab: "context";
|
|
2046
|
+
readonly group: "Compaction";
|
|
2047
|
+
readonly label: "Elide Uneventful Results";
|
|
2048
|
+
readonly description: "Prune tool results flagged contextually useless (no matches, timed-out waits) once consumed (cache-aware)";
|
|
2049
|
+
};
|
|
2050
|
+
};
|
|
2051
|
+
readonly "snapcompact.systemPrompt": {
|
|
2052
|
+
readonly type: "enum";
|
|
2053
|
+
readonly values: readonly ["none", "agents-md", "all"];
|
|
2054
|
+
readonly default: "none";
|
|
2055
|
+
readonly ui: {
|
|
2056
|
+
readonly tab: "context";
|
|
2057
|
+
readonly group: "Experimental";
|
|
2058
|
+
readonly label: "Snapcompact System Prompt";
|
|
2059
|
+
readonly description: "Experimental: render selected system prompt text as dense PNG image(s) and attach to the first user message (vision models only). Saves tokens; loses prompt caching for imaged text.";
|
|
2060
|
+
readonly options: readonly [{
|
|
2061
|
+
readonly value: "none";
|
|
2062
|
+
readonly label: "None";
|
|
2063
|
+
readonly description: "Keep the system prompt as text.";
|
|
2064
|
+
}, {
|
|
2065
|
+
readonly value: "agents-md";
|
|
2066
|
+
readonly label: "AGENTS.md";
|
|
2067
|
+
readonly description: "Only move loaded context-file instructions to images, when that saves tokens.";
|
|
2068
|
+
}, {
|
|
2069
|
+
readonly value: "all";
|
|
2070
|
+
readonly label: "All";
|
|
2071
|
+
readonly description: "Move the full system prompt to images, when that saves tokens.";
|
|
2072
|
+
}];
|
|
2073
|
+
};
|
|
2074
|
+
};
|
|
2075
|
+
readonly "snapcompact.toolResults": {
|
|
2076
|
+
readonly type: "boolean";
|
|
2077
|
+
readonly default: false;
|
|
2078
|
+
readonly ui: {
|
|
2079
|
+
readonly tab: "context";
|
|
2080
|
+
readonly group: "Experimental";
|
|
2081
|
+
readonly label: "Snapcompact Tool Results";
|
|
2082
|
+
readonly description: "Experimental: render large historical tool results as dense PNG image(s) instead of text (vision models only). Saves tokens on accumulated read/search output.";
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
readonly "snapcompact.shape": {
|
|
2086
|
+
readonly type: "enum";
|
|
2087
|
+
readonly values: readonly ["auto", ...("11on16-bw" | "5x8-bw" | "5x8-sent" | "6x12-dim" | "6x6u-bw" | "6x6u-sent" | "8on16-bw" | "8on22-bw" | "8x13-bw" | "8x8r-bw" | "8x8r-sent" | "8x8u-bw" | "8x8u-sent" | "doc-8on16-bw" | "doc-8on16-sent" | "doc-8on16-sent-dim")[]];
|
|
2088
|
+
readonly default: "auto";
|
|
2089
|
+
readonly ui: {
|
|
2090
|
+
readonly tab: "context";
|
|
2091
|
+
readonly group: "Experimental";
|
|
2092
|
+
readonly label: "Snapcompact Shape";
|
|
2093
|
+
readonly description: "Frame shape snapcompact prints text with (compaction archive and inline imaging). Auto picks a shape tuned for the current model.";
|
|
2094
|
+
readonly options: readonly [{
|
|
2095
|
+
readonly value: "auto";
|
|
2096
|
+
readonly label: "Auto";
|
|
2097
|
+
readonly description: "Picks a shape tuned for the current model, falling back to its provider family.";
|
|
2098
|
+
}, {
|
|
2099
|
+
readonly value: "8x8r-bw";
|
|
2100
|
+
readonly label: "8x8 repeated, black";
|
|
2101
|
+
readonly description: "unscii square cell, black ink, every line printed twice with the copy on a pale highlight band.";
|
|
2102
|
+
}, {
|
|
2103
|
+
readonly value: "8x8r-sent";
|
|
2104
|
+
readonly label: "8x8 repeated, sentence hues";
|
|
2105
|
+
readonly description: "Repeated grid with ink cycling six hues at sentence boundaries.";
|
|
2106
|
+
}, {
|
|
2107
|
+
readonly value: "8x8u-bw";
|
|
2108
|
+
readonly label: "8x8, black";
|
|
2109
|
+
readonly description: "Plain unscii square cell, single-printed lines, black ink.";
|
|
2110
|
+
}, {
|
|
2111
|
+
readonly value: "8x8u-sent";
|
|
2112
|
+
readonly label: "8x8, sentence hues";
|
|
2113
|
+
readonly description: "Plain unscii square cell with sentence-hue ink.";
|
|
2114
|
+
}, {
|
|
2115
|
+
readonly value: "6x6u-bw";
|
|
2116
|
+
readonly label: "6x6 dense, black";
|
|
2117
|
+
readonly description: "unscii squeezed to 6x6 — densest readable cell, fewest frames — in black ink.";
|
|
2118
|
+
}, {
|
|
2119
|
+
readonly value: "6x6u-sent";
|
|
2120
|
+
readonly label: "6x6 dense, sentence hues";
|
|
2121
|
+
readonly description: "Densest cell with sentence-hue ink.";
|
|
2122
|
+
}, {
|
|
2123
|
+
readonly value: "5x8-bw";
|
|
2124
|
+
readonly label: "5x8 legacy, black";
|
|
2125
|
+
readonly description: "Original X.org 5x8 glyphs on the 2576px frame, black ink.";
|
|
2126
|
+
}, {
|
|
2127
|
+
readonly value: "5x8-sent";
|
|
2128
|
+
readonly label: "5x8 legacy, sentence hues";
|
|
2129
|
+
readonly description: "The original snapcompact shape (pre-shape-table sessions rendered this).";
|
|
2130
|
+
}, {
|
|
2131
|
+
readonly value: "6x12-dim";
|
|
2132
|
+
readonly label: "6x12, dimmed stopwords";
|
|
2133
|
+
readonly description: "X.org 6x12 glyphs, black ink, function words dimmed gray.";
|
|
2134
|
+
}, {
|
|
2135
|
+
readonly value: "8x13-bw";
|
|
2136
|
+
readonly label: "8x13, black";
|
|
2137
|
+
readonly description: "X.org 8x13 glyphs, black ink.";
|
|
2138
|
+
}, {
|
|
2139
|
+
readonly value: "8on16-bw";
|
|
2140
|
+
readonly label: "8x13 on 16px pitch, black";
|
|
2141
|
+
readonly description: "8x13 glyphs on an 8x16 cell (extra leading), black ink.";
|
|
2142
|
+
}, {
|
|
2143
|
+
readonly value: "8on22-bw";
|
|
2144
|
+
readonly label: "8x13 on 22px pitch (leading), black";
|
|
2145
|
+
readonly description: "8x13 glyphs on an 8x22 cell — extra line spacing so rows don't crowd. Default for OpenAI/Google.";
|
|
2146
|
+
}, {
|
|
2147
|
+
readonly value: "11on16-bw";
|
|
2148
|
+
readonly label: "8x13 on 11px advance (tracking), black";
|
|
2149
|
+
readonly description: "8x13 glyphs on an 11x16 cell — extra letter spacing so characters don't merge. Default for Anthropic.";
|
|
2150
|
+
}, {
|
|
2151
|
+
readonly value: "doc-8on16-bw";
|
|
2152
|
+
readonly label: "Doc 8on16, black";
|
|
2153
|
+
readonly description: "Two word-wrapped newspaper columns of 8x13 glyphs on a 16px pitch, black ink.";
|
|
2154
|
+
}, {
|
|
2155
|
+
readonly value: "doc-8on16-sent";
|
|
2156
|
+
readonly label: "Doc 8on16, sentence hues";
|
|
2157
|
+
readonly description: "Two-column doc layout with sentence-hue ink.";
|
|
2158
|
+
}, {
|
|
2159
|
+
readonly value: "doc-8on16-sent-dim";
|
|
2160
|
+
readonly label: "Doc 8on16, sentence hues + dimmed stopwords";
|
|
2161
|
+
readonly description: "Two-column doc layout, sentence-hue ink, function words dimmed gray.";
|
|
2162
|
+
}];
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
1793
2165
|
readonly "branchSummary.enabled": {
|
|
1794
2166
|
readonly type: "boolean";
|
|
1795
2167
|
readonly default: false;
|
|
1796
2168
|
readonly ui: {
|
|
1797
2169
|
readonly tab: "context";
|
|
2170
|
+
readonly group: "General";
|
|
1798
2171
|
readonly label: "Branch Summaries";
|
|
1799
2172
|
readonly description: "Prompt to summarize when leaving a branch";
|
|
1800
2173
|
};
|
|
@@ -1869,12 +2242,13 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1869
2242
|
};
|
|
1870
2243
|
readonly "memory.backend": {
|
|
1871
2244
|
readonly type: "enum";
|
|
1872
|
-
readonly values: readonly ["off", "local", "hindsight", "
|
|
2245
|
+
readonly values: readonly ["off", "local", "hindsight", "mnemopi"];
|
|
1873
2246
|
readonly default: "off";
|
|
1874
2247
|
readonly ui: {
|
|
1875
2248
|
readonly tab: "memory";
|
|
2249
|
+
readonly group: "General";
|
|
1876
2250
|
readonly label: "Memory Backend";
|
|
1877
|
-
readonly description: "Off, local summary pipeline,
|
|
2251
|
+
readonly description: "Off, local summary pipeline, Mnemopi SQLite, or Hindsight remote memory";
|
|
1878
2252
|
readonly options: readonly [{
|
|
1879
2253
|
readonly value: "off";
|
|
1880
2254
|
readonly label: "Off";
|
|
@@ -1888,18 +2262,44 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1888
2262
|
readonly label: "Hindsight";
|
|
1889
2263
|
readonly description: "Vectorize Hindsight remote memory service";
|
|
1890
2264
|
}, {
|
|
1891
|
-
readonly value: "
|
|
1892
|
-
readonly label: "
|
|
2265
|
+
readonly value: "mnemopi";
|
|
2266
|
+
readonly label: "Mnemopi";
|
|
1893
2267
|
readonly description: "Local SQLite recall/retain backend with optional embeddings";
|
|
1894
2268
|
}];
|
|
1895
2269
|
};
|
|
1896
2270
|
};
|
|
2271
|
+
readonly "autolearn.enabled": {
|
|
2272
|
+
readonly type: "boolean";
|
|
2273
|
+
readonly default: false;
|
|
2274
|
+
readonly ui: {
|
|
2275
|
+
readonly tab: "memory";
|
|
2276
|
+
readonly group: "Auto-Learn";
|
|
2277
|
+
readonly label: "Auto-Learn (experimental)";
|
|
2278
|
+
readonly description: "After the agent stops, nudge it to capture lessons to memory and create/enhance isolated managed skills";
|
|
2279
|
+
};
|
|
2280
|
+
};
|
|
2281
|
+
readonly "autolearn.autoContinue": {
|
|
2282
|
+
readonly type: "boolean";
|
|
2283
|
+
readonly default: false;
|
|
2284
|
+
readonly ui: {
|
|
2285
|
+
readonly tab: "memory";
|
|
2286
|
+
readonly group: "Auto-Learn";
|
|
2287
|
+
readonly label: "Auto-run capture at stop";
|
|
2288
|
+
readonly description: "When on, auto-run one capture turn at stop (uses extra tokens). Off = passive reminder on your next turn.";
|
|
2289
|
+
readonly condition: "autolearnActive";
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
readonly "autolearn.minToolCalls": {
|
|
2293
|
+
readonly type: "number";
|
|
2294
|
+
readonly default: 5;
|
|
2295
|
+
};
|
|
1897
2296
|
readonly "selfImprovement.mode": {
|
|
1898
2297
|
readonly type: "enum";
|
|
1899
2298
|
readonly values: readonly ["memory-and-skills", "off"];
|
|
1900
2299
|
readonly default: "memory-and-skills";
|
|
1901
2300
|
readonly ui: {
|
|
1902
2301
|
readonly tab: "memory";
|
|
2302
|
+
readonly group: "Self Improvement";
|
|
1903
2303
|
readonly label: "Self Improvement";
|
|
1904
2304
|
readonly description: "Hermes-style native learning: memory, user profile, and skills update automatically; SOUL stays stable";
|
|
1905
2305
|
readonly options: readonly [{
|
|
@@ -1919,6 +2319,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1919
2319
|
readonly default: "memory-and-skills";
|
|
1920
2320
|
readonly ui: {
|
|
1921
2321
|
readonly tab: "memory";
|
|
2322
|
+
readonly group: "Self Improvement";
|
|
1922
2323
|
readonly label: "Post-Turn Review";
|
|
1923
2324
|
readonly description: "Hermes-style background review after settled turns, routed through the native Prometheus memory pipeline";
|
|
1924
2325
|
readonly options: readonly [{
|
|
@@ -1937,6 +2338,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1937
2338
|
readonly default: 10;
|
|
1938
2339
|
readonly ui: {
|
|
1939
2340
|
readonly tab: "memory";
|
|
2341
|
+
readonly group: "Self Improvement";
|
|
1940
2342
|
readonly label: "Review Turn Interval";
|
|
1941
2343
|
readonly description: "User turns between post-turn self-improvement reviews; 10 mirrors Hermes";
|
|
1942
2344
|
};
|
|
@@ -1947,6 +2349,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1947
2349
|
readonly default: "propose";
|
|
1948
2350
|
readonly ui: {
|
|
1949
2351
|
readonly tab: "memory";
|
|
2352
|
+
readonly group: "Self Improvement";
|
|
1950
2353
|
readonly label: "Identity Review";
|
|
1951
2354
|
readonly description: "Proposal-only SOUL review; never rewrites SOUL.md automatically";
|
|
1952
2355
|
readonly options: readonly [{
|
|
@@ -1966,6 +2369,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1966
2369
|
readonly default: "dry-run";
|
|
1967
2370
|
readonly ui: {
|
|
1968
2371
|
readonly tab: "memory";
|
|
2372
|
+
readonly group: "Self Improvement";
|
|
1969
2373
|
readonly label: "Skill Curator";
|
|
1970
2374
|
readonly description: "Report-only generated-skill curation with recoverable archive lifecycle";
|
|
1971
2375
|
readonly options: readonly [{
|
|
@@ -1984,6 +2388,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1984
2388
|
readonly default: 30;
|
|
1985
2389
|
readonly ui: {
|
|
1986
2390
|
readonly tab: "memory";
|
|
2391
|
+
readonly group: "Self Improvement";
|
|
1987
2392
|
readonly label: "Skill Stale Days";
|
|
1988
2393
|
readonly description: "Days of no generated-skill activity before the dry-run curator marks it stale";
|
|
1989
2394
|
};
|
|
@@ -1993,127 +2398,181 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1993
2398
|
readonly default: 90;
|
|
1994
2399
|
readonly ui: {
|
|
1995
2400
|
readonly tab: "memory";
|
|
2401
|
+
readonly group: "Self Improvement";
|
|
1996
2402
|
readonly label: "Skill Archive Days";
|
|
1997
2403
|
readonly description: "Days of no generated-skill activity before the dry-run curator suggests archive";
|
|
1998
2404
|
};
|
|
1999
2405
|
};
|
|
2000
|
-
readonly "
|
|
2406
|
+
readonly "mnemopi.dbPath": {
|
|
2001
2407
|
readonly type: "string";
|
|
2002
2408
|
readonly default: undefined;
|
|
2003
2409
|
readonly ui: {
|
|
2004
2410
|
readonly tab: "memory";
|
|
2005
|
-
readonly
|
|
2411
|
+
readonly group: "Mnemopi";
|
|
2412
|
+
readonly label: "Mnemopi DB Path";
|
|
2006
2413
|
readonly description: "Optional SQLite DB path. Defaults to the agent memories directory.";
|
|
2007
|
-
readonly condition: "
|
|
2414
|
+
readonly condition: "mnemopiActive";
|
|
2008
2415
|
};
|
|
2009
2416
|
};
|
|
2010
|
-
readonly "
|
|
2417
|
+
readonly "mnemopi.bank": {
|
|
2011
2418
|
readonly type: "string";
|
|
2012
2419
|
readonly default: undefined;
|
|
2013
2420
|
readonly ui: {
|
|
2014
2421
|
readonly tab: "memory";
|
|
2015
|
-
readonly
|
|
2422
|
+
readonly group: "Mnemopi";
|
|
2423
|
+
readonly label: "Mnemopi Bank";
|
|
2016
2424
|
readonly description: "Optional shared bank base name. Per-project modes derive project-local banks from it.";
|
|
2017
|
-
readonly condition: "
|
|
2425
|
+
readonly condition: "mnemopiActive";
|
|
2018
2426
|
};
|
|
2019
2427
|
};
|
|
2020
|
-
readonly "
|
|
2428
|
+
readonly "mnemopi.scoping": {
|
|
2021
2429
|
readonly type: "enum";
|
|
2022
2430
|
readonly values: readonly ["global", "per-project", "per-project-tagged"];
|
|
2023
2431
|
readonly default: "per-project";
|
|
2024
2432
|
readonly ui: {
|
|
2025
2433
|
readonly tab: "memory";
|
|
2026
|
-
readonly
|
|
2434
|
+
readonly group: "Mnemopi";
|
|
2435
|
+
readonly label: "Mnemopi Scoping";
|
|
2027
2436
|
readonly description: "global = one shared bank; per-project = isolated bank per cwd; per-project-tagged = project-local writes plus global recall visibility";
|
|
2028
2437
|
readonly options: readonly [{
|
|
2029
2438
|
readonly value: "global";
|
|
2030
2439
|
readonly label: "Global";
|
|
2031
|
-
readonly description: "One shared
|
|
2440
|
+
readonly description: "One shared Mnemopi bank for every project";
|
|
2032
2441
|
}, {
|
|
2033
2442
|
readonly value: "per-project";
|
|
2034
2443
|
readonly label: "Per project";
|
|
2035
|
-
readonly description: "Project-local
|
|
2444
|
+
readonly description: "Project-local Mnemopi bank per cwd basename";
|
|
2036
2445
|
}, {
|
|
2037
2446
|
readonly value: "per-project-tagged";
|
|
2038
2447
|
readonly label: "Per project (tagged)";
|
|
2039
2448
|
readonly description: "Write to a project-local bank but merge project + shared recall results";
|
|
2040
2449
|
}];
|
|
2041
|
-
readonly condition: "
|
|
2450
|
+
readonly condition: "mnemopiActive";
|
|
2042
2451
|
};
|
|
2043
2452
|
};
|
|
2044
|
-
readonly "
|
|
2453
|
+
readonly "mnemopi.embeddingVariant": {
|
|
2454
|
+
readonly type: "enum";
|
|
2455
|
+
readonly values: readonly ["en", "multilingual"];
|
|
2456
|
+
readonly default: "en";
|
|
2457
|
+
readonly ui: {
|
|
2458
|
+
readonly tab: "memory";
|
|
2459
|
+
readonly group: "Mnemopi";
|
|
2460
|
+
readonly label: "Embedding variant";
|
|
2461
|
+
readonly description: "Local embedding model family. en = stronger English model; multilingual = cross-language model. Changing this rebuilds existing memory embeddings on next start.";
|
|
2462
|
+
readonly options: readonly [{
|
|
2463
|
+
readonly value: "en";
|
|
2464
|
+
readonly label: "English (bge-base-en-v1.5)";
|
|
2465
|
+
readonly description: "BAAI/bge-base-en-v1.5 (768d), English-only";
|
|
2466
|
+
}, {
|
|
2467
|
+
readonly value: "multilingual";
|
|
2468
|
+
readonly label: "Multilingual (multilingual-e5-large)";
|
|
2469
|
+
readonly description: "intfloat/multilingual-e5-large (1024d), cross-language recall";
|
|
2470
|
+
}];
|
|
2471
|
+
readonly condition: "mnemopiActive";
|
|
2472
|
+
};
|
|
2473
|
+
};
|
|
2474
|
+
readonly "mnemopi.autoRecall": {
|
|
2045
2475
|
readonly type: "boolean";
|
|
2046
2476
|
readonly default: true;
|
|
2047
2477
|
readonly ui: {
|
|
2048
2478
|
readonly tab: "memory";
|
|
2049
|
-
readonly
|
|
2479
|
+
readonly group: "Mnemopi";
|
|
2480
|
+
readonly label: "Mnemopi Auto Recall";
|
|
2050
2481
|
readonly description: "Recall local memories into the first turn of each session";
|
|
2051
|
-
readonly condition: "
|
|
2482
|
+
readonly condition: "mnemopiActive";
|
|
2052
2483
|
};
|
|
2053
2484
|
};
|
|
2054
|
-
readonly "
|
|
2485
|
+
readonly "mnemopi.autoRetain": {
|
|
2055
2486
|
readonly type: "boolean";
|
|
2056
2487
|
readonly default: true;
|
|
2057
2488
|
readonly ui: {
|
|
2058
2489
|
readonly tab: "memory";
|
|
2059
|
-
readonly
|
|
2060
|
-
readonly
|
|
2061
|
-
readonly
|
|
2490
|
+
readonly group: "Mnemopi";
|
|
2491
|
+
readonly label: "Mnemopi Auto Retain";
|
|
2492
|
+
readonly description: "Retain completed conversation turns into local Mnemopi memory";
|
|
2493
|
+
readonly condition: "mnemopiActive";
|
|
2062
2494
|
};
|
|
2063
2495
|
};
|
|
2064
|
-
readonly "
|
|
2496
|
+
readonly "mnemopi.polyphonicRecall": {
|
|
2065
2497
|
readonly type: "boolean";
|
|
2066
2498
|
readonly default: false;
|
|
2067
2499
|
readonly ui: {
|
|
2068
2500
|
readonly tab: "memory";
|
|
2069
|
-
readonly
|
|
2501
|
+
readonly group: "Mnemopi";
|
|
2502
|
+
readonly label: "Mnemopi Polyphonic Recall";
|
|
2503
|
+
readonly description: "Enable 4-voice recall (vector, graph, fact, temporal) fused with reciprocal rank fusion";
|
|
2504
|
+
readonly condition: "mnemopiActive";
|
|
2505
|
+
};
|
|
2506
|
+
};
|
|
2507
|
+
readonly "mnemopi.enhancedRecall": {
|
|
2508
|
+
readonly type: "boolean";
|
|
2509
|
+
readonly default: false;
|
|
2510
|
+
readonly ui: {
|
|
2511
|
+
readonly tab: "memory";
|
|
2512
|
+
readonly group: "Mnemopi";
|
|
2513
|
+
readonly label: "Mnemopi Enhanced Recall";
|
|
2514
|
+
readonly description: "Enable the tiered query result cache for repeated and similar recall queries";
|
|
2515
|
+
readonly condition: "mnemopiActive";
|
|
2516
|
+
};
|
|
2517
|
+
};
|
|
2518
|
+
readonly "mnemopi.noEmbeddings": {
|
|
2519
|
+
readonly type: "boolean";
|
|
2520
|
+
readonly default: false;
|
|
2521
|
+
readonly ui: {
|
|
2522
|
+
readonly tab: "memory";
|
|
2523
|
+
readonly group: "Mnemopi";
|
|
2524
|
+
readonly label: "Mnemopi Disable Embeddings";
|
|
2070
2525
|
readonly description: "Force deterministic FTS-only recall instead of vector embeddings";
|
|
2071
|
-
readonly condition: "
|
|
2526
|
+
readonly condition: "mnemopiActive";
|
|
2072
2527
|
};
|
|
2073
2528
|
};
|
|
2074
|
-
readonly "
|
|
2529
|
+
readonly "mnemopi.embeddingModel": {
|
|
2075
2530
|
readonly type: "string";
|
|
2076
2531
|
readonly default: undefined;
|
|
2077
2532
|
readonly ui: {
|
|
2078
2533
|
readonly tab: "memory";
|
|
2079
|
-
readonly
|
|
2080
|
-
readonly
|
|
2081
|
-
readonly
|
|
2534
|
+
readonly group: "Mnemopi";
|
|
2535
|
+
readonly label: "Mnemopi Embedding Model";
|
|
2536
|
+
readonly description: "Advanced: explicit embedding model id that overrides the variant. Leave empty to use mnemopi.embeddingVariant.";
|
|
2537
|
+
readonly condition: "mnemopiActive";
|
|
2082
2538
|
};
|
|
2083
2539
|
};
|
|
2084
|
-
readonly "
|
|
2540
|
+
readonly "mnemopi.embeddingApiUrl": {
|
|
2085
2541
|
readonly type: "string";
|
|
2086
2542
|
readonly default: undefined;
|
|
2087
2543
|
readonly ui: {
|
|
2088
2544
|
readonly tab: "memory";
|
|
2089
|
-
readonly
|
|
2090
|
-
readonly
|
|
2091
|
-
readonly
|
|
2545
|
+
readonly group: "Mnemopi";
|
|
2546
|
+
readonly label: "Mnemopi Embedding API URL";
|
|
2547
|
+
readonly description: "Optional OpenAI-compatible embedding endpoint passed to Mnemopi";
|
|
2548
|
+
readonly condition: "mnemopiActive";
|
|
2092
2549
|
};
|
|
2093
2550
|
};
|
|
2094
|
-
readonly "
|
|
2551
|
+
readonly "mnemopi.embeddingApiKey": {
|
|
2095
2552
|
readonly type: "string";
|
|
2096
2553
|
readonly default: undefined;
|
|
2097
2554
|
readonly ui: {
|
|
2098
2555
|
readonly tab: "memory";
|
|
2099
|
-
readonly
|
|
2100
|
-
readonly
|
|
2101
|
-
readonly
|
|
2556
|
+
readonly group: "Mnemopi";
|
|
2557
|
+
readonly label: "Mnemopi Embedding API Key";
|
|
2558
|
+
readonly description: "Optional embedding API key passed to Mnemopi";
|
|
2559
|
+
readonly condition: "mnemopiActive";
|
|
2102
2560
|
};
|
|
2103
2561
|
};
|
|
2104
|
-
readonly "
|
|
2562
|
+
readonly "mnemopi.llmMode": {
|
|
2105
2563
|
readonly type: "enum";
|
|
2106
2564
|
readonly values: readonly ["none", "smol", "remote"];
|
|
2107
2565
|
readonly default: "smol";
|
|
2108
2566
|
readonly ui: {
|
|
2109
2567
|
readonly tab: "memory";
|
|
2110
|
-
readonly
|
|
2568
|
+
readonly group: "Mnemopi";
|
|
2569
|
+
readonly label: "Mnemopi LLM Mode";
|
|
2111
2570
|
readonly description: "Use no LLM, the configured smol model, or a remote OpenAI-compatible endpoint";
|
|
2112
|
-
readonly condition: "
|
|
2571
|
+
readonly condition: "mnemopiActive";
|
|
2113
2572
|
readonly options: readonly [{
|
|
2114
2573
|
readonly value: "none";
|
|
2115
2574
|
readonly label: "None";
|
|
2116
|
-
readonly description: "Disable
|
|
2575
|
+
readonly description: "Disable Mnemopi LLM-backed extraction";
|
|
2117
2576
|
}, {
|
|
2118
2577
|
readonly value: "smol";
|
|
2119
2578
|
readonly label: "Smol";
|
|
@@ -2121,61 +2580,64 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2121
2580
|
}, {
|
|
2122
2581
|
readonly value: "remote";
|
|
2123
2582
|
readonly label: "Remote";
|
|
2124
|
-
readonly description: "Use the
|
|
2583
|
+
readonly description: "Use the Mnemopi remote LLM settings below";
|
|
2125
2584
|
}];
|
|
2126
2585
|
};
|
|
2127
2586
|
};
|
|
2128
|
-
readonly "
|
|
2587
|
+
readonly "mnemopi.llmBaseUrl": {
|
|
2129
2588
|
readonly type: "string";
|
|
2130
2589
|
readonly default: undefined;
|
|
2131
2590
|
readonly ui: {
|
|
2132
2591
|
readonly tab: "memory";
|
|
2133
|
-
readonly
|
|
2134
|
-
readonly
|
|
2135
|
-
readonly
|
|
2592
|
+
readonly group: "Mnemopi";
|
|
2593
|
+
readonly label: "Mnemopi LLM Base URL";
|
|
2594
|
+
readonly description: "Optional OpenAI-compatible LLM endpoint for Mnemopi remote mode";
|
|
2595
|
+
readonly condition: "mnemopiActive";
|
|
2136
2596
|
};
|
|
2137
2597
|
};
|
|
2138
|
-
readonly "
|
|
2598
|
+
readonly "mnemopi.llmApiKey": {
|
|
2139
2599
|
readonly type: "string";
|
|
2140
2600
|
readonly default: undefined;
|
|
2141
2601
|
readonly ui: {
|
|
2142
2602
|
readonly tab: "memory";
|
|
2143
|
-
readonly
|
|
2144
|
-
readonly
|
|
2145
|
-
readonly
|
|
2603
|
+
readonly group: "Mnemopi";
|
|
2604
|
+
readonly label: "Mnemopi LLM API Key";
|
|
2605
|
+
readonly description: "Optional LLM API key for Mnemopi remote mode";
|
|
2606
|
+
readonly condition: "mnemopiActive";
|
|
2146
2607
|
};
|
|
2147
2608
|
};
|
|
2148
|
-
readonly "
|
|
2609
|
+
readonly "mnemopi.llmModel": {
|
|
2149
2610
|
readonly type: "string";
|
|
2150
2611
|
readonly default: undefined;
|
|
2151
2612
|
readonly ui: {
|
|
2152
2613
|
readonly tab: "memory";
|
|
2153
|
-
readonly
|
|
2154
|
-
readonly
|
|
2155
|
-
readonly
|
|
2614
|
+
readonly group: "Mnemopi";
|
|
2615
|
+
readonly label: "Mnemopi LLM Model";
|
|
2616
|
+
readonly description: "Optional LLM model name for Mnemopi remote mode";
|
|
2617
|
+
readonly condition: "mnemopiActive";
|
|
2156
2618
|
};
|
|
2157
2619
|
};
|
|
2158
|
-
readonly "
|
|
2620
|
+
readonly "mnemopi.retainEveryNTurns": {
|
|
2159
2621
|
readonly type: "number";
|
|
2160
2622
|
readonly default: 4;
|
|
2161
2623
|
};
|
|
2162
|
-
readonly "
|
|
2624
|
+
readonly "mnemopi.recallLimit": {
|
|
2163
2625
|
readonly type: "number";
|
|
2164
2626
|
readonly default: 8;
|
|
2165
2627
|
};
|
|
2166
|
-
readonly "
|
|
2628
|
+
readonly "mnemopi.recallContextTurns": {
|
|
2167
2629
|
readonly type: "number";
|
|
2168
2630
|
readonly default: 3;
|
|
2169
2631
|
};
|
|
2170
|
-
readonly "
|
|
2632
|
+
readonly "mnemopi.recallMaxQueryChars": {
|
|
2171
2633
|
readonly type: "number";
|
|
2172
2634
|
readonly default: 4000;
|
|
2173
2635
|
};
|
|
2174
|
-
readonly "
|
|
2636
|
+
readonly "mnemopi.injectionTokenLimit": {
|
|
2175
2637
|
readonly type: "number";
|
|
2176
2638
|
readonly default: 5000;
|
|
2177
2639
|
};
|
|
2178
|
-
readonly "
|
|
2640
|
+
readonly "mnemopi.debug": {
|
|
2179
2641
|
readonly type: "boolean";
|
|
2180
2642
|
readonly default: false;
|
|
2181
2643
|
};
|
|
@@ -2184,6 +2646,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2184
2646
|
readonly default: "http://localhost:8888";
|
|
2185
2647
|
readonly ui: {
|
|
2186
2648
|
readonly tab: "memory";
|
|
2649
|
+
readonly group: "Hindsight";
|
|
2187
2650
|
readonly label: "Hindsight API URL";
|
|
2188
2651
|
readonly description: "Hindsight server URL (Cloud or self-hosted)";
|
|
2189
2652
|
readonly condition: "hindsightActive";
|
|
@@ -2198,6 +2661,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2198
2661
|
readonly default: undefined;
|
|
2199
2662
|
readonly ui: {
|
|
2200
2663
|
readonly tab: "memory";
|
|
2664
|
+
readonly group: "Hindsight";
|
|
2201
2665
|
readonly label: "Hindsight Bank ID";
|
|
2202
2666
|
readonly description: "Memory bank identifier (default: project name)";
|
|
2203
2667
|
readonly condition: "hindsightActive";
|
|
@@ -2213,6 +2677,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2213
2677
|
readonly default: "per-project-tagged";
|
|
2214
2678
|
readonly ui: {
|
|
2215
2679
|
readonly tab: "memory";
|
|
2680
|
+
readonly group: "Hindsight";
|
|
2216
2681
|
readonly label: "Hindsight Scoping";
|
|
2217
2682
|
readonly description: "global = one shared bank; per-project = isolated bank per cwd; per-project-tagged = shared bank with project tags so global + project memories merge on recall";
|
|
2218
2683
|
readonly options: readonly [{
|
|
@@ -2244,6 +2709,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2244
2709
|
readonly default: true;
|
|
2245
2710
|
readonly ui: {
|
|
2246
2711
|
readonly tab: "memory";
|
|
2712
|
+
readonly group: "Hindsight";
|
|
2247
2713
|
readonly label: "Hindsight Auto Recall";
|
|
2248
2714
|
readonly description: "Recall memories on the first turn of each session";
|
|
2249
2715
|
readonly condition: "hindsightActive";
|
|
@@ -2254,6 +2720,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2254
2720
|
readonly default: true;
|
|
2255
2721
|
readonly ui: {
|
|
2256
2722
|
readonly tab: "memory";
|
|
2723
|
+
readonly group: "Hindsight";
|
|
2257
2724
|
readonly label: "Hindsight Auto Retain";
|
|
2258
2725
|
readonly description: "Retain transcript every N turns and at session boundaries";
|
|
2259
2726
|
readonly condition: "hindsightActive";
|
|
@@ -2265,6 +2732,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2265
2732
|
readonly default: "full-session";
|
|
2266
2733
|
readonly ui: {
|
|
2267
2734
|
readonly tab: "memory";
|
|
2735
|
+
readonly group: "Hindsight";
|
|
2268
2736
|
readonly label: "Hindsight Retain Mode";
|
|
2269
2737
|
readonly description: "full-session = upsert one document per session, last-turn = chunked";
|
|
2270
2738
|
readonly options: readonly [{
|
|
@@ -2321,6 +2789,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2321
2789
|
readonly default: true;
|
|
2322
2790
|
readonly ui: {
|
|
2323
2791
|
readonly tab: "memory";
|
|
2792
|
+
readonly group: "Hindsight";
|
|
2324
2793
|
readonly label: "Hindsight Mental Models";
|
|
2325
2794
|
readonly description: "Read curated reflect summaries (mental models) into developer instructions at boot. Loads existing models on the bank — does not write. Pair with hindsight.mentalModelAutoSeed to also auto-create the built-in seed set.";
|
|
2326
2795
|
readonly condition: "hindsightActive";
|
|
@@ -2331,6 +2800,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2331
2800
|
readonly default: true;
|
|
2332
2801
|
readonly ui: {
|
|
2333
2802
|
readonly tab: "memory";
|
|
2803
|
+
readonly group: "Hindsight";
|
|
2334
2804
|
readonly label: "Hindsight Mental Model Auto-Seed";
|
|
2335
2805
|
readonly description: "At session start, create any built-in mental models (project-conventions, project-decisions, user-preferences) that do not yet exist on the bank.";
|
|
2336
2806
|
readonly condition: "hindsightActive";
|
|
@@ -2349,8 +2819,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2349
2819
|
readonly default: true;
|
|
2350
2820
|
readonly ui: {
|
|
2351
2821
|
readonly tab: "context";
|
|
2822
|
+
readonly group: "Rules (TTSR)";
|
|
2352
2823
|
readonly label: "TTSR";
|
|
2353
|
-
readonly description: "
|
|
2824
|
+
readonly description: "Interrupt the agent mid-stream when output matches rule patterns (Time-Traveling Stream Rules)";
|
|
2354
2825
|
};
|
|
2355
2826
|
};
|
|
2356
2827
|
readonly "ttsr.contextMode": {
|
|
@@ -2359,6 +2830,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2359
2830
|
readonly default: "discard";
|
|
2360
2831
|
readonly ui: {
|
|
2361
2832
|
readonly tab: "context";
|
|
2833
|
+
readonly group: "Rules (TTSR)";
|
|
2362
2834
|
readonly label: "TTSR Context Mode";
|
|
2363
2835
|
readonly description: "What to do with partial output when TTSR triggers";
|
|
2364
2836
|
};
|
|
@@ -2369,6 +2841,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2369
2841
|
readonly default: "always";
|
|
2370
2842
|
readonly ui: {
|
|
2371
2843
|
readonly tab: "context";
|
|
2844
|
+
readonly group: "Rules (TTSR)";
|
|
2372
2845
|
readonly label: "TTSR Interrupt Mode";
|
|
2373
2846
|
readonly description: "When to interrupt mid-stream vs inject warning after completion";
|
|
2374
2847
|
readonly options: readonly [{
|
|
@@ -2396,6 +2869,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2396
2869
|
readonly default: "once";
|
|
2397
2870
|
readonly ui: {
|
|
2398
2871
|
readonly tab: "context";
|
|
2872
|
+
readonly group: "Rules (TTSR)";
|
|
2399
2873
|
readonly label: "TTSR Repeat Mode";
|
|
2400
2874
|
readonly description: "How rules can repeat: once per session or after a message gap";
|
|
2401
2875
|
};
|
|
@@ -2405,6 +2879,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2405
2879
|
readonly default: 10;
|
|
2406
2880
|
readonly ui: {
|
|
2407
2881
|
readonly tab: "context";
|
|
2882
|
+
readonly group: "Rules (TTSR)";
|
|
2408
2883
|
readonly label: "TTSR Repeat Gap";
|
|
2409
2884
|
readonly description: "Messages before a rule can trigger again";
|
|
2410
2885
|
readonly options: readonly [{
|
|
@@ -2430,7 +2905,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2430
2905
|
readonly default: true;
|
|
2431
2906
|
readonly ui: {
|
|
2432
2907
|
readonly tab: "context";
|
|
2433
|
-
readonly
|
|
2908
|
+
readonly group: "Rules (TTSR)";
|
|
2909
|
+
readonly label: "Built-in Rules";
|
|
2434
2910
|
readonly description: "Load the default rules shipped with the agent (override individually with ttsr.disabledRules)";
|
|
2435
2911
|
};
|
|
2436
2912
|
};
|
|
@@ -2439,6 +2915,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2439
2915
|
readonly default: string[];
|
|
2440
2916
|
readonly ui: {
|
|
2441
2917
|
readonly tab: "context";
|
|
2918
|
+
readonly group: "Rules (TTSR)";
|
|
2442
2919
|
readonly label: "Disabled Rules";
|
|
2443
2920
|
readonly description: "Rule names to ignore entirely (applies to bundled defaults and your own rules)";
|
|
2444
2921
|
};
|
|
@@ -2448,7 +2925,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2448
2925
|
readonly values: import("..").EditMode[];
|
|
2449
2926
|
readonly default: "hashline";
|
|
2450
2927
|
readonly ui: {
|
|
2451
|
-
readonly tab: "
|
|
2928
|
+
readonly tab: "files";
|
|
2929
|
+
readonly group: "Editing";
|
|
2452
2930
|
readonly label: "Edit Mode";
|
|
2453
2931
|
readonly description: "Select the edit tool variant (replace, patch, hashline, or apply_patch)";
|
|
2454
2932
|
};
|
|
@@ -2457,7 +2935,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2457
2935
|
readonly type: "boolean";
|
|
2458
2936
|
readonly default: true;
|
|
2459
2937
|
readonly ui: {
|
|
2460
|
-
readonly tab: "
|
|
2938
|
+
readonly tab: "files";
|
|
2939
|
+
readonly group: "Editing";
|
|
2461
2940
|
readonly label: "Fuzzy Match";
|
|
2462
2941
|
readonly description: "Accept high-confidence fuzzy matches for whitespace differences";
|
|
2463
2942
|
};
|
|
@@ -2466,9 +2945,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2466
2945
|
readonly type: "number";
|
|
2467
2946
|
readonly default: 0.95;
|
|
2468
2947
|
readonly ui: {
|
|
2469
|
-
readonly tab: "
|
|
2948
|
+
readonly tab: "files";
|
|
2949
|
+
readonly group: "Editing";
|
|
2470
2950
|
readonly label: "Fuzzy Match Threshold";
|
|
2471
|
-
readonly description: "Similarity threshold for fuzzy matches";
|
|
2951
|
+
readonly description: "Similarity threshold (0-1) for accepting fuzzy matches";
|
|
2472
2952
|
readonly options: readonly [{
|
|
2473
2953
|
readonly value: "0.85";
|
|
2474
2954
|
readonly label: "0.85";
|
|
@@ -2492,7 +2972,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2492
2972
|
readonly type: "boolean";
|
|
2493
2973
|
readonly default: false;
|
|
2494
2974
|
readonly ui: {
|
|
2495
|
-
readonly tab: "
|
|
2975
|
+
readonly tab: "files";
|
|
2976
|
+
readonly group: "Editing";
|
|
2496
2977
|
readonly label: "Abort on Failed Preview";
|
|
2497
2978
|
readonly description: "Abort streaming edit tool calls when patch preview fails";
|
|
2498
2979
|
};
|
|
@@ -2501,7 +2982,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2501
2982
|
readonly type: "boolean";
|
|
2502
2983
|
readonly default: true;
|
|
2503
2984
|
readonly ui: {
|
|
2504
|
-
readonly tab: "
|
|
2985
|
+
readonly tab: "files";
|
|
2986
|
+
readonly group: "Editing";
|
|
2505
2987
|
readonly label: "Block Auto-Generated Files";
|
|
2506
2988
|
readonly description: "Prevent editing of files that appear to be auto-generated (protoc, sqlc, swagger, etc.)";
|
|
2507
2989
|
};
|
|
@@ -2510,7 +2992,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2510
2992
|
readonly type: "boolean";
|
|
2511
2993
|
readonly default: false;
|
|
2512
2994
|
readonly ui: {
|
|
2513
|
-
readonly tab: "
|
|
2995
|
+
readonly tab: "files";
|
|
2996
|
+
readonly group: "Reading";
|
|
2514
2997
|
readonly label: "Line Numbers";
|
|
2515
2998
|
readonly description: "Prepend line numbers to read tool output by default";
|
|
2516
2999
|
};
|
|
@@ -2519,7 +3002,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2519
3002
|
readonly type: "boolean";
|
|
2520
3003
|
readonly default: true;
|
|
2521
3004
|
readonly ui: {
|
|
2522
|
-
readonly tab: "
|
|
3005
|
+
readonly tab: "files";
|
|
3006
|
+
readonly group: "Reading";
|
|
2523
3007
|
readonly label: "Hash Lines";
|
|
2524
3008
|
readonly description: "Include snapshot-tag headers and line numbers in read output for hashline edit mode ([PATH#TAG] plus LINE:content)";
|
|
2525
3009
|
};
|
|
@@ -2528,7 +3012,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2528
3012
|
readonly type: "number";
|
|
2529
3013
|
readonly default: 300;
|
|
2530
3014
|
readonly ui: {
|
|
2531
|
-
readonly tab: "
|
|
3015
|
+
readonly tab: "files";
|
|
3016
|
+
readonly group: "Reading";
|
|
2532
3017
|
readonly label: "Default Read Limit";
|
|
2533
3018
|
readonly description: "Default number of lines returned when agent calls read without a limit";
|
|
2534
3019
|
readonly options: readonly [{
|
|
@@ -2553,7 +3038,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2553
3038
|
readonly type: "boolean";
|
|
2554
3039
|
readonly default: true;
|
|
2555
3040
|
readonly ui: {
|
|
2556
|
-
readonly tab: "
|
|
3041
|
+
readonly tab: "files";
|
|
3042
|
+
readonly group: "Read Summaries";
|
|
2557
3043
|
readonly label: "Read Summaries";
|
|
2558
3044
|
readonly description: "Return structural code summaries when read is called without an explicit selector";
|
|
2559
3045
|
};
|
|
@@ -2562,7 +3048,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2562
3048
|
readonly type: "boolean";
|
|
2563
3049
|
readonly default: false;
|
|
2564
3050
|
readonly ui: {
|
|
2565
|
-
readonly tab: "
|
|
3051
|
+
readonly tab: "files";
|
|
3052
|
+
readonly group: "Read Summaries";
|
|
2566
3053
|
readonly label: "Prose Summaries";
|
|
2567
3054
|
readonly description: "Return structural summaries for Markdown and plain text reads";
|
|
2568
3055
|
};
|
|
@@ -2571,7 +3058,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2571
3058
|
readonly type: "number";
|
|
2572
3059
|
readonly default: 4;
|
|
2573
3060
|
readonly ui: {
|
|
2574
|
-
readonly tab: "
|
|
3061
|
+
readonly tab: "files";
|
|
3062
|
+
readonly group: "Read Summaries";
|
|
2575
3063
|
readonly label: "Read Summary Body Lines";
|
|
2576
3064
|
readonly description: "Minimum multiline body or literal length before read summaries collapse it";
|
|
2577
3065
|
};
|
|
@@ -2580,7 +3068,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2580
3068
|
readonly type: "number";
|
|
2581
3069
|
readonly default: 6;
|
|
2582
3070
|
readonly ui: {
|
|
2583
|
-
readonly tab: "
|
|
3071
|
+
readonly tab: "files";
|
|
3072
|
+
readonly group: "Read Summaries";
|
|
2584
3073
|
readonly label: "Read Summary Comment Lines";
|
|
2585
3074
|
readonly description: "Minimum multiline block comment length before read summaries collapse it";
|
|
2586
3075
|
};
|
|
@@ -2589,7 +3078,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2589
3078
|
readonly type: "number";
|
|
2590
3079
|
readonly default: 100;
|
|
2591
3080
|
readonly ui: {
|
|
2592
|
-
readonly tab: "
|
|
3081
|
+
readonly tab: "files";
|
|
3082
|
+
readonly group: "Read Summaries";
|
|
2593
3083
|
readonly label: "Read Summary Minimum File Length";
|
|
2594
3084
|
readonly description: "Files with fewer total lines are read verbatim instead of structurally summarized";
|
|
2595
3085
|
};
|
|
@@ -2598,7 +3088,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2598
3088
|
readonly type: "number";
|
|
2599
3089
|
readonly default: 50;
|
|
2600
3090
|
readonly ui: {
|
|
2601
|
-
readonly tab: "
|
|
3091
|
+
readonly tab: "files";
|
|
3092
|
+
readonly group: "Read Summaries";
|
|
2602
3093
|
readonly label: "Read Summary Unfold Target";
|
|
2603
3094
|
readonly description: "BFS-unfold elidable spans until the summary is at least this many visible lines. 0 keeps only the outermost elisions.";
|
|
2604
3095
|
};
|
|
@@ -2607,7 +3098,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2607
3098
|
readonly type: "number";
|
|
2608
3099
|
readonly default: 100;
|
|
2609
3100
|
readonly ui: {
|
|
2610
|
-
readonly tab: "
|
|
3101
|
+
readonly tab: "files";
|
|
3102
|
+
readonly group: "Read Summaries";
|
|
2611
3103
|
readonly label: "Read Summary Unfold Ceiling";
|
|
2612
3104
|
readonly description: "Hard ceiling on summary size while BFS-unfolding. An unfold that would exceed this is reverted and unfolding stops.";
|
|
2613
3105
|
};
|
|
@@ -2616,7 +3108,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2616
3108
|
readonly type: "boolean";
|
|
2617
3109
|
readonly default: false;
|
|
2618
3110
|
readonly ui: {
|
|
2619
|
-
readonly tab: "
|
|
3111
|
+
readonly tab: "files";
|
|
3112
|
+
readonly group: "Reading";
|
|
2620
3113
|
readonly label: "Inline Read Previews";
|
|
2621
3114
|
readonly description: "Render read tool results inline in the transcript instead of summary rows";
|
|
2622
3115
|
};
|
|
@@ -2625,16 +3118,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2625
3118
|
readonly type: "boolean";
|
|
2626
3119
|
readonly default: true;
|
|
2627
3120
|
readonly ui: {
|
|
2628
|
-
readonly tab: "
|
|
3121
|
+
readonly tab: "files";
|
|
3122
|
+
readonly group: "LSP";
|
|
2629
3123
|
readonly label: "LSP";
|
|
2630
|
-
readonly description: "Enable the lsp tool for
|
|
3124
|
+
readonly description: "Enable the lsp tool for code intelligence (definitions, references, diagnostics, rename)";
|
|
3125
|
+
};
|
|
3126
|
+
};
|
|
3127
|
+
readonly "lsp.lazy": {
|
|
3128
|
+
readonly type: "boolean";
|
|
3129
|
+
readonly default: true;
|
|
3130
|
+
readonly ui: {
|
|
3131
|
+
readonly tab: "files";
|
|
3132
|
+
readonly group: "LSP";
|
|
3133
|
+
readonly label: "Lazy LSP Startup";
|
|
3134
|
+
readonly description: "Start language servers on first use (lsp tool or editing a matching file type) instead of at session startup";
|
|
2631
3135
|
};
|
|
2632
3136
|
};
|
|
2633
3137
|
readonly "lsp.formatOnWrite": {
|
|
2634
3138
|
readonly type: "boolean";
|
|
2635
3139
|
readonly default: false;
|
|
2636
3140
|
readonly ui: {
|
|
2637
|
-
readonly tab: "
|
|
3141
|
+
readonly tab: "files";
|
|
3142
|
+
readonly group: "LSP";
|
|
2638
3143
|
readonly label: "Format on Write";
|
|
2639
3144
|
readonly description: "Automatically format code files using LSP after writing";
|
|
2640
3145
|
};
|
|
@@ -2643,7 +3148,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2643
3148
|
readonly type: "boolean";
|
|
2644
3149
|
readonly default: true;
|
|
2645
3150
|
readonly ui: {
|
|
2646
|
-
readonly tab: "
|
|
3151
|
+
readonly tab: "files";
|
|
3152
|
+
readonly group: "LSP";
|
|
2647
3153
|
readonly label: "Diagnostics on Write";
|
|
2648
3154
|
readonly description: "Return LSP diagnostics after writing code files";
|
|
2649
3155
|
};
|
|
@@ -2652,7 +3158,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2652
3158
|
readonly type: "boolean";
|
|
2653
3159
|
readonly default: false;
|
|
2654
3160
|
readonly ui: {
|
|
2655
|
-
readonly tab: "
|
|
3161
|
+
readonly tab: "files";
|
|
3162
|
+
readonly group: "LSP";
|
|
2656
3163
|
readonly label: "Diagnostics on Edit";
|
|
2657
3164
|
readonly description: "Return LSP diagnostics after editing code files";
|
|
2658
3165
|
};
|
|
@@ -2661,16 +3168,38 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2661
3168
|
readonly type: "boolean";
|
|
2662
3169
|
readonly default: true;
|
|
2663
3170
|
readonly ui: {
|
|
2664
|
-
readonly tab: "
|
|
3171
|
+
readonly tab: "files";
|
|
3172
|
+
readonly group: "LSP";
|
|
2665
3173
|
readonly label: "Deduplicate Diagnostics";
|
|
2666
3174
|
readonly description: "Suppress post-edit LSP diagnostics already shown for a file; only surface new or changed ones";
|
|
2667
3175
|
};
|
|
2668
3176
|
};
|
|
3177
|
+
readonly "bash.enabled": {
|
|
3178
|
+
readonly type: "boolean";
|
|
3179
|
+
readonly default: true;
|
|
3180
|
+
readonly ui: {
|
|
3181
|
+
readonly tab: "shell";
|
|
3182
|
+
readonly group: "Bash";
|
|
3183
|
+
readonly label: "Bash";
|
|
3184
|
+
readonly description: "Enable the bash tool for shell command execution";
|
|
3185
|
+
};
|
|
3186
|
+
};
|
|
3187
|
+
readonly "bash.autoBackground.enabled": {
|
|
3188
|
+
readonly type: "boolean";
|
|
3189
|
+
readonly default: false;
|
|
3190
|
+
readonly ui: {
|
|
3191
|
+
readonly tab: "shell";
|
|
3192
|
+
readonly group: "Bash";
|
|
3193
|
+
readonly label: "Bash Auto-Background";
|
|
3194
|
+
readonly description: "Automatically background long-running bash commands and deliver the result later";
|
|
3195
|
+
};
|
|
3196
|
+
};
|
|
2669
3197
|
readonly "bashInterceptor.enabled": {
|
|
2670
3198
|
readonly type: "boolean";
|
|
2671
3199
|
readonly default: false;
|
|
2672
3200
|
readonly ui: {
|
|
2673
|
-
readonly tab: "
|
|
3201
|
+
readonly tab: "shell";
|
|
3202
|
+
readonly group: "Bash";
|
|
2674
3203
|
readonly label: "Bash Interceptor";
|
|
2675
3204
|
readonly description: "Block shell commands that have dedicated tools";
|
|
2676
3205
|
};
|
|
@@ -2683,8 +3212,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2683
3212
|
readonly type: "boolean";
|
|
2684
3213
|
readonly default: true;
|
|
2685
3214
|
readonly ui: {
|
|
2686
|
-
readonly tab: "
|
|
2687
|
-
readonly
|
|
3215
|
+
readonly tab: "shell";
|
|
3216
|
+
readonly group: "Bash";
|
|
3217
|
+
readonly label: "Strip head/tail Pipes";
|
|
2688
3218
|
readonly description: "Silently drop trailing `| head`/`| tail` pipes from single-line bash commands. Output is already truncated automatically.";
|
|
2689
3219
|
};
|
|
2690
3220
|
};
|
|
@@ -2692,7 +3222,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2692
3222
|
readonly type: "boolean";
|
|
2693
3223
|
readonly default: true;
|
|
2694
3224
|
readonly ui: {
|
|
2695
|
-
readonly tab: "
|
|
3225
|
+
readonly tab: "shell";
|
|
3226
|
+
readonly group: "Bash";
|
|
2696
3227
|
readonly label: "Shell Minimizer";
|
|
2697
3228
|
readonly description: "Compress verbose shell output (git, npm, cargo, etc.) before returning it to the agent";
|
|
2698
3229
|
};
|
|
@@ -2713,22 +3244,39 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2713
3244
|
readonly type: "number";
|
|
2714
3245
|
readonly default: number;
|
|
2715
3246
|
};
|
|
3247
|
+
readonly "shellMinimizer.sourceOutlineLevel": {
|
|
3248
|
+
readonly type: "enum";
|
|
3249
|
+
readonly values: readonly ["default", "aggressive"];
|
|
3250
|
+
readonly default: "default";
|
|
3251
|
+
readonly ui: {
|
|
3252
|
+
readonly tab: "shell";
|
|
3253
|
+
readonly group: "Bash";
|
|
3254
|
+
readonly label: "Shell Minimizer Source Outline";
|
|
3255
|
+
readonly description: "Source outline mode for cat/read of source files: default or aggressive";
|
|
3256
|
+
};
|
|
3257
|
+
};
|
|
3258
|
+
readonly "shellMinimizer.legacyFilters": {
|
|
3259
|
+
readonly type: "boolean";
|
|
3260
|
+
readonly default: undefined;
|
|
3261
|
+
};
|
|
2716
3262
|
readonly "eval.py": {
|
|
2717
3263
|
readonly type: "boolean";
|
|
2718
3264
|
readonly default: true;
|
|
2719
3265
|
readonly ui: {
|
|
2720
|
-
readonly tab: "
|
|
2721
|
-
readonly
|
|
2722
|
-
readonly
|
|
3266
|
+
readonly tab: "shell";
|
|
3267
|
+
readonly group: "Eval & Python";
|
|
3268
|
+
readonly label: "Python Eval Backend";
|
|
3269
|
+
readonly description: "Allow the eval tool to dispatch Python cells to the IPython kernel";
|
|
2723
3270
|
};
|
|
2724
3271
|
};
|
|
2725
3272
|
readonly "eval.js": {
|
|
2726
3273
|
readonly type: "boolean";
|
|
2727
3274
|
readonly default: true;
|
|
2728
3275
|
readonly ui: {
|
|
2729
|
-
readonly tab: "
|
|
2730
|
-
readonly
|
|
2731
|
-
readonly
|
|
3276
|
+
readonly tab: "shell";
|
|
3277
|
+
readonly group: "Eval & Python";
|
|
3278
|
+
readonly label: "JavaScript Eval Backend";
|
|
3279
|
+
readonly description: "Allow the eval tool to dispatch JavaScript cells to the in-process runtime";
|
|
2732
3280
|
};
|
|
2733
3281
|
};
|
|
2734
3282
|
readonly "python.kernelMode": {
|
|
@@ -2736,16 +3284,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2736
3284
|
readonly values: readonly ["session", "per-call"];
|
|
2737
3285
|
readonly default: "session";
|
|
2738
3286
|
readonly ui: {
|
|
2739
|
-
readonly tab: "
|
|
3287
|
+
readonly tab: "shell";
|
|
3288
|
+
readonly group: "Eval & Python";
|
|
2740
3289
|
readonly label: "Python Kernel Mode";
|
|
2741
|
-
readonly description: "
|
|
3290
|
+
readonly description: "Keep the IPython kernel alive across eval calls or start fresh each time";
|
|
3291
|
+
};
|
|
3292
|
+
};
|
|
3293
|
+
readonly "python.interpreter": {
|
|
3294
|
+
readonly type: "string";
|
|
3295
|
+
readonly default: "";
|
|
3296
|
+
readonly ui: {
|
|
3297
|
+
readonly tab: "shell";
|
|
3298
|
+
readonly group: "Eval & Python";
|
|
3299
|
+
readonly label: "Python Interpreter";
|
|
3300
|
+
readonly description: "Optional path to an exact Python executable. When set, automatic Python runtime discovery is skipped.";
|
|
2742
3301
|
};
|
|
2743
3302
|
};
|
|
2744
3303
|
readonly "tools.approval": {
|
|
2745
3304
|
readonly type: "record";
|
|
2746
3305
|
readonly default: {};
|
|
2747
3306
|
readonly ui: {
|
|
2748
|
-
readonly tab: "
|
|
3307
|
+
readonly tab: "interaction";
|
|
3308
|
+
readonly group: "Approvals";
|
|
2749
3309
|
readonly label: "Tool Approval Policies";
|
|
2750
3310
|
readonly description: "Per-tool approval policies. Set to 'allow' to auto-approve, 'prompt' to require confirmation, or 'deny' to block. Overrides are honored in every approval mode.";
|
|
2751
3311
|
};
|
|
@@ -2756,8 +3316,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2756
3316
|
readonly default: "yolo";
|
|
2757
3317
|
readonly ui: {
|
|
2758
3318
|
readonly tab: "interaction";
|
|
3319
|
+
readonly group: "Approvals";
|
|
2759
3320
|
readonly label: "Tool Approval";
|
|
2760
|
-
readonly description: "Default approval
|
|
3321
|
+
readonly description: "Default approval behavior for tool calls. 'Always ask' auto-approves read-only tools only. 'Write' auto-approves read and workspace-write tools. 'Yolo' auto-approves all tiers; user policy may still prompt or block.";
|
|
2761
3322
|
readonly options: readonly [{
|
|
2762
3323
|
readonly value: "always-ask";
|
|
2763
3324
|
readonly label: "Always ask";
|
|
@@ -2778,6 +3339,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2778
3339
|
readonly default: true;
|
|
2779
3340
|
readonly ui: {
|
|
2780
3341
|
readonly tab: "tools";
|
|
3342
|
+
readonly group: "Available Tools";
|
|
2781
3343
|
readonly label: "Todos";
|
|
2782
3344
|
readonly description: "Enable the todo tool for task tracking";
|
|
2783
3345
|
};
|
|
@@ -2787,8 +3349,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2787
3349
|
readonly default: true;
|
|
2788
3350
|
readonly ui: {
|
|
2789
3351
|
readonly tab: "tools";
|
|
3352
|
+
readonly group: "Todos";
|
|
2790
3353
|
readonly label: "Todo Reminders";
|
|
2791
|
-
readonly description: "Remind agent to complete todos before stopping";
|
|
3354
|
+
readonly description: "Remind the agent to complete todos before stopping";
|
|
2792
3355
|
};
|
|
2793
3356
|
};
|
|
2794
3357
|
readonly "todo.reminders.max": {
|
|
@@ -2796,8 +3359,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2796
3359
|
readonly default: 3;
|
|
2797
3360
|
readonly ui: {
|
|
2798
3361
|
readonly tab: "tools";
|
|
3362
|
+
readonly group: "Todos";
|
|
2799
3363
|
readonly label: "Todo Reminder Limit";
|
|
2800
|
-
readonly description: "Maximum
|
|
3364
|
+
readonly description: "Maximum number of todo reminders before giving up";
|
|
2801
3365
|
readonly options: readonly [{
|
|
2802
3366
|
readonly value: "1";
|
|
2803
3367
|
readonly label: "1 reminder";
|
|
@@ -2814,12 +3378,27 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2814
3378
|
};
|
|
2815
3379
|
};
|
|
2816
3380
|
readonly "todo.eager": {
|
|
2817
|
-
readonly type: "
|
|
2818
|
-
readonly
|
|
3381
|
+
readonly type: "enum";
|
|
3382
|
+
readonly values: readonly ["default", "preferred", "always"];
|
|
3383
|
+
readonly default: "default";
|
|
2819
3384
|
readonly ui: {
|
|
2820
3385
|
readonly tab: "tools";
|
|
3386
|
+
readonly group: "Todos";
|
|
2821
3387
|
readonly label: "Create Todos Automatically";
|
|
2822
|
-
readonly description: "
|
|
3388
|
+
readonly description: "How strongly to push automatic todo-list creation after the first message";
|
|
3389
|
+
readonly options: readonly [{
|
|
3390
|
+
readonly value: "default";
|
|
3391
|
+
readonly label: "Default";
|
|
3392
|
+
readonly description: "Model decides; no automatic todo list";
|
|
3393
|
+
}, {
|
|
3394
|
+
readonly value: "preferred";
|
|
3395
|
+
readonly label: "Preferred";
|
|
3396
|
+
readonly description: "Suggests a todo list on the first message (reminder, not forced)";
|
|
3397
|
+
}, {
|
|
3398
|
+
readonly value: "always";
|
|
3399
|
+
readonly label: "Always";
|
|
3400
|
+
readonly description: "Forces a comprehensive todo list on the first message";
|
|
3401
|
+
}];
|
|
2823
3402
|
};
|
|
2824
3403
|
};
|
|
2825
3404
|
readonly "find.enabled": {
|
|
@@ -2827,8 +3406,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2827
3406
|
readonly default: true;
|
|
2828
3407
|
readonly ui: {
|
|
2829
3408
|
readonly tab: "tools";
|
|
3409
|
+
readonly group: "Available Tools";
|
|
2830
3410
|
readonly label: "Find";
|
|
2831
|
-
readonly description: "Enable the find tool for file
|
|
3411
|
+
readonly description: "Enable the find tool for glob-based file lookup";
|
|
2832
3412
|
};
|
|
2833
3413
|
};
|
|
2834
3414
|
readonly "search.enabled": {
|
|
@@ -2836,8 +3416,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2836
3416
|
readonly default: true;
|
|
2837
3417
|
readonly ui: {
|
|
2838
3418
|
readonly tab: "tools";
|
|
3419
|
+
readonly group: "Available Tools";
|
|
2839
3420
|
readonly label: "Search";
|
|
2840
|
-
readonly description: "Enable the search tool for content
|
|
3421
|
+
readonly description: "Enable the search tool for regex content search";
|
|
2841
3422
|
};
|
|
2842
3423
|
};
|
|
2843
3424
|
readonly "search.contextBefore": {
|
|
@@ -2845,6 +3426,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2845
3426
|
readonly default: 1;
|
|
2846
3427
|
readonly ui: {
|
|
2847
3428
|
readonly tab: "tools";
|
|
3429
|
+
readonly group: "Search & Browser";
|
|
2848
3430
|
readonly label: "Search Context Before";
|
|
2849
3431
|
readonly description: "Lines of context before each search match";
|
|
2850
3432
|
readonly options: readonly [{
|
|
@@ -2870,6 +3452,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2870
3452
|
readonly default: 3;
|
|
2871
3453
|
readonly ui: {
|
|
2872
3454
|
readonly tab: "tools";
|
|
3455
|
+
readonly group: "Search & Browser";
|
|
2873
3456
|
readonly label: "Search Context After";
|
|
2874
3457
|
readonly description: "Lines of context after each search match";
|
|
2875
3458
|
readonly options: readonly [{
|
|
@@ -2898,6 +3481,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2898
3481
|
readonly default: true;
|
|
2899
3482
|
readonly ui: {
|
|
2900
3483
|
readonly tab: "tools";
|
|
3484
|
+
readonly group: "Available Tools";
|
|
2901
3485
|
readonly label: "AST Grep";
|
|
2902
3486
|
readonly description: "Enable the ast_grep tool for structural AST search";
|
|
2903
3487
|
};
|
|
@@ -2907,49 +3491,17 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2907
3491
|
readonly default: true;
|
|
2908
3492
|
readonly ui: {
|
|
2909
3493
|
readonly tab: "tools";
|
|
3494
|
+
readonly group: "Available Tools";
|
|
2910
3495
|
readonly label: "AST Edit";
|
|
2911
3496
|
readonly description: "Enable the ast_edit tool for structural AST rewrites";
|
|
2912
3497
|
};
|
|
2913
3498
|
};
|
|
2914
|
-
readonly "irc.enabled": {
|
|
2915
|
-
readonly type: "boolean";
|
|
2916
|
-
readonly default: true;
|
|
2917
|
-
readonly ui: {
|
|
2918
|
-
readonly tab: "tools";
|
|
2919
|
-
readonly label: "IRC";
|
|
2920
|
-
readonly description: "Enable agent-to-agent IRC messaging via the irc tool";
|
|
2921
|
-
};
|
|
2922
|
-
};
|
|
2923
|
-
readonly "irc.timeoutMs": {
|
|
2924
|
-
readonly type: "number";
|
|
2925
|
-
readonly default: 120000;
|
|
2926
|
-
readonly ui: {
|
|
2927
|
-
readonly tab: "tools";
|
|
2928
|
-
readonly label: "IRC Timeout";
|
|
2929
|
-
readonly description: "Drop IRC messages whose recipient does not respond within this many milliseconds (0 disables the timeout)";
|
|
2930
|
-
readonly options: readonly [{
|
|
2931
|
-
readonly value: "0";
|
|
2932
|
-
readonly label: "Disabled";
|
|
2933
|
-
}, {
|
|
2934
|
-
readonly value: "30000";
|
|
2935
|
-
readonly label: "30 seconds";
|
|
2936
|
-
}, {
|
|
2937
|
-
readonly value: "60000";
|
|
2938
|
-
readonly label: "1 minute";
|
|
2939
|
-
}, {
|
|
2940
|
-
readonly value: "120000";
|
|
2941
|
-
readonly label: "2 minutes";
|
|
2942
|
-
}, {
|
|
2943
|
-
readonly value: "300000";
|
|
2944
|
-
readonly label: "5 minutes";
|
|
2945
|
-
}];
|
|
2946
|
-
};
|
|
2947
|
-
};
|
|
2948
3499
|
readonly "renderMermaid.enabled": {
|
|
2949
3500
|
readonly type: "boolean";
|
|
2950
3501
|
readonly default: false;
|
|
2951
3502
|
readonly ui: {
|
|
2952
3503
|
readonly tab: "tools";
|
|
3504
|
+
readonly group: "Available Tools";
|
|
2953
3505
|
readonly label: "Render Mermaid";
|
|
2954
3506
|
readonly description: "Enable the render_mermaid tool for Mermaid-to-ASCII rendering";
|
|
2955
3507
|
};
|
|
@@ -2959,17 +3511,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2959
3511
|
readonly default: true;
|
|
2960
3512
|
readonly ui: {
|
|
2961
3513
|
readonly tab: "tools";
|
|
3514
|
+
readonly group: "Available Tools";
|
|
2962
3515
|
readonly label: "Debug";
|
|
2963
3516
|
readonly description: "Enable the debug tool for DAP-based debugging";
|
|
2964
3517
|
};
|
|
2965
3518
|
};
|
|
2966
|
-
readonly "
|
|
3519
|
+
readonly "speechgen.enabled": {
|
|
2967
3520
|
readonly type: "boolean";
|
|
2968
3521
|
readonly default: false;
|
|
2969
3522
|
readonly ui: {
|
|
2970
3523
|
readonly tab: "tools";
|
|
2971
|
-
readonly
|
|
2972
|
-
readonly
|
|
3524
|
+
readonly group: "Available Tools";
|
|
3525
|
+
readonly label: "Speech Generation";
|
|
3526
|
+
readonly description: "Enable the tts tool for on-device (Kokoro) or xAI Grok Voice speech-file synthesis";
|
|
2973
3527
|
};
|
|
2974
3528
|
};
|
|
2975
3529
|
readonly "inspect_image.enabled": {
|
|
@@ -2977,6 +3531,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2977
3531
|
readonly default: false;
|
|
2978
3532
|
readonly ui: {
|
|
2979
3533
|
readonly tab: "tools";
|
|
3534
|
+
readonly group: "Available Tools";
|
|
2980
3535
|
readonly label: "Inspect Image";
|
|
2981
3536
|
readonly description: "Enable the inspect_image tool, delegating image understanding to a vision-capable model";
|
|
2982
3537
|
};
|
|
@@ -2986,6 +3541,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2986
3541
|
readonly default: false;
|
|
2987
3542
|
readonly ui: {
|
|
2988
3543
|
readonly tab: "tools";
|
|
3544
|
+
readonly group: "Available Tools";
|
|
2989
3545
|
readonly label: "Checkpoint/Rewind";
|
|
2990
3546
|
readonly description: "Enable the checkpoint and rewind tools for context checkpointing";
|
|
2991
3547
|
};
|
|
@@ -2995,6 +3551,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2995
3551
|
readonly default: true;
|
|
2996
3552
|
readonly ui: {
|
|
2997
3553
|
readonly tab: "tools";
|
|
3554
|
+
readonly group: "Available Tools";
|
|
2998
3555
|
readonly label: "Read URLs";
|
|
2999
3556
|
readonly description: "Allow the read tool to fetch and process URLs";
|
|
3000
3557
|
};
|
|
@@ -3004,6 +3561,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3004
3561
|
readonly default: false;
|
|
3005
3562
|
readonly ui: {
|
|
3006
3563
|
readonly tab: "tools";
|
|
3564
|
+
readonly group: "Available Tools";
|
|
3007
3565
|
readonly label: "Obsidian Vault";
|
|
3008
3566
|
readonly description: "Enable the vault:// internal URL for reading and editing Obsidian vault content via the Obsidian CLI. When disabled, vault:// resolution is refused and the vault:// entry is omitted from the system prompt.";
|
|
3009
3567
|
};
|
|
@@ -3013,6 +3571,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3013
3571
|
readonly default: false;
|
|
3014
3572
|
readonly ui: {
|
|
3015
3573
|
readonly tab: "tools";
|
|
3574
|
+
readonly group: "Available Tools";
|
|
3016
3575
|
readonly label: "GitHub CLI";
|
|
3017
3576
|
readonly description: "Enable the github tool (op-based dispatch for repository, issue, pull request, diff, search, checkout, push, and Actions watch workflows)";
|
|
3018
3577
|
};
|
|
@@ -3022,7 +3581,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3022
3581
|
readonly default: true;
|
|
3023
3582
|
readonly ui: {
|
|
3024
3583
|
readonly tab: "tools";
|
|
3025
|
-
readonly
|
|
3584
|
+
readonly group: "GitHub";
|
|
3585
|
+
readonly label: "GitHub View Cache";
|
|
3026
3586
|
readonly description: "Cache rendered issue/PR view output in ~/.prometheus/cache/github-cache.db so repeated reads are free";
|
|
3027
3587
|
};
|
|
3028
3588
|
};
|
|
@@ -3031,8 +3591,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3031
3591
|
readonly default: 300;
|
|
3032
3592
|
readonly ui: {
|
|
3033
3593
|
readonly tab: "tools";
|
|
3034
|
-
readonly
|
|
3035
|
-
readonly
|
|
3594
|
+
readonly group: "GitHub";
|
|
3595
|
+
readonly label: "GitHub Cache Soft TTL";
|
|
3596
|
+
readonly description: "Within this window, cached issue/PR view rows are returned directly (seconds; default 5 minutes)";
|
|
3036
3597
|
};
|
|
3037
3598
|
};
|
|
3038
3599
|
readonly "github.cache.hardTtlSec": {
|
|
@@ -3040,8 +3601,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3040
3601
|
readonly default: 604800;
|
|
3041
3602
|
readonly ui: {
|
|
3042
3603
|
readonly tab: "tools";
|
|
3043
|
-
readonly
|
|
3044
|
-
readonly
|
|
3604
|
+
readonly group: "GitHub";
|
|
3605
|
+
readonly label: "GitHub Cache Hard TTL";
|
|
3606
|
+
readonly description: "Past the soft TTL the cached row is returned and refreshed in the background; past the hard TTL it is dropped (seconds; default 7 days)";
|
|
3045
3607
|
};
|
|
3046
3608
|
};
|
|
3047
3609
|
readonly "web_search.enabled": {
|
|
@@ -3049,8 +3611,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3049
3611
|
readonly default: true;
|
|
3050
3612
|
readonly ui: {
|
|
3051
3613
|
readonly tab: "tools";
|
|
3614
|
+
readonly group: "Available Tools";
|
|
3052
3615
|
readonly label: "Web Search";
|
|
3053
|
-
readonly description: "Enable the web_search tool for web
|
|
3616
|
+
readonly description: "Enable the web_search tool for live web results";
|
|
3054
3617
|
};
|
|
3055
3618
|
};
|
|
3056
3619
|
readonly "browser.enabled": {
|
|
@@ -3058,8 +3621,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3058
3621
|
readonly default: true;
|
|
3059
3622
|
readonly ui: {
|
|
3060
3623
|
readonly tab: "tools";
|
|
3624
|
+
readonly group: "Available Tools";
|
|
3061
3625
|
readonly label: "Browser";
|
|
3062
|
-
readonly description: "Enable the browser tool (
|
|
3626
|
+
readonly description: "Enable the browser tool for scripted Chromium automation (puppeteer)";
|
|
3063
3627
|
};
|
|
3064
3628
|
};
|
|
3065
3629
|
readonly "browser.headless": {
|
|
@@ -3067,16 +3631,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3067
3631
|
readonly default: true;
|
|
3068
3632
|
readonly ui: {
|
|
3069
3633
|
readonly tab: "tools";
|
|
3634
|
+
readonly group: "Search & Browser";
|
|
3070
3635
|
readonly label: "Headless Browser";
|
|
3071
3636
|
readonly description: "Launch browser in headless mode (disable to show browser UI)";
|
|
3072
3637
|
};
|
|
3073
3638
|
};
|
|
3639
|
+
readonly "browser.cmux": {
|
|
3640
|
+
readonly type: "boolean";
|
|
3641
|
+
readonly default: true;
|
|
3642
|
+
readonly ui: {
|
|
3643
|
+
readonly tab: "tools";
|
|
3644
|
+
readonly group: "Search & Browser";
|
|
3645
|
+
readonly label: "cmux Browser";
|
|
3646
|
+
readonly description: "Use cmux WKWebView surfaces for browser automation when a cmux socket is available. Set PROMETHEUS_BROWSER_CMUX=0 or PROMETHEUS_BROWSER_CMUX=1 to override.";
|
|
3647
|
+
};
|
|
3648
|
+
};
|
|
3074
3649
|
readonly "browser.screenshotDir": {
|
|
3075
3650
|
readonly type: "string";
|
|
3076
3651
|
readonly default: undefined;
|
|
3077
3652
|
readonly ui: {
|
|
3078
3653
|
readonly tab: "tools";
|
|
3079
|
-
readonly
|
|
3654
|
+
readonly group: "Search & Browser";
|
|
3655
|
+
readonly label: "Screenshot Directory";
|
|
3080
3656
|
readonly description: "Directory to save screenshots. If unset, screenshots go to a temp file. Supports ~. Examples: ~/Downloads, ~/Desktop, /sdcard/Download (Android)";
|
|
3081
3657
|
};
|
|
3082
3658
|
};
|
|
@@ -3085,6 +3661,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3085
3661
|
readonly default: true;
|
|
3086
3662
|
readonly ui: {
|
|
3087
3663
|
readonly tab: "tools";
|
|
3664
|
+
readonly group: "Execution";
|
|
3088
3665
|
readonly label: "Intent Tracing";
|
|
3089
3666
|
readonly description: "Ask the agent to describe the intent of each tool call before executing it";
|
|
3090
3667
|
};
|
|
@@ -3094,6 +3671,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3094
3671
|
readonly default: 0;
|
|
3095
3672
|
readonly ui: {
|
|
3096
3673
|
readonly tab: "tools";
|
|
3674
|
+
readonly group: "Execution";
|
|
3097
3675
|
readonly label: "Max Tool Timeout";
|
|
3098
3676
|
readonly description: "Maximum timeout in seconds the agent can set for any tool (0 = no limit)";
|
|
3099
3677
|
readonly options: readonly [{
|
|
@@ -3119,9 +3697,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3119
3697
|
};
|
|
3120
3698
|
readonly "async.enabled": {
|
|
3121
3699
|
readonly type: "boolean";
|
|
3122
|
-
readonly default:
|
|
3700
|
+
readonly default: true;
|
|
3123
3701
|
readonly ui: {
|
|
3124
3702
|
readonly tab: "tools";
|
|
3703
|
+
readonly group: "Execution";
|
|
3125
3704
|
readonly label: "Async Execution";
|
|
3126
3705
|
readonly description: "Enable async bash commands and background task execution";
|
|
3127
3706
|
};
|
|
@@ -3132,12 +3711,13 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3132
3711
|
};
|
|
3133
3712
|
readonly "async.pollWaitDuration": {
|
|
3134
3713
|
readonly type: "enum";
|
|
3135
|
-
readonly values: readonly ["5s", "10s", "30s", "1m", "5m"];
|
|
3136
|
-
readonly default: "
|
|
3714
|
+
readonly values: readonly ["5s", "10s", "30s", "1m", "5m", "smart"];
|
|
3715
|
+
readonly default: "smart";
|
|
3137
3716
|
readonly ui: {
|
|
3138
3717
|
readonly tab: "tools";
|
|
3139
|
-
readonly
|
|
3140
|
-
readonly
|
|
3718
|
+
readonly group: "Execution";
|
|
3719
|
+
readonly label: "Max Poll Time";
|
|
3720
|
+
readonly description: "How long the poll tool waits for background job updates before returning the current state. A fixed value waits that exact duration every time. `smart` adapts: it starts at 5s and lengthens with each back-to-back poll (up to 5m), then resets to 5s after about a minute without polling.";
|
|
3141
3721
|
readonly options: readonly [{
|
|
3142
3722
|
readonly value: "5s";
|
|
3143
3723
|
readonly label: "5 seconds";
|
|
@@ -3147,23 +3727,43 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3147
3727
|
}, {
|
|
3148
3728
|
readonly value: "30s";
|
|
3149
3729
|
readonly label: "30 seconds";
|
|
3150
|
-
readonly description: "Default";
|
|
3151
3730
|
}, {
|
|
3152
3731
|
readonly value: "1m";
|
|
3153
3732
|
readonly label: "1 minute";
|
|
3154
3733
|
}, {
|
|
3155
3734
|
readonly value: "5m";
|
|
3156
3735
|
readonly label: "5 minutes";
|
|
3736
|
+
}, {
|
|
3737
|
+
readonly value: "smart";
|
|
3738
|
+
readonly label: "Smart";
|
|
3739
|
+
readonly description: "Default — adaptive 5s→5m, resets when you stop polling";
|
|
3157
3740
|
}];
|
|
3158
3741
|
};
|
|
3159
3742
|
};
|
|
3160
|
-
readonly "
|
|
3161
|
-
readonly type: "
|
|
3162
|
-
readonly default:
|
|
3743
|
+
readonly "irc.timeoutMs": {
|
|
3744
|
+
readonly type: "number";
|
|
3745
|
+
readonly default: 120000;
|
|
3163
3746
|
readonly ui: {
|
|
3164
3747
|
readonly tab: "tools";
|
|
3165
|
-
readonly
|
|
3166
|
-
readonly
|
|
3748
|
+
readonly group: "Execution";
|
|
3749
|
+
readonly label: "IRC Timeout";
|
|
3750
|
+
readonly description: "Default timeout for irc wait (and send await:true) in milliseconds; 0 disables the timeout";
|
|
3751
|
+
readonly options: readonly [{
|
|
3752
|
+
readonly value: "0";
|
|
3753
|
+
readonly label: "Disabled";
|
|
3754
|
+
}, {
|
|
3755
|
+
readonly value: "30000";
|
|
3756
|
+
readonly label: "30 seconds";
|
|
3757
|
+
}, {
|
|
3758
|
+
readonly value: "60000";
|
|
3759
|
+
readonly label: "1 minute";
|
|
3760
|
+
}, {
|
|
3761
|
+
readonly value: "120000";
|
|
3762
|
+
readonly label: "2 minutes";
|
|
3763
|
+
}, {
|
|
3764
|
+
readonly value: "300000";
|
|
3765
|
+
readonly label: "5 minutes";
|
|
3766
|
+
}];
|
|
3167
3767
|
};
|
|
3168
3768
|
};
|
|
3169
3769
|
readonly "bash.autoBackground.thresholdMs": {
|
|
@@ -3176,6 +3776,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3176
3776
|
readonly default: "auto";
|
|
3177
3777
|
readonly ui: {
|
|
3178
3778
|
readonly tab: "tools";
|
|
3779
|
+
readonly group: "Discovery & MCP";
|
|
3179
3780
|
readonly label: "Tool Discovery";
|
|
3180
3781
|
readonly description: "Hide tools behind a search tool to save tokens. 'auto' hides MCP tools once the tool set has more than 40 tools; 'mcp-only' always hides MCP tools; 'all' hides all non-essential built-ins too.";
|
|
3181
3782
|
};
|
|
@@ -3185,6 +3786,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3185
3786
|
readonly default: string[];
|
|
3186
3787
|
readonly ui: {
|
|
3187
3788
|
readonly tab: "tools";
|
|
3789
|
+
readonly group: "Discovery & MCP";
|
|
3188
3790
|
readonly label: "Essential Tools Override";
|
|
3189
3791
|
readonly description: "Override the always-loaded built-in tools (default: read, bash, edit). Leave empty to use defaults.";
|
|
3190
3792
|
};
|
|
@@ -3194,6 +3796,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3194
3796
|
readonly default: true;
|
|
3195
3797
|
readonly ui: {
|
|
3196
3798
|
readonly tab: "tools";
|
|
3799
|
+
readonly group: "Discovery & MCP";
|
|
3197
3800
|
readonly label: "MCP Project Config";
|
|
3198
3801
|
readonly description: "Load .mcp.json/mcp.json from project root";
|
|
3199
3802
|
};
|
|
@@ -3203,6 +3806,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3203
3806
|
readonly default: false;
|
|
3204
3807
|
readonly ui: {
|
|
3205
3808
|
readonly tab: "tools";
|
|
3809
|
+
readonly group: "Discovery & MCP";
|
|
3206
3810
|
readonly label: "MCP Tool Discovery";
|
|
3207
3811
|
readonly description: "Hide MCP tools by default and expose them through a tool discovery tool";
|
|
3208
3812
|
};
|
|
@@ -3212,6 +3816,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3212
3816
|
readonly default: string[];
|
|
3213
3817
|
readonly ui: {
|
|
3214
3818
|
readonly tab: "tools";
|
|
3819
|
+
readonly group: "Discovery & MCP";
|
|
3215
3820
|
readonly label: "MCP Discovery Default Servers";
|
|
3216
3821
|
readonly description: "Keep MCP tools from these servers visible while discovery mode hides other MCP tools";
|
|
3217
3822
|
};
|
|
@@ -3221,6 +3826,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3221
3826
|
readonly default: false;
|
|
3222
3827
|
readonly ui: {
|
|
3223
3828
|
readonly tab: "tools";
|
|
3829
|
+
readonly group: "Discovery & MCP";
|
|
3224
3830
|
readonly label: "MCP Update Injection";
|
|
3225
3831
|
readonly description: "Inject MCP resource updates into the agent conversation";
|
|
3226
3832
|
};
|
|
@@ -3230,8 +3836,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3230
3836
|
readonly default: 500;
|
|
3231
3837
|
readonly ui: {
|
|
3232
3838
|
readonly tab: "tools";
|
|
3839
|
+
readonly group: "Discovery & MCP";
|
|
3233
3840
|
readonly label: "MCP Notification Debounce";
|
|
3234
|
-
readonly description: "Debounce window for MCP resource
|
|
3841
|
+
readonly description: "Debounce window in milliseconds for MCP resource updates before injecting them into the conversation";
|
|
3235
3842
|
};
|
|
3236
3843
|
};
|
|
3237
3844
|
readonly "plan.enabled": {
|
|
@@ -3239,6 +3846,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3239
3846
|
readonly default: true;
|
|
3240
3847
|
readonly ui: {
|
|
3241
3848
|
readonly tab: "tasks";
|
|
3849
|
+
readonly group: "Modes";
|
|
3242
3850
|
readonly label: "Plan Mode";
|
|
3243
3851
|
readonly description: "Enable plan mode for read-only exploration and planning before execution";
|
|
3244
3852
|
};
|
|
@@ -3248,6 +3856,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3248
3856
|
readonly default: true;
|
|
3249
3857
|
readonly ui: {
|
|
3250
3858
|
readonly tab: "tasks";
|
|
3859
|
+
readonly group: "Modes";
|
|
3251
3860
|
readonly label: "Goal Mode";
|
|
3252
3861
|
readonly description: "Enable per-session goal mode and the hidden goal tool";
|
|
3253
3862
|
};
|
|
@@ -3257,7 +3866,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3257
3866
|
readonly default: true;
|
|
3258
3867
|
readonly ui: {
|
|
3259
3868
|
readonly tab: "tasks";
|
|
3260
|
-
readonly
|
|
3869
|
+
readonly group: "Modes";
|
|
3870
|
+
readonly label: "Goal Status in Footer";
|
|
3261
3871
|
readonly description: "Show token budget alongside the goal indicator in the status line";
|
|
3262
3872
|
};
|
|
3263
3873
|
};
|
|
@@ -3266,6 +3876,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3266
3876
|
readonly default: readonly ["interactive"];
|
|
3267
3877
|
readonly ui: {
|
|
3268
3878
|
readonly tab: "tasks";
|
|
3879
|
+
readonly group: "Modes";
|
|
3269
3880
|
readonly label: "Goal Continuation Modes";
|
|
3270
3881
|
readonly description: "Run modes where active goals may auto-continue between turns";
|
|
3271
3882
|
};
|
|
@@ -3276,6 +3887,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3276
3887
|
readonly default: "none";
|
|
3277
3888
|
readonly ui: {
|
|
3278
3889
|
readonly tab: "tasks";
|
|
3890
|
+
readonly group: "Isolation";
|
|
3279
3891
|
readonly label: "Isolation Mode";
|
|
3280
3892
|
readonly description: 'Isolation backend for subagents. "auto" lets the native PAL pick the best available backend (CoW-aware filesystems, then overlayfs/ProjFS, then a git worktree / recursive-copy fallback).';
|
|
3281
3893
|
readonly options: readonly [{
|
|
@@ -3327,6 +3939,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3327
3939
|
readonly default: "patch";
|
|
3328
3940
|
readonly ui: {
|
|
3329
3941
|
readonly tab: "tasks";
|
|
3942
|
+
readonly group: "Isolation";
|
|
3330
3943
|
readonly label: "Isolation Merge Strategy";
|
|
3331
3944
|
readonly description: "How isolated task changes are integrated (patch apply or branch merge)";
|
|
3332
3945
|
readonly options: readonly [{
|
|
@@ -3346,6 +3959,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3346
3959
|
readonly default: "generic";
|
|
3347
3960
|
readonly ui: {
|
|
3348
3961
|
readonly tab: "tasks";
|
|
3962
|
+
readonly group: "Isolation";
|
|
3349
3963
|
readonly label: "Isolation Commit Style";
|
|
3350
3964
|
readonly description: "Commit message style for nested repo changes (generic or AI-generated)";
|
|
3351
3965
|
readonly options: readonly [{
|
|
@@ -3360,44 +3974,47 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3360
3974
|
};
|
|
3361
3975
|
};
|
|
3362
3976
|
readonly "task.eager": {
|
|
3363
|
-
readonly type: "boolean";
|
|
3364
|
-
readonly default: false;
|
|
3365
|
-
readonly ui: {
|
|
3366
|
-
readonly tab: "tasks";
|
|
3367
|
-
readonly label: "Prefer Task Delegation";
|
|
3368
|
-
readonly description: "Encourage the agent to delegate work to subagents unless changes are trivial";
|
|
3369
|
-
};
|
|
3370
|
-
};
|
|
3371
|
-
readonly "task.simple": {
|
|
3372
3977
|
readonly type: "enum";
|
|
3373
|
-
readonly values: readonly ["default", "
|
|
3374
|
-
readonly default: "
|
|
3978
|
+
readonly values: readonly ["default", "preferred", "always"];
|
|
3979
|
+
readonly default: "default";
|
|
3375
3980
|
readonly ui: {
|
|
3376
3981
|
readonly tab: "tasks";
|
|
3377
|
-
readonly
|
|
3378
|
-
readonly
|
|
3982
|
+
readonly group: "Subagents";
|
|
3983
|
+
readonly label: "Prefer Task Delegation";
|
|
3984
|
+
readonly description: "How strongly to push delegating work to subagents";
|
|
3379
3985
|
readonly options: readonly [{
|
|
3380
3986
|
readonly value: "default";
|
|
3381
3987
|
readonly label: "Default";
|
|
3382
|
-
readonly description: "
|
|
3988
|
+
readonly description: "Model decides when to delegate";
|
|
3383
3989
|
}, {
|
|
3384
|
-
readonly value: "
|
|
3385
|
-
readonly label: "
|
|
3386
|
-
readonly description: "
|
|
3990
|
+
readonly value: "preferred";
|
|
3991
|
+
readonly label: "Preferred";
|
|
3992
|
+
readonly description: "Adds delegation guidance to the system prompt";
|
|
3387
3993
|
}, {
|
|
3388
|
-
readonly value: "
|
|
3389
|
-
readonly label: "
|
|
3390
|
-
readonly description: "
|
|
3994
|
+
readonly value: "always";
|
|
3995
|
+
readonly label: "Always";
|
|
3996
|
+
readonly description: "Prompt guidance plus a first-turn delegation reminder";
|
|
3391
3997
|
}];
|
|
3392
3998
|
};
|
|
3393
3999
|
};
|
|
4000
|
+
readonly "task.batch": {
|
|
4001
|
+
readonly type: "boolean";
|
|
4002
|
+
readonly default: true;
|
|
4003
|
+
readonly ui: {
|
|
4004
|
+
readonly tab: "tasks";
|
|
4005
|
+
readonly group: "Subagents";
|
|
4006
|
+
readonly label: "Batch Task Calls";
|
|
4007
|
+
readonly description: "Switch the task tool to its batch shape: one call carries { agent, context, tasks[] } — one subagent per item (with per-item isolation) and a required shared context prepended to every assignment. With async.enabled=true, each spawn runs as an independent background agent with the normal idle/parked lifecycle; otherwise the call blocks for merged results. Disable to restore the flat single-spawn schema.";
|
|
4008
|
+
};
|
|
4009
|
+
};
|
|
3394
4010
|
readonly "task.maxConcurrency": {
|
|
3395
4011
|
readonly type: "number";
|
|
3396
4012
|
readonly default: 32;
|
|
3397
4013
|
readonly ui: {
|
|
3398
4014
|
readonly tab: "tasks";
|
|
4015
|
+
readonly group: "Subagents";
|
|
3399
4016
|
readonly label: "Max Concurrent Tasks";
|
|
3400
|
-
readonly description: "
|
|
4017
|
+
readonly description: "Maximum number of subagents running concurrently";
|
|
3401
4018
|
readonly options: readonly [{
|
|
3402
4019
|
readonly value: "0";
|
|
3403
4020
|
readonly label: "Unlimited";
|
|
@@ -3430,6 +4047,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3430
4047
|
readonly default: false;
|
|
3431
4048
|
readonly ui: {
|
|
3432
4049
|
readonly tab: "tasks";
|
|
4050
|
+
readonly group: "Subagents";
|
|
3433
4051
|
readonly label: "LSP in Subagents";
|
|
3434
4052
|
readonly description: "Allow subagents spawned via the task tool to use the lsp tool. Off by default to keep subagents cheap; enable when LSP-aware delegation is worth the extra tokens.";
|
|
3435
4053
|
};
|
|
@@ -3439,6 +4057,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3439
4057
|
readonly default: 2;
|
|
3440
4058
|
readonly ui: {
|
|
3441
4059
|
readonly tab: "tasks";
|
|
4060
|
+
readonly group: "Subagents";
|
|
3442
4061
|
readonly label: "Max Task Recursion";
|
|
3443
4062
|
readonly description: "How many levels deep subagents can spawn their own subagents";
|
|
3444
4063
|
readonly options: readonly [{
|
|
@@ -3464,6 +4083,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3464
4083
|
readonly default: 0;
|
|
3465
4084
|
readonly ui: {
|
|
3466
4085
|
readonly tab: "tasks";
|
|
4086
|
+
readonly group: "Subagents";
|
|
3467
4087
|
readonly label: "Max Subagent Runtime";
|
|
3468
4088
|
readonly description: "Hard wall-clock limit per subagent (ms). 0 disables it. Defense-in-depth against provider-side stream hangs that escape the inference-layer watchdog; triggers a normal subagent abort with a 'timed out' reason.";
|
|
3469
4089
|
readonly options: readonly [{
|
|
@@ -3485,6 +4105,40 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3485
4105
|
}];
|
|
3486
4106
|
};
|
|
3487
4107
|
};
|
|
4108
|
+
readonly "task.agentIdleTtlMs": {
|
|
4109
|
+
readonly type: "number";
|
|
4110
|
+
readonly default: 420000;
|
|
4111
|
+
readonly ui: {
|
|
4112
|
+
readonly tab: "tasks";
|
|
4113
|
+
readonly group: "Subagents";
|
|
4114
|
+
readonly label: "Agent Idle TTL";
|
|
4115
|
+
readonly description: "How long an idle subagent stays live in memory before being parked to disk (ms). Parked agents are revived automatically when messaged or resumed. 0 keeps idle agents live until exit.";
|
|
4116
|
+
};
|
|
4117
|
+
};
|
|
4118
|
+
readonly "task.softRequestBudget": {
|
|
4119
|
+
readonly type: "number";
|
|
4120
|
+
readonly default: 90;
|
|
4121
|
+
readonly ui: {
|
|
4122
|
+
readonly tab: "tasks";
|
|
4123
|
+
readonly group: "Subagents";
|
|
4124
|
+
readonly label: "Soft Subagent Request Budget";
|
|
4125
|
+
readonly description: "Soft per-subagent request budget (assistant requests per run). Crossing it injects one steering notice asking the subagent to wrap up; at 1.5x the budget the run is aborted gracefully, salvaging partial output. 0 disables the guard. Bundled explore/quick_task agents use a lower built-in budget.";
|
|
4126
|
+
readonly options: readonly [{
|
|
4127
|
+
readonly value: "0";
|
|
4128
|
+
readonly label: "Disabled";
|
|
4129
|
+
}, {
|
|
4130
|
+
readonly value: "40";
|
|
4131
|
+
readonly label: "40 requests";
|
|
4132
|
+
}, {
|
|
4133
|
+
readonly value: "90";
|
|
4134
|
+
readonly label: "90 requests";
|
|
4135
|
+
readonly description: "Default";
|
|
4136
|
+
}, {
|
|
4137
|
+
readonly value: "150";
|
|
4138
|
+
readonly label: "150 requests";
|
|
4139
|
+
}];
|
|
4140
|
+
};
|
|
4141
|
+
};
|
|
3488
4142
|
readonly "task.disabledAgents": {
|
|
3489
4143
|
readonly type: "array";
|
|
3490
4144
|
readonly default: string[];
|
|
@@ -3497,9 +4151,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3497
4151
|
readonly type: "number";
|
|
3498
4152
|
readonly default: 60;
|
|
3499
4153
|
readonly ui: {
|
|
3500
|
-
readonly tab: "
|
|
3501
|
-
readonly
|
|
3502
|
-
readonly
|
|
4154
|
+
readonly tab: "tools";
|
|
4155
|
+
readonly group: "Todos";
|
|
4156
|
+
readonly label: "Todo Auto-Clear Delay";
|
|
4157
|
+
readonly description: "Delay before completed or abandoned todos are removed from the todo widget";
|
|
3503
4158
|
readonly options: readonly [{
|
|
3504
4159
|
readonly value: "0";
|
|
3505
4160
|
readonly label: "Instant";
|
|
@@ -3530,6 +4185,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3530
4185
|
readonly default: false;
|
|
3531
4186
|
readonly ui: {
|
|
3532
4187
|
readonly tab: "appearance";
|
|
4188
|
+
readonly group: "Display";
|
|
3533
4189
|
readonly label: "Show Resolved Model Badge";
|
|
3534
4190
|
readonly description: "Display the actual model ID used by each subagent in the task widget status line";
|
|
3535
4191
|
};
|
|
@@ -3543,6 +4199,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3543
4199
|
readonly default: true;
|
|
3544
4200
|
readonly ui: {
|
|
3545
4201
|
readonly tab: "tasks";
|
|
4202
|
+
readonly group: "Commands & Skills";
|
|
3546
4203
|
readonly label: "Skill Commands";
|
|
3547
4204
|
readonly description: "Register skills as /skill:name commands";
|
|
3548
4205
|
};
|
|
@@ -3559,11 +4216,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3559
4216
|
readonly type: "boolean";
|
|
3560
4217
|
readonly default: true;
|
|
3561
4218
|
};
|
|
3562
|
-
readonly "skills.
|
|
4219
|
+
readonly "skills.enablePiUser": {
|
|
4220
|
+
readonly type: "boolean";
|
|
4221
|
+
readonly default: true;
|
|
4222
|
+
};
|
|
4223
|
+
readonly "skills.enablePiProject": {
|
|
4224
|
+
readonly type: "boolean";
|
|
4225
|
+
readonly default: true;
|
|
4226
|
+
};
|
|
4227
|
+
readonly "skills.enableAgentsUser": {
|
|
3563
4228
|
readonly type: "boolean";
|
|
3564
4229
|
readonly default: true;
|
|
3565
4230
|
};
|
|
3566
|
-
readonly "skills.
|
|
4231
|
+
readonly "skills.enableAgentsProject": {
|
|
3567
4232
|
readonly type: "boolean";
|
|
3568
4233
|
readonly default: true;
|
|
3569
4234
|
};
|
|
@@ -3584,6 +4249,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3584
4249
|
readonly default: true;
|
|
3585
4250
|
readonly ui: {
|
|
3586
4251
|
readonly tab: "tasks";
|
|
4252
|
+
readonly group: "Commands & Skills";
|
|
3587
4253
|
readonly label: "Claude User Commands";
|
|
3588
4254
|
readonly description: "Load commands from ~/.claude/commands/";
|
|
3589
4255
|
};
|
|
@@ -3593,6 +4259,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3593
4259
|
readonly default: true;
|
|
3594
4260
|
readonly ui: {
|
|
3595
4261
|
readonly tab: "tasks";
|
|
4262
|
+
readonly group: "Commands & Skills";
|
|
3596
4263
|
readonly label: "Claude Project Commands";
|
|
3597
4264
|
readonly description: "Load commands from .claude/commands/";
|
|
3598
4265
|
};
|
|
@@ -3602,6 +4269,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3602
4269
|
readonly default: true;
|
|
3603
4270
|
readonly ui: {
|
|
3604
4271
|
readonly tab: "tasks";
|
|
4272
|
+
readonly group: "Commands & Skills";
|
|
3605
4273
|
readonly label: "OpenCode User Commands";
|
|
3606
4274
|
readonly description: "Load commands from ~/.config/opencode/commands/";
|
|
3607
4275
|
};
|
|
@@ -3611,6 +4279,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3611
4279
|
readonly default: true;
|
|
3612
4280
|
readonly ui: {
|
|
3613
4281
|
readonly tab: "tasks";
|
|
4282
|
+
readonly group: "Commands & Skills";
|
|
3614
4283
|
readonly label: "OpenCode Project Commands";
|
|
3615
4284
|
readonly description: "Load commands from .opencode/commands/";
|
|
3616
4285
|
};
|
|
@@ -3620,6 +4289,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3620
4289
|
readonly default: false;
|
|
3621
4290
|
readonly ui: {
|
|
3622
4291
|
readonly tab: "providers";
|
|
4292
|
+
readonly group: "Privacy";
|
|
3623
4293
|
readonly label: "Hide Secrets";
|
|
3624
4294
|
readonly description: "Obfuscate secrets before sending to AI providers";
|
|
3625
4295
|
};
|
|
@@ -3630,8 +4300,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3630
4300
|
readonly default: "auto";
|
|
3631
4301
|
readonly ui: {
|
|
3632
4302
|
readonly tab: "providers";
|
|
4303
|
+
readonly group: "Services";
|
|
3633
4304
|
readonly label: "Web Search Provider";
|
|
3634
|
-
readonly description: "
|
|
4305
|
+
readonly description: "Preferred provider for the web_search tool";
|
|
3635
4306
|
readonly options: readonly [{
|
|
3636
4307
|
readonly value: "auto";
|
|
3637
4308
|
readonly label: "Auto";
|
|
@@ -3643,7 +4314,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3643
4314
|
}, {
|
|
3644
4315
|
readonly value: "perplexity";
|
|
3645
4316
|
readonly label: "Perplexity";
|
|
3646
|
-
readonly description: "
|
|
4317
|
+
readonly description: "Uses auth when configured; explicit selection falls back to anonymous search";
|
|
3647
4318
|
}, {
|
|
3648
4319
|
readonly value: "brave";
|
|
3649
4320
|
readonly label: "Brave";
|
|
@@ -3701,8 +4372,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3701
4372
|
readonly default: "auto";
|
|
3702
4373
|
readonly ui: {
|
|
3703
4374
|
readonly tab: "providers";
|
|
4375
|
+
readonly group: "Services";
|
|
3704
4376
|
readonly label: "Image Provider";
|
|
3705
|
-
readonly description: "
|
|
4377
|
+
readonly description: "Preferred provider for image generation";
|
|
3706
4378
|
readonly options: readonly [{
|
|
3707
4379
|
readonly value: "auto";
|
|
3708
4380
|
readonly label: "Auto";
|
|
@@ -3718,26 +4390,128 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3718
4390
|
}, {
|
|
3719
4391
|
readonly value: "xai";
|
|
3720
4392
|
readonly label: "xAI Grok Imagine";
|
|
3721
|
-
readonly description: "Requires xAI Grok OAuth or
|
|
4393
|
+
readonly description: "Requires xAI Grok OAuth or XAI_APROMETHEUS_KEY";
|
|
3722
4394
|
}, {
|
|
3723
4395
|
readonly value: "gemini";
|
|
3724
4396
|
readonly label: "Gemini";
|
|
3725
|
-
readonly description: "Requires
|
|
4397
|
+
readonly description: "Requires GEMINI_APROMETHEUS_KEY";
|
|
3726
4398
|
}, {
|
|
3727
4399
|
readonly value: "openrouter";
|
|
3728
4400
|
readonly label: "OpenRouter";
|
|
3729
|
-
readonly description: "Requires
|
|
4401
|
+
readonly description: "Requires OPENROUTER_APROMETHEUS_KEY";
|
|
4402
|
+
}];
|
|
4403
|
+
};
|
|
4404
|
+
};
|
|
4405
|
+
readonly "providers.tts": {
|
|
4406
|
+
readonly type: "enum";
|
|
4407
|
+
readonly values: readonly ["auto", "local", "xai"];
|
|
4408
|
+
readonly default: "auto";
|
|
4409
|
+
readonly ui: {
|
|
4410
|
+
readonly tab: "providers";
|
|
4411
|
+
readonly group: "Services";
|
|
4412
|
+
readonly label: "Text-to-Speech Provider";
|
|
4413
|
+
readonly description: "Backend for the tts tool: local on-device neural TTS (Kokoro-82M) or xAI Grok Voice";
|
|
4414
|
+
readonly options: readonly [{
|
|
4415
|
+
readonly value: "auto";
|
|
4416
|
+
readonly label: "Auto";
|
|
4417
|
+
readonly description: "Prefer local on-device TTS; route .mp3 output to xAI when credentials exist";
|
|
4418
|
+
}, {
|
|
4419
|
+
readonly value: "local";
|
|
4420
|
+
readonly label: "Local";
|
|
4421
|
+
readonly description: "On-device neural TTS (Kokoro-82M); output is WAV/PCM16";
|
|
4422
|
+
}, {
|
|
4423
|
+
readonly value: "xai";
|
|
4424
|
+
readonly label: "xAI Grok Voice";
|
|
4425
|
+
readonly description: "Requires xAI Grok OAuth or XAI_APROMETHEUS_KEY; MP3 or WAV";
|
|
4426
|
+
}];
|
|
4427
|
+
};
|
|
4428
|
+
};
|
|
4429
|
+
readonly "tts.localModel": {
|
|
4430
|
+
readonly type: "enum";
|
|
4431
|
+
readonly values: readonly ["kokoro"];
|
|
4432
|
+
readonly default: "kokoro";
|
|
4433
|
+
readonly ui: {
|
|
4434
|
+
readonly tab: "providers";
|
|
4435
|
+
readonly group: "Services";
|
|
4436
|
+
readonly label: "Local TTS Model";
|
|
4437
|
+
readonly description: "On-device neural TTS model (Kokoro-82M) used by the local TTS backend";
|
|
4438
|
+
readonly options: readonly [{
|
|
4439
|
+
readonly value: "kokoro";
|
|
4440
|
+
readonly label: "Kokoro-82M";
|
|
4441
|
+
readonly description: "Kokoro-82M neural TTS — SoTA on-device quality, multi-voice, fully local";
|
|
3730
4442
|
}];
|
|
3731
4443
|
};
|
|
3732
4444
|
};
|
|
4445
|
+
readonly "tts.localVoice": {
|
|
4446
|
+
readonly type: "enum";
|
|
4447
|
+
readonly values: readonly string[];
|
|
4448
|
+
readonly default: "af_heart";
|
|
4449
|
+
readonly ui: {
|
|
4450
|
+
readonly tab: "providers";
|
|
4451
|
+
readonly group: "Services";
|
|
4452
|
+
readonly label: "Local TTS Voice";
|
|
4453
|
+
readonly description: "Kokoro voice used by the local TTS backend (American/British, female/male)";
|
|
4454
|
+
readonly options: readonly {
|
|
4455
|
+
value: string;
|
|
4456
|
+
label: string;
|
|
4457
|
+
}[];
|
|
4458
|
+
};
|
|
4459
|
+
};
|
|
4460
|
+
readonly "speech.enabled": {
|
|
4461
|
+
readonly type: "boolean";
|
|
4462
|
+
readonly default: false;
|
|
4463
|
+
readonly ui: {
|
|
4464
|
+
readonly tab: "providers";
|
|
4465
|
+
readonly group: "Services";
|
|
4466
|
+
readonly label: "Speech Vocalization";
|
|
4467
|
+
readonly description: "Speak the assistant's output aloud through the speakers as it streams";
|
|
4468
|
+
};
|
|
4469
|
+
};
|
|
4470
|
+
readonly "speech.mode": {
|
|
4471
|
+
readonly type: "enum";
|
|
4472
|
+
readonly values: readonly ["all", "assistant", "yield"];
|
|
4473
|
+
readonly default: "assistant";
|
|
4474
|
+
readonly ui: {
|
|
4475
|
+
readonly tab: "providers";
|
|
4476
|
+
readonly group: "Services";
|
|
4477
|
+
readonly label: "Speech Vocalization Mode";
|
|
4478
|
+
readonly description: "What to speak: all = assistant messages + thinking; assistant = messages only; yield = only the final message at turn end";
|
|
4479
|
+
readonly options: readonly [{
|
|
4480
|
+
readonly value: "all";
|
|
4481
|
+
readonly label: "All (messages + thinking)";
|
|
4482
|
+
}, {
|
|
4483
|
+
readonly value: "assistant";
|
|
4484
|
+
readonly label: "Assistant messages";
|
|
4485
|
+
}, {
|
|
4486
|
+
readonly value: "yield";
|
|
4487
|
+
readonly label: "Final message only";
|
|
4488
|
+
}];
|
|
4489
|
+
};
|
|
4490
|
+
};
|
|
4491
|
+
readonly "speech.voice": {
|
|
4492
|
+
readonly type: "enum";
|
|
4493
|
+
readonly values: readonly string[];
|
|
4494
|
+
readonly default: "af_heart";
|
|
4495
|
+
readonly ui: {
|
|
4496
|
+
readonly tab: "providers";
|
|
4497
|
+
readonly group: "Services";
|
|
4498
|
+
readonly label: "Speech Vocalization Voice";
|
|
4499
|
+
readonly description: "Kokoro voice used when speaking the assistant's output aloud";
|
|
4500
|
+
readonly options: readonly {
|
|
4501
|
+
value: string;
|
|
4502
|
+
label: string;
|
|
4503
|
+
}[];
|
|
4504
|
+
};
|
|
4505
|
+
};
|
|
3733
4506
|
readonly "providers.tinyModel": {
|
|
3734
4507
|
readonly type: "enum";
|
|
3735
4508
|
readonly values: readonly ["online", "lfm2-350m", "qwen3-0.6b", "gemma-270m", "qwen2.5-0.5b", "lfm2-700m"];
|
|
3736
4509
|
readonly default: "online";
|
|
3737
4510
|
readonly ui: {
|
|
3738
4511
|
readonly tab: "providers";
|
|
4512
|
+
readonly group: "Tiny Model";
|
|
3739
4513
|
readonly label: "Tiny Model";
|
|
3740
|
-
readonly description: "Session-title model: online
|
|
4514
|
+
readonly description: "Session-title model: online pi/smol by default, or a local on-device model";
|
|
3741
4515
|
readonly options: ({
|
|
3742
4516
|
value: "online";
|
|
3743
4517
|
label: string;
|
|
@@ -3755,6 +4529,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3755
4529
|
readonly default: "default";
|
|
3756
4530
|
readonly ui: {
|
|
3757
4531
|
readonly tab: "providers";
|
|
4532
|
+
readonly group: "Tiny Model";
|
|
3758
4533
|
readonly label: "Tiny Model Device";
|
|
3759
4534
|
readonly description: "ONNX execution provider for local tiny models (titles + memory). Default uses CPU-only inference. The PROMETHEUS_TINY_DEVICE env var overrides this.";
|
|
3760
4535
|
readonly options: readonly [{
|
|
@@ -3822,6 +4597,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3822
4597
|
readonly default: "default";
|
|
3823
4598
|
readonly ui: {
|
|
3824
4599
|
readonly tab: "providers";
|
|
4600
|
+
readonly group: "Tiny Model";
|
|
3825
4601
|
readonly label: "Tiny Model Precision";
|
|
3826
4602
|
readonly description: "ONNX quantization/precision for local tiny models. Default uses each model's shipped dtype (q4); lower precision is faster, higher is more faithful. The PROMETHEUS_TINY_DTYPE env var overrides this.";
|
|
3827
4603
|
readonly options: readonly [{
|
|
@@ -3889,9 +4665,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3889
4665
|
readonly default: "online";
|
|
3890
4666
|
readonly ui: {
|
|
3891
4667
|
readonly tab: "memory";
|
|
4668
|
+
readonly group: "General";
|
|
3892
4669
|
readonly label: "Memory Model";
|
|
3893
|
-
readonly description: "
|
|
3894
|
-
readonly condition: "
|
|
4670
|
+
readonly description: "Mnemopi LLM for fact extraction + consolidation: online (smol/remote) by default, or a local on-device model";
|
|
4671
|
+
readonly condition: "mnemopiActive";
|
|
3895
4672
|
readonly options: ({
|
|
3896
4673
|
value: "online";
|
|
3897
4674
|
label: string;
|
|
@@ -3909,6 +4686,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3909
4686
|
readonly default: "online";
|
|
3910
4687
|
readonly ui: {
|
|
3911
4688
|
readonly tab: "model";
|
|
4689
|
+
readonly group: "Thinking";
|
|
3912
4690
|
readonly label: "Auto Thinking Model";
|
|
3913
4691
|
readonly description: "Difficulty classifier for the `auto` thinking level: online smol by default, or a local on-device model";
|
|
3914
4692
|
readonly condition: "autoThinkingActive";
|
|
@@ -3929,6 +4707,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3929
4707
|
readonly default: "anthropic";
|
|
3930
4708
|
readonly ui: {
|
|
3931
4709
|
readonly tab: "providers";
|
|
4710
|
+
readonly group: "Protocol";
|
|
3932
4711
|
readonly label: "Kimi API Format";
|
|
3933
4712
|
readonly description: "API format for Kimi Code provider";
|
|
3934
4713
|
readonly options: readonly [{
|
|
@@ -3948,6 +4727,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3948
4727
|
readonly default: "auto";
|
|
3949
4728
|
readonly ui: {
|
|
3950
4729
|
readonly tab: "providers";
|
|
4730
|
+
readonly group: "Protocol";
|
|
3951
4731
|
readonly label: "OpenAI WebSockets";
|
|
3952
4732
|
readonly description: "Websocket policy for OpenAI Codex models (auto uses model defaults, on forces, off disables)";
|
|
3953
4733
|
readonly options: readonly [{
|
|
@@ -3971,6 +4751,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3971
4751
|
readonly default: "default";
|
|
3972
4752
|
readonly ui: {
|
|
3973
4753
|
readonly tab: "providers";
|
|
4754
|
+
readonly group: "Protocol";
|
|
3974
4755
|
readonly label: "OpenRouter Routing";
|
|
3975
4756
|
readonly description: "Default routing-variant suffix appended to OpenRouter model IDs (overridden when the selector already names a variant)";
|
|
3976
4757
|
readonly options: readonly [{
|
|
@@ -3996,13 +4777,84 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3996
4777
|
}];
|
|
3997
4778
|
};
|
|
3998
4779
|
};
|
|
3999
|
-
readonly "providers.
|
|
4000
|
-
readonly type: "
|
|
4001
|
-
readonly
|
|
4780
|
+
readonly "providers.fetch": {
|
|
4781
|
+
readonly type: "enum";
|
|
4782
|
+
readonly values: readonly ["auto", "native", "trafilatura", "lynx", "parallel", "jina"];
|
|
4783
|
+
readonly default: "auto";
|
|
4002
4784
|
readonly ui: {
|
|
4003
4785
|
readonly tab: "providers";
|
|
4004
|
-
readonly
|
|
4005
|
-
readonly
|
|
4786
|
+
readonly group: "Services";
|
|
4787
|
+
readonly label: "Fetch Provider";
|
|
4788
|
+
readonly description: "Reader backend priority for the fetch/read URL tool";
|
|
4789
|
+
readonly options: readonly [{
|
|
4790
|
+
readonly value: "auto";
|
|
4791
|
+
readonly label: "Auto";
|
|
4792
|
+
readonly description: "Priority: native > trafilatura > lynx > parallel > jina";
|
|
4793
|
+
}, {
|
|
4794
|
+
readonly value: "native";
|
|
4795
|
+
readonly label: "Native";
|
|
4796
|
+
readonly description: "In-process HTML→Markdown converter (always available)";
|
|
4797
|
+
}, {
|
|
4798
|
+
readonly value: "trafilatura";
|
|
4799
|
+
readonly label: "Trafilatura";
|
|
4800
|
+
readonly description: "Auto-installs via uv/pip";
|
|
4801
|
+
}, {
|
|
4802
|
+
readonly value: "lynx";
|
|
4803
|
+
readonly label: "Lynx";
|
|
4804
|
+
readonly description: "Requires lynx system package";
|
|
4805
|
+
}, {
|
|
4806
|
+
readonly value: "parallel";
|
|
4807
|
+
readonly label: "Parallel";
|
|
4808
|
+
readonly description: "Requires PARALLEL_APROMETHEUS_KEY";
|
|
4809
|
+
}, {
|
|
4810
|
+
readonly value: "jina";
|
|
4811
|
+
readonly label: "Jina";
|
|
4812
|
+
readonly description: "Uses r.jina.ai reader (JINA_APROMETHEUS_KEY optional)";
|
|
4813
|
+
}];
|
|
4814
|
+
};
|
|
4815
|
+
};
|
|
4816
|
+
readonly "codexResets.autoRedeem": {
|
|
4817
|
+
readonly type: "enum";
|
|
4818
|
+
readonly values: readonly ["unset", "yes", "no"];
|
|
4819
|
+
readonly default: "unset";
|
|
4820
|
+
readonly ui: {
|
|
4821
|
+
readonly tab: "providers";
|
|
4822
|
+
readonly group: "Services";
|
|
4823
|
+
readonly label: "Codex Auto-Redeem Saved Resets";
|
|
4824
|
+
readonly description: "When a turn is blocked by the Codex weekly limit on the active account and no other account is available, run the conservative saved-reset check. unset asks before spending the first eligible reset, yes spends eligible resets without prompting, and no disables the check entirely. Requires retries enabled.";
|
|
4825
|
+
readonly options: readonly [{
|
|
4826
|
+
readonly value: "unset";
|
|
4827
|
+
readonly label: "Unset";
|
|
4828
|
+
readonly description: "Check eligibility, then ask before spending the first saved reset.";
|
|
4829
|
+
}, {
|
|
4830
|
+
readonly value: "yes";
|
|
4831
|
+
readonly label: "Yes";
|
|
4832
|
+
readonly description: "Spend eligible saved resets without prompting.";
|
|
4833
|
+
}, {
|
|
4834
|
+
readonly value: "no";
|
|
4835
|
+
readonly label: "No";
|
|
4836
|
+
readonly description: "Do not run the saved-reset auto-redeem check.";
|
|
4837
|
+
}];
|
|
4838
|
+
};
|
|
4839
|
+
};
|
|
4840
|
+
readonly "codexResets.minBlockedMinutes": {
|
|
4841
|
+
readonly type: "number";
|
|
4842
|
+
readonly default: 60;
|
|
4843
|
+
readonly ui: {
|
|
4844
|
+
readonly tab: "providers";
|
|
4845
|
+
readonly group: "Services";
|
|
4846
|
+
readonly label: "Codex Auto-Redeem Min Block";
|
|
4847
|
+
readonly description: "Only auto-redeem when the natural weekly reset is at least this many minutes away (don't spend a ~30-day credit to save a short wait).";
|
|
4848
|
+
};
|
|
4849
|
+
};
|
|
4850
|
+
readonly "codexResets.keepCredits": {
|
|
4851
|
+
readonly type: "number";
|
|
4852
|
+
readonly default: 0;
|
|
4853
|
+
readonly ui: {
|
|
4854
|
+
readonly tab: "providers";
|
|
4855
|
+
readonly group: "Services";
|
|
4856
|
+
readonly label: "Codex Auto-Redeem Reserve";
|
|
4857
|
+
readonly description: "Never auto-spend below this many saved resets (0 = the last credit may be spent automatically).";
|
|
4006
4858
|
};
|
|
4007
4859
|
};
|
|
4008
4860
|
readonly "provider.appendOnlyContext": {
|
|
@@ -4011,6 +4863,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4011
4863
|
readonly default: "auto";
|
|
4012
4864
|
readonly ui: {
|
|
4013
4865
|
readonly tab: "providers";
|
|
4866
|
+
readonly group: "Protocol";
|
|
4014
4867
|
readonly label: "Append-Only Context";
|
|
4015
4868
|
readonly description: "Cache system prompt + tool specs and keep an append-only message log so provider prefix caches (DeepSeek, Xiaomi/SGLang, Anthropic) hit at maximum rate. Auto enables for known prefix-cache providers.";
|
|
4016
4869
|
readonly options: readonly [{
|
|
@@ -4033,6 +4886,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4033
4886
|
readonly default: true;
|
|
4034
4887
|
readonly ui: {
|
|
4035
4888
|
readonly tab: "providers";
|
|
4889
|
+
readonly group: "Services";
|
|
4036
4890
|
readonly label: "Exa";
|
|
4037
4891
|
readonly description: "Master toggle for all Exa search tools";
|
|
4038
4892
|
};
|
|
@@ -4042,8 +4896,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4042
4896
|
readonly default: true;
|
|
4043
4897
|
readonly ui: {
|
|
4044
4898
|
readonly tab: "providers";
|
|
4899
|
+
readonly group: "Services";
|
|
4045
4900
|
readonly label: "Exa Search";
|
|
4046
|
-
readonly description: "
|
|
4901
|
+
readonly description: "Enable Exa basic search, deep search, code search, and crawl tools";
|
|
4047
4902
|
};
|
|
4048
4903
|
};
|
|
4049
4904
|
readonly "exa.enableResearcher": {
|
|
@@ -4051,8 +4906,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4051
4906
|
readonly default: false;
|
|
4052
4907
|
readonly ui: {
|
|
4053
4908
|
readonly tab: "providers";
|
|
4909
|
+
readonly group: "Services";
|
|
4054
4910
|
readonly label: "Exa Researcher";
|
|
4055
|
-
readonly description: "AI-powered deep research
|
|
4911
|
+
readonly description: "Enable the Exa researcher tool for AI-powered deep research";
|
|
4056
4912
|
};
|
|
4057
4913
|
};
|
|
4058
4914
|
readonly "exa.enableWebsets": {
|
|
@@ -4060,8 +4916,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4060
4916
|
readonly default: false;
|
|
4061
4917
|
readonly ui: {
|
|
4062
4918
|
readonly tab: "providers";
|
|
4919
|
+
readonly group: "Services";
|
|
4063
4920
|
readonly label: "Exa Websets";
|
|
4064
|
-
readonly description: "
|
|
4921
|
+
readonly description: "Enable Exa webset management and enrichment tools";
|
|
4065
4922
|
};
|
|
4066
4923
|
};
|
|
4067
4924
|
readonly "searxng.endpoint": {
|
|
@@ -4069,8 +4926,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4069
4926
|
readonly default: undefined;
|
|
4070
4927
|
readonly ui: {
|
|
4071
4928
|
readonly tab: "providers";
|
|
4929
|
+
readonly group: "Services";
|
|
4072
4930
|
readonly label: "SearXNG Endpoint";
|
|
4073
|
-
readonly description: "
|
|
4931
|
+
readonly description: "Base URL of a self-hosted SearXNG instance used for web search";
|
|
4074
4932
|
};
|
|
4075
4933
|
};
|
|
4076
4934
|
readonly "searxng.token": {
|
|
@@ -4122,17 +4980,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4122
4980
|
readonly default: false;
|
|
4123
4981
|
readonly ui: {
|
|
4124
4982
|
readonly tab: "tools";
|
|
4983
|
+
readonly group: "Developer";
|
|
4125
4984
|
readonly label: "Auto QA";
|
|
4126
4985
|
readonly description: "Enable automated tool issue reporting (report_tool_issue) for all agents";
|
|
4127
4986
|
};
|
|
4128
4987
|
};
|
|
4129
4988
|
readonly "dev.autoqaPush.endpoint": {
|
|
4130
4989
|
readonly type: "string";
|
|
4131
|
-
readonly default: "https://qa.prometheus.
|
|
4990
|
+
readonly default: "https://qa.prometheus.sh/v1/grievances";
|
|
4132
4991
|
readonly ui: {
|
|
4133
4992
|
readonly tab: "tools";
|
|
4993
|
+
readonly group: "Developer";
|
|
4134
4994
|
readonly label: "Auto QA Push Endpoint";
|
|
4135
|
-
readonly description: "Full URL
|
|
4995
|
+
readonly description: "Full URL receiving Auto QA JSON reports (default https://qa.prometheus.sh/v1/grievances)";
|
|
4136
4996
|
};
|
|
4137
4997
|
};
|
|
4138
4998
|
readonly "dev.autoqaPush.token": {
|
|
@@ -4182,6 +5042,9 @@ export type SettingPath = keyof Schema;
|
|
|
4182
5042
|
/** Infer the value type for a setting path */
|
|
4183
5043
|
export type SettingValue<P extends SettingPath> = Schema[P] extends {
|
|
4184
5044
|
type: "boolean";
|
|
5045
|
+
default: undefined;
|
|
5046
|
+
} ? boolean | undefined : Schema[P] extends {
|
|
5047
|
+
type: "boolean";
|
|
4185
5048
|
} ? boolean : Schema[P] extends {
|
|
4186
5049
|
type: "string";
|
|
4187
5050
|
} ? string | undefined : Schema[P] extends {
|
|
@@ -4214,9 +5077,11 @@ export type StatusLinePreset = SettingValue<"statusLine.preset">;
|
|
|
4214
5077
|
export type StatusLineSeparatorStyle = SettingValue<"statusLine.separator">;
|
|
4215
5078
|
/** Tree selector filter mode - derived from schema */
|
|
4216
5079
|
export type TreeFilterMode = SettingValue<"treeFilterMode">;
|
|
5080
|
+
/** Personality preset - derived from schema */
|
|
5081
|
+
export type Personality = SettingValue<"personality">;
|
|
4217
5082
|
export interface CompactionSettings {
|
|
4218
5083
|
enabled: boolean;
|
|
4219
|
-
strategy: "context-full" | "handoff" | "shake" | "off";
|
|
5084
|
+
strategy: "context-full" | "handoff" | "shake" | "snapcompact" | "off";
|
|
4220
5085
|
thresholdPercent: number;
|
|
4221
5086
|
thresholdTokens: number;
|
|
4222
5087
|
reserveTokens: number;
|
|
@@ -4228,6 +5093,8 @@ export interface CompactionSettings {
|
|
|
4228
5093
|
idleEnabled: boolean;
|
|
4229
5094
|
idleThresholdTokens: number;
|
|
4230
5095
|
idleTimeoutSeconds: number;
|
|
5096
|
+
supersedeReads: boolean;
|
|
5097
|
+
dropUseless: boolean;
|
|
4231
5098
|
}
|
|
4232
5099
|
export interface ContextPromotionSettings {
|
|
4233
5100
|
enabled: boolean;
|
|
@@ -4270,8 +5137,10 @@ export interface SkillsSettings {
|
|
|
4270
5137
|
enableCodexUser?: boolean;
|
|
4271
5138
|
enableClaudeUser?: boolean;
|
|
4272
5139
|
enableClaudeProject?: boolean;
|
|
4273
|
-
|
|
4274
|
-
|
|
5140
|
+
enablePiUser?: boolean;
|
|
5141
|
+
enablePiProject?: boolean;
|
|
5142
|
+
enableAgentsUser?: boolean;
|
|
5143
|
+
enableAgentsProject?: boolean;
|
|
4275
5144
|
customDirectories?: string[];
|
|
4276
5145
|
ignoredSkills?: string[];
|
|
4277
5146
|
includeSkills?: string[];
|
|
@@ -4306,6 +5175,7 @@ export interface StatusLineSettings {
|
|
|
4306
5175
|
preset: StatusLinePreset;
|
|
4307
5176
|
separator: StatusLineSeparatorStyle;
|
|
4308
5177
|
showHookStatus: boolean;
|
|
5178
|
+
transparent: boolean;
|
|
4309
5179
|
leftSegments: StatusLineSegmentId[];
|
|
4310
5180
|
rightSegments: StatusLineSegmentId[];
|
|
4311
5181
|
segmentOptions: Record<string, unknown>;
|
|
@@ -4321,8 +5191,7 @@ export interface SttSettings {
|
|
|
4321
5191
|
enabled: boolean;
|
|
4322
5192
|
language: string | undefined;
|
|
4323
5193
|
modelName: string;
|
|
4324
|
-
|
|
4325
|
-
modelPath: string | undefined;
|
|
5194
|
+
streaming: boolean;
|
|
4326
5195
|
}
|
|
4327
5196
|
export interface BashInterceptorRule {
|
|
4328
5197
|
pattern: string;
|
|
@@ -4337,6 +5206,14 @@ export interface ShellMinimizerSettings {
|
|
|
4337
5206
|
only: string[];
|
|
4338
5207
|
except: string[];
|
|
4339
5208
|
maxCaptureBytes: number;
|
|
5209
|
+
sourceOutlineLevel: "default" | "aggressive";
|
|
5210
|
+
legacyFilters: boolean | undefined;
|
|
5211
|
+
}
|
|
5212
|
+
export type CodexAutoRedeemMode = "unset" | "yes" | "no";
|
|
5213
|
+
export interface CodexResetsSettings {
|
|
5214
|
+
autoRedeem: CodexAutoRedeemMode;
|
|
5215
|
+
minBlockedMinutes: number;
|
|
5216
|
+
keepCredits: number;
|
|
4340
5217
|
}
|
|
4341
5218
|
/** Map group prefix -> typed settings interface */
|
|
4342
5219
|
export interface GroupTypeMap {
|
|
@@ -4356,6 +5233,7 @@ export interface GroupTypeMap {
|
|
|
4356
5233
|
modelTags: ModelTagsSettings;
|
|
4357
5234
|
cycleOrder: string[];
|
|
4358
5235
|
shellMinimizer: ShellMinimizerSettings;
|
|
5236
|
+
codexResets: CodexResetsSettings;
|
|
4359
5237
|
}
|
|
4360
5238
|
export type GroupPrefix = keyof GroupTypeMap;
|
|
4361
5239
|
export {};
|