@prometheus-ai/agent 0.5.3 → 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 +39 -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/gateway-cli.d.ts +4 -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/gateway.d.ts +3 -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 +1211 -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/gateway/adapters/telegram/access.d.ts +4 -1
- package/dist/types/gateway/adapters/telegram/setup-api.d.ts +1 -1
- package/dist/types/gateway/adapters/telegram/webhook.d.ts +1 -1
- package/dist/types/gateway/types.d.ts +1 -1
- 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/gateway-cli.ts +32 -2
- 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/gateway.ts +4 -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 +1445 -382
- 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/gateway/adapters/telegram/access.ts +39 -4
- package/src/gateway/adapters/telegram/normalize.ts +16 -1
- package/src/gateway/adapters/telegram/setup-api.ts +7 -1
- package/src/gateway/adapters/telegram/webhook.ts +26 -5
- package/src/gateway/context.ts +9 -1
- package/src/gateway/types.ts +1 -1
- 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 +11 -9
- 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/telegram.ts +77 -22
- 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,16 +192,28 @@ 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
|
};
|
|
183
199
|
};
|
|
200
|
+
readonly "gateway.telegram.allowedChats": {
|
|
201
|
+
readonly type: "string";
|
|
202
|
+
readonly default: undefined;
|
|
203
|
+
readonly ui: {
|
|
204
|
+
readonly tab: "channels";
|
|
205
|
+
readonly group: "Telegram";
|
|
206
|
+
readonly label: "Telegram Allowed Chats";
|
|
207
|
+
readonly description: "Comma-separated Telegram chat IDs allowed to use the gateway";
|
|
208
|
+
};
|
|
209
|
+
};
|
|
184
210
|
readonly "gateway.telegram.groupScope": {
|
|
185
211
|
readonly type: "enum";
|
|
186
212
|
readonly values: readonly ["shared", "per-user"];
|
|
187
213
|
readonly default: "shared";
|
|
188
214
|
readonly ui: {
|
|
189
215
|
readonly tab: "channels";
|
|
216
|
+
readonly group: "Telegram";
|
|
190
217
|
readonly label: "Telegram Group Scope";
|
|
191
218
|
readonly description: "Session sharing for non-threaded group chats";
|
|
192
219
|
readonly options: readonly [{
|
|
@@ -206,6 +233,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
206
233
|
readonly default: "shared";
|
|
207
234
|
readonly ui: {
|
|
208
235
|
readonly tab: "channels";
|
|
236
|
+
readonly group: "Telegram";
|
|
209
237
|
readonly label: "Telegram Thread Scope";
|
|
210
238
|
readonly description: "Session sharing for Telegram topics and direct-message topics";
|
|
211
239
|
readonly options: readonly [{
|
|
@@ -225,6 +253,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
225
253
|
readonly default: "none";
|
|
226
254
|
readonly ui: {
|
|
227
255
|
readonly tab: "channels";
|
|
256
|
+
readonly group: "Telegram";
|
|
228
257
|
readonly label: "Telegram Parse Mode";
|
|
229
258
|
readonly description: "Telegram parse_mode for bot replies";
|
|
230
259
|
readonly options: readonly [{
|
|
@@ -251,6 +280,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
251
280
|
readonly default: false;
|
|
252
281
|
readonly ui: {
|
|
253
282
|
readonly tab: "channels";
|
|
283
|
+
readonly group: "Telegram";
|
|
254
284
|
readonly label: "Telegram Silent Replies";
|
|
255
285
|
readonly description: "Send Telegram replies without notification sound";
|
|
256
286
|
};
|
|
@@ -260,6 +290,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
260
290
|
readonly default: true;
|
|
261
291
|
readonly ui: {
|
|
262
292
|
readonly tab: "channels";
|
|
293
|
+
readonly group: "Telegram";
|
|
263
294
|
readonly label: "Telegram HD Previews";
|
|
264
295
|
readonly description: "Ask Telegram to use larger media previews where the Bot API supports it";
|
|
265
296
|
};
|
|
@@ -269,6 +300,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
269
300
|
readonly default: false;
|
|
270
301
|
readonly ui: {
|
|
271
302
|
readonly tab: "channels";
|
|
303
|
+
readonly group: "Telegram";
|
|
272
304
|
readonly label: "Telegram Bot Messages";
|
|
273
305
|
readonly description: "Allow Telegram messages sent by bot accounts";
|
|
274
306
|
};
|
|
@@ -278,6 +310,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
278
310
|
readonly default: false;
|
|
279
311
|
readonly ui: {
|
|
280
312
|
readonly tab: "channels";
|
|
313
|
+
readonly group: "Telegram";
|
|
281
314
|
readonly label: "Telegram Raw Payloads";
|
|
282
315
|
readonly description: "Attach raw Telegram update payloads to gateway events for debugging";
|
|
283
316
|
};
|
|
@@ -287,6 +320,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
287
320
|
readonly default: true;
|
|
288
321
|
readonly ui: {
|
|
289
322
|
readonly tab: "channels";
|
|
323
|
+
readonly group: "Telegram";
|
|
290
324
|
readonly label: "Telegram Expressions";
|
|
291
325
|
readonly description: "Allow Prometheus to attach matching Telegram expression intents to replies";
|
|
292
326
|
};
|
|
@@ -296,6 +330,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
296
330
|
readonly default: 2;
|
|
297
331
|
readonly ui: {
|
|
298
332
|
readonly tab: "channels";
|
|
333
|
+
readonly group: "Telegram";
|
|
299
334
|
readonly label: "Telegram Expression Match";
|
|
300
335
|
readonly description: "Minimum local catalog match score before attaching a Telegram expression";
|
|
301
336
|
readonly options: readonly [{
|
|
@@ -318,6 +353,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
318
353
|
readonly default: Record<string, unknown>;
|
|
319
354
|
readonly ui: {
|
|
320
355
|
readonly tab: "channels";
|
|
356
|
+
readonly group: "Telegram";
|
|
321
357
|
readonly label: "Telegram Expression Catalog";
|
|
322
358
|
readonly description: "Searchable Telegram expression intents with sticker/GIF variants";
|
|
323
359
|
};
|
|
@@ -327,6 +363,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
327
363
|
readonly default: undefined;
|
|
328
364
|
readonly ui: {
|
|
329
365
|
readonly tab: "channels";
|
|
366
|
+
readonly group: "Telegram";
|
|
330
367
|
readonly label: "Telegram Expression File";
|
|
331
368
|
readonly description: "Optional JSON catalog path for Telegram expression intents";
|
|
332
369
|
};
|
|
@@ -336,6 +373,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
336
373
|
readonly default: false;
|
|
337
374
|
readonly ui: {
|
|
338
375
|
readonly tab: "interaction";
|
|
376
|
+
readonly group: "Startup & Updates";
|
|
339
377
|
readonly label: "Auto Resume";
|
|
340
378
|
readonly description: "Automatically resume the most recent session in the current directory";
|
|
341
379
|
};
|
|
@@ -345,8 +383,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
345
383
|
readonly default: true;
|
|
346
384
|
readonly ui: {
|
|
347
385
|
readonly tab: "interaction";
|
|
348
|
-
readonly
|
|
349
|
-
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)";
|
|
350
389
|
};
|
|
351
390
|
};
|
|
352
391
|
readonly "power.preventSystemSleep": {
|
|
@@ -354,8 +393,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
354
393
|
readonly default: false;
|
|
355
394
|
readonly ui: {
|
|
356
395
|
readonly tab: "interaction";
|
|
357
|
-
readonly
|
|
358
|
-
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)";
|
|
359
399
|
};
|
|
360
400
|
};
|
|
361
401
|
readonly "power.declareUserActive": {
|
|
@@ -363,8 +403,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
363
403
|
readonly default: false;
|
|
364
404
|
readonly ui: {
|
|
365
405
|
readonly tab: "interaction";
|
|
366
|
-
readonly
|
|
367
|
-
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)";
|
|
368
409
|
};
|
|
369
410
|
};
|
|
370
411
|
readonly "power.preventDisplaySleep": {
|
|
@@ -372,8 +413,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
372
413
|
readonly default: false;
|
|
373
414
|
readonly ui: {
|
|
374
415
|
readonly tab: "interaction";
|
|
375
|
-
readonly
|
|
376
|
-
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)";
|
|
377
419
|
};
|
|
378
420
|
};
|
|
379
421
|
readonly shellPath: {
|
|
@@ -384,29 +426,6 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
384
426
|
readonly type: "array";
|
|
385
427
|
readonly default: string[];
|
|
386
428
|
};
|
|
387
|
-
readonly "marketplace.autoUpdate": {
|
|
388
|
-
readonly type: "enum";
|
|
389
|
-
readonly values: readonly ["off", "notify", "auto"];
|
|
390
|
-
readonly default: "notify";
|
|
391
|
-
readonly ui: {
|
|
392
|
-
readonly tab: "tools";
|
|
393
|
-
readonly label: "Marketplace Auto-Update";
|
|
394
|
-
readonly description: "Check for plugin updates on startup (off/notify/auto)";
|
|
395
|
-
readonly options: readonly [{
|
|
396
|
-
readonly value: "off";
|
|
397
|
-
readonly label: "Off";
|
|
398
|
-
readonly description: "Don't check for plugin updates";
|
|
399
|
-
}, {
|
|
400
|
-
readonly value: "notify";
|
|
401
|
-
readonly label: "Notify";
|
|
402
|
-
readonly description: "Check on startup and notify when updates are available";
|
|
403
|
-
}, {
|
|
404
|
-
readonly value: "auto";
|
|
405
|
-
readonly label: "Auto";
|
|
406
|
-
readonly description: "Check on startup and auto-install updates";
|
|
407
|
-
}];
|
|
408
|
-
};
|
|
409
|
-
};
|
|
410
429
|
readonly enabledModels: {
|
|
411
430
|
readonly type: "array";
|
|
412
431
|
readonly default: string[];
|
|
@@ -440,8 +459,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
440
459
|
readonly default: "titanium";
|
|
441
460
|
readonly ui: {
|
|
442
461
|
readonly tab: "appearance";
|
|
462
|
+
readonly group: "Theme";
|
|
443
463
|
readonly label: "Dark Theme";
|
|
444
|
-
readonly description: "Theme used when terminal has dark background";
|
|
464
|
+
readonly description: "Theme used when the terminal has a dark background";
|
|
445
465
|
readonly options: "runtime";
|
|
446
466
|
};
|
|
447
467
|
};
|
|
@@ -450,8 +470,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
450
470
|
readonly default: "light";
|
|
451
471
|
readonly ui: {
|
|
452
472
|
readonly tab: "appearance";
|
|
473
|
+
readonly group: "Theme";
|
|
453
474
|
readonly label: "Light Theme";
|
|
454
|
-
readonly description: "Theme used when terminal has light background";
|
|
475
|
+
readonly description: "Theme used when the terminal has a light background";
|
|
455
476
|
readonly options: "runtime";
|
|
456
477
|
};
|
|
457
478
|
};
|
|
@@ -461,8 +482,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
461
482
|
readonly default: "unicode";
|
|
462
483
|
readonly ui: {
|
|
463
484
|
readonly tab: "appearance";
|
|
485
|
+
readonly group: "Theme";
|
|
464
486
|
readonly label: "Symbol Preset";
|
|
465
|
-
readonly description: "
|
|
487
|
+
readonly description: "Glyph set for icons and symbols (Unicode, Nerd Font, or ASCII)";
|
|
466
488
|
readonly options: readonly [{
|
|
467
489
|
readonly value: "unicode";
|
|
468
490
|
readonly label: "Unicode";
|
|
@@ -483,6 +505,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
483
505
|
readonly default: false;
|
|
484
506
|
readonly ui: {
|
|
485
507
|
readonly tab: "appearance";
|
|
508
|
+
readonly group: "Theme";
|
|
486
509
|
readonly label: "Color-Blind Mode";
|
|
487
510
|
readonly description: "Use blue instead of green for diff additions";
|
|
488
511
|
};
|
|
@@ -493,6 +516,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
493
516
|
readonly default: "default";
|
|
494
517
|
readonly ui: {
|
|
495
518
|
readonly tab: "appearance";
|
|
519
|
+
readonly group: "Status Line";
|
|
496
520
|
readonly label: "Status Line Preset";
|
|
497
521
|
readonly description: "Pre-built status line configurations";
|
|
498
522
|
readonly options: readonly [{
|
|
@@ -532,6 +556,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
532
556
|
readonly default: "powerline-thin";
|
|
533
557
|
readonly ui: {
|
|
534
558
|
readonly tab: "appearance";
|
|
559
|
+
readonly group: "Status Line";
|
|
535
560
|
readonly label: "Status Line Separator";
|
|
536
561
|
readonly description: "Style of separators between segments";
|
|
537
562
|
readonly options: readonly [{
|
|
@@ -570,16 +595,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
570
595
|
readonly default: true;
|
|
571
596
|
readonly ui: {
|
|
572
597
|
readonly tab: "appearance";
|
|
598
|
+
readonly group: "Status Line";
|
|
573
599
|
readonly label: "Session Accent";
|
|
574
600
|
readonly description: "Use the session name color for the editor border and status line gap";
|
|
575
601
|
};
|
|
576
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
|
+
};
|
|
577
613
|
readonly "tools.artifactSpillThreshold": {
|
|
578
614
|
readonly type: "number";
|
|
579
615
|
readonly default: 50;
|
|
580
616
|
readonly ui: {
|
|
581
617
|
readonly tab: "tools";
|
|
582
|
-
readonly
|
|
618
|
+
readonly group: "Output Limits";
|
|
619
|
+
readonly label: "Artifact Spill Threshold (KB)";
|
|
583
620
|
readonly description: "Tool output above this size is saved as an artifact; tail is kept inline";
|
|
584
621
|
readonly options: readonly [{
|
|
585
622
|
readonly value: "1";
|
|
@@ -637,7 +674,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
637
674
|
readonly default: 20;
|
|
638
675
|
readonly ui: {
|
|
639
676
|
readonly tab: "tools";
|
|
640
|
-
readonly
|
|
677
|
+
readonly group: "Output Limits";
|
|
678
|
+
readonly label: "Artifact Tail Size (KB)";
|
|
641
679
|
readonly description: "Amount of tail content kept inline when output spills to artifact";
|
|
642
680
|
readonly options: readonly [{
|
|
643
681
|
readonly value: "1";
|
|
@@ -679,7 +717,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
679
717
|
readonly default: 20;
|
|
680
718
|
readonly ui: {
|
|
681
719
|
readonly tab: "tools";
|
|
682
|
-
readonly
|
|
720
|
+
readonly group: "Output Limits";
|
|
721
|
+
readonly label: "Artifact Head Size (KB)";
|
|
683
722
|
readonly description: "Amount of head content kept inline alongside the tail when output spills to artifact (middle elision). 0 disables — keep tail only.";
|
|
684
723
|
readonly options: readonly [{
|
|
685
724
|
readonly value: "0";
|
|
@@ -725,7 +764,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
725
764
|
readonly default: 768;
|
|
726
765
|
readonly ui: {
|
|
727
766
|
readonly tab: "tools";
|
|
728
|
-
readonly
|
|
767
|
+
readonly group: "Output Limits";
|
|
768
|
+
readonly label: "Output Column Cap";
|
|
729
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.";
|
|
730
770
|
readonly options: readonly [{
|
|
731
771
|
readonly value: "0";
|
|
@@ -760,7 +800,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
760
800
|
readonly default: 500;
|
|
761
801
|
readonly ui: {
|
|
762
802
|
readonly tab: "tools";
|
|
763
|
-
readonly
|
|
803
|
+
readonly group: "Output Limits";
|
|
804
|
+
readonly label: "Artifact Tail Lines";
|
|
764
805
|
readonly description: "Maximum lines of tail content kept inline when output spills to artifact";
|
|
765
806
|
readonly options: readonly [{
|
|
766
807
|
readonly value: "50";
|
|
@@ -798,8 +839,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
798
839
|
readonly default: true;
|
|
799
840
|
readonly ui: {
|
|
800
841
|
readonly tab: "appearance";
|
|
842
|
+
readonly group: "Status Line";
|
|
801
843
|
readonly label: "Show Hook Status";
|
|
802
|
-
readonly description: "Display hook status messages below status line";
|
|
844
|
+
readonly description: "Display hook status messages below the status line";
|
|
803
845
|
};
|
|
804
846
|
};
|
|
805
847
|
readonly "statusLine.leftSegments": {
|
|
@@ -819,8 +861,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
819
861
|
readonly default: true;
|
|
820
862
|
readonly ui: {
|
|
821
863
|
readonly tab: "appearance";
|
|
864
|
+
readonly group: "Images";
|
|
822
865
|
readonly label: "Show Inline Images";
|
|
823
|
-
readonly description: "Render images inline in terminal";
|
|
866
|
+
readonly description: "Render images inline in the terminal";
|
|
824
867
|
readonly condition: "hasImageProtocol";
|
|
825
868
|
};
|
|
826
869
|
};
|
|
@@ -829,6 +872,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
829
872
|
readonly default: true;
|
|
830
873
|
readonly ui: {
|
|
831
874
|
readonly tab: "appearance";
|
|
875
|
+
readonly group: "Images";
|
|
832
876
|
readonly label: "Auto-Resize Images";
|
|
833
877
|
readonly description: "Resize large images to 2000x2000 max for better model compatibility";
|
|
834
878
|
};
|
|
@@ -838,6 +882,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
838
882
|
readonly default: false;
|
|
839
883
|
readonly ui: {
|
|
840
884
|
readonly tab: "appearance";
|
|
885
|
+
readonly group: "Images";
|
|
841
886
|
readonly label: "Block Images";
|
|
842
887
|
readonly description: "Prevent images from being sent to LLM providers";
|
|
843
888
|
};
|
|
@@ -862,6 +907,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
862
907
|
readonly default: false;
|
|
863
908
|
readonly ui: {
|
|
864
909
|
readonly tab: "appearance";
|
|
910
|
+
readonly group: "Display";
|
|
865
911
|
readonly label: "Large Headings (Kitty)";
|
|
866
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.";
|
|
867
913
|
};
|
|
@@ -872,6 +918,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
872
918
|
readonly default: "auto";
|
|
873
919
|
readonly ui: {
|
|
874
920
|
readonly tab: "appearance";
|
|
921
|
+
readonly group: "Display";
|
|
875
922
|
readonly label: "Terminal Hyperlinks";
|
|
876
923
|
readonly description: "Wrap paths and URLs in OSC 8 hyperlinks for terminal-native click-to-open (auto: detect support; off: never; always: unconditional)";
|
|
877
924
|
};
|
|
@@ -886,6 +933,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
886
933
|
readonly default: "classic";
|
|
887
934
|
readonly ui: {
|
|
888
935
|
readonly tab: "appearance";
|
|
936
|
+
readonly group: "Display";
|
|
889
937
|
readonly label: "Shimmer";
|
|
890
938
|
readonly description: "Animation style for working/loading messages";
|
|
891
939
|
readonly options: readonly [{
|
|
@@ -903,11 +951,22 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
903
951
|
}];
|
|
904
952
|
};
|
|
905
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
|
+
};
|
|
906
964
|
readonly "display.showTokenUsage": {
|
|
907
965
|
readonly type: "boolean";
|
|
908
966
|
readonly default: false;
|
|
909
967
|
readonly ui: {
|
|
910
968
|
readonly tab: "appearance";
|
|
969
|
+
readonly group: "Display";
|
|
911
970
|
readonly label: "Show Token Usage";
|
|
912
971
|
readonly description: "Show per-turn token usage on assistant messages";
|
|
913
972
|
};
|
|
@@ -917,25 +976,18 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
917
976
|
readonly default: true;
|
|
918
977
|
readonly ui: {
|
|
919
978
|
readonly tab: "appearance";
|
|
979
|
+
readonly group: "Display";
|
|
920
980
|
readonly label: "Show Hardware Cursor";
|
|
921
981
|
readonly description: "Show terminal cursor for IME support";
|
|
922
982
|
};
|
|
923
983
|
};
|
|
924
|
-
readonly clearOnShrink: {
|
|
925
|
-
readonly type: "boolean";
|
|
926
|
-
readonly default: false;
|
|
927
|
-
readonly ui: {
|
|
928
|
-
readonly tab: "appearance";
|
|
929
|
-
readonly label: "Clear on Shrink";
|
|
930
|
-
readonly description: "Clear empty rows when content shrinks (may cause flicker)";
|
|
931
|
-
};
|
|
932
|
-
};
|
|
933
984
|
readonly defaultThinkingLevel: {
|
|
934
985
|
readonly type: "enum";
|
|
935
|
-
readonly values: readonly [...import("@prometheus-ai/
|
|
986
|
+
readonly values: readonly [...import("@prometheus-ai/catalog").Effort[], "auto"];
|
|
936
987
|
readonly default: "high";
|
|
937
988
|
readonly ui: {
|
|
938
989
|
readonly tab: "model";
|
|
990
|
+
readonly group: "Thinking";
|
|
939
991
|
readonly label: "Thinking Level";
|
|
940
992
|
readonly description: "Reasoning depth for thinking-capable models";
|
|
941
993
|
readonly options: readonly [import("../thinking").ConfiguredThinkingLevelMetadata, ...import("../thinking").ThinkingLevelMetadata[]];
|
|
@@ -946,6 +998,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
946
998
|
readonly default: false;
|
|
947
999
|
readonly ui: {
|
|
948
1000
|
readonly tab: "model";
|
|
1001
|
+
readonly group: "Thinking";
|
|
949
1002
|
readonly label: "Hide Thinking Blocks";
|
|
950
1003
|
readonly description: "Hide thinking blocks in assistant responses";
|
|
951
1004
|
};
|
|
@@ -955,6 +1008,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
955
1008
|
readonly default: false;
|
|
956
1009
|
readonly ui: {
|
|
957
1010
|
readonly tab: "model";
|
|
1011
|
+
readonly group: "Prompt";
|
|
958
1012
|
readonly label: "Repeat Tool Descriptions";
|
|
959
1013
|
readonly description: "Render full tool descriptions in the system prompt instead of a tool name list";
|
|
960
1014
|
};
|
|
@@ -964,15 +1018,45 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
964
1018
|
readonly default: true;
|
|
965
1019
|
readonly ui: {
|
|
966
1020
|
readonly tab: "model";
|
|
967
|
-
readonly
|
|
1021
|
+
readonly group: "Prompt";
|
|
1022
|
+
readonly label: "Include Model in Prompt";
|
|
968
1023
|
readonly description: "Surface the active model identifier in the system prompt so the agent knows which model it is";
|
|
969
1024
|
};
|
|
970
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
|
+
};
|
|
971
1054
|
readonly temperature: {
|
|
972
1055
|
readonly type: "number";
|
|
973
1056
|
readonly default: -1;
|
|
974
1057
|
readonly ui: {
|
|
975
1058
|
readonly tab: "model";
|
|
1059
|
+
readonly group: "Sampling";
|
|
976
1060
|
readonly label: "Temperature";
|
|
977
1061
|
readonly description: "Sampling temperature (0 = deterministic, 1 = creative, -1 = provider default)";
|
|
978
1062
|
readonly options: readonly [{
|
|
@@ -1007,6 +1091,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1007
1091
|
readonly default: -1;
|
|
1008
1092
|
readonly ui: {
|
|
1009
1093
|
readonly tab: "model";
|
|
1094
|
+
readonly group: "Sampling";
|
|
1010
1095
|
readonly label: "Top P";
|
|
1011
1096
|
readonly description: "Nucleus sampling cutoff (0-1, -1 = provider default)";
|
|
1012
1097
|
readonly options: readonly [{
|
|
@@ -1041,6 +1126,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1041
1126
|
readonly default: -1;
|
|
1042
1127
|
readonly ui: {
|
|
1043
1128
|
readonly tab: "model";
|
|
1129
|
+
readonly group: "Sampling";
|
|
1044
1130
|
readonly label: "Top K";
|
|
1045
1131
|
readonly description: "Sample from top-K tokens (-1 = provider default)";
|
|
1046
1132
|
readonly options: readonly [{
|
|
@@ -1071,6 +1157,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1071
1157
|
readonly default: -1;
|
|
1072
1158
|
readonly ui: {
|
|
1073
1159
|
readonly tab: "model";
|
|
1160
|
+
readonly group: "Sampling";
|
|
1074
1161
|
readonly label: "Min P";
|
|
1075
1162
|
readonly description: "Minimum probability threshold (0-1, -1 = provider default)";
|
|
1076
1163
|
readonly options: readonly [{
|
|
@@ -1097,6 +1184,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1097
1184
|
readonly default: -1;
|
|
1098
1185
|
readonly ui: {
|
|
1099
1186
|
readonly tab: "model";
|
|
1187
|
+
readonly group: "Sampling";
|
|
1100
1188
|
readonly label: "Presence Penalty";
|
|
1101
1189
|
readonly description: "Penalty for introducing already-present tokens (-1 = provider default)";
|
|
1102
1190
|
readonly options: readonly [{
|
|
@@ -1127,6 +1215,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1127
1215
|
readonly default: -1;
|
|
1128
1216
|
readonly ui: {
|
|
1129
1217
|
readonly tab: "model";
|
|
1218
|
+
readonly group: "Sampling";
|
|
1130
1219
|
readonly label: "Repetition Penalty";
|
|
1131
1220
|
readonly description: "Penalty for repeated tokens (-1 = provider default)";
|
|
1132
1221
|
readonly options: readonly [{
|
|
@@ -1162,6 +1251,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1162
1251
|
readonly default: "none";
|
|
1163
1252
|
readonly ui: {
|
|
1164
1253
|
readonly tab: "model";
|
|
1254
|
+
readonly group: "Sampling";
|
|
1165
1255
|
readonly label: "Service Tier";
|
|
1166
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.';
|
|
1167
1257
|
readonly options: readonly [{
|
|
@@ -1199,15 +1289,40 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1199
1289
|
}];
|
|
1200
1290
|
};
|
|
1201
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
|
+
};
|
|
1202
1316
|
readonly "retry.enabled": {
|
|
1203
1317
|
readonly type: "boolean";
|
|
1204
1318
|
readonly default: true;
|
|
1205
1319
|
};
|
|
1206
1320
|
readonly "retry.maxRetries": {
|
|
1207
1321
|
readonly type: "number";
|
|
1208
|
-
readonly default:
|
|
1322
|
+
readonly default: 10;
|
|
1209
1323
|
readonly ui: {
|
|
1210
1324
|
readonly tab: "model";
|
|
1325
|
+
readonly group: "Retry & Fallback";
|
|
1211
1326
|
readonly label: "Retry Attempts";
|
|
1212
1327
|
readonly description: "Maximum retry attempts on API errors";
|
|
1213
1328
|
readonly options: readonly [{
|
|
@@ -1230,13 +1345,14 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1230
1345
|
};
|
|
1231
1346
|
readonly "retry.baseDelayMs": {
|
|
1232
1347
|
readonly type: "number";
|
|
1233
|
-
readonly default:
|
|
1348
|
+
readonly default: 500;
|
|
1234
1349
|
};
|
|
1235
1350
|
readonly "retry.maxDelayMs": {
|
|
1236
1351
|
readonly type: "number";
|
|
1237
1352
|
readonly default: number;
|
|
1238
1353
|
readonly ui: {
|
|
1239
1354
|
readonly tab: "model";
|
|
1355
|
+
readonly group: "Retry & Fallback";
|
|
1240
1356
|
readonly label: "Max Retry Delay";
|
|
1241
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).";
|
|
1242
1358
|
};
|
|
@@ -1246,6 +1362,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1246
1362
|
readonly default: true;
|
|
1247
1363
|
readonly ui: {
|
|
1248
1364
|
readonly tab: "model";
|
|
1365
|
+
readonly group: "Retry & Fallback";
|
|
1249
1366
|
readonly label: "Retry Model Fallback";
|
|
1250
1367
|
readonly description: "Allow retry recovery to switch to configured fallback models";
|
|
1251
1368
|
};
|
|
@@ -1260,6 +1377,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1260
1377
|
readonly default: "cooldown-expiry";
|
|
1261
1378
|
readonly ui: {
|
|
1262
1379
|
readonly tab: "model";
|
|
1380
|
+
readonly group: "Retry & Fallback";
|
|
1263
1381
|
readonly label: "Fallback Revert Policy";
|
|
1264
1382
|
readonly description: "When to return to the primary model after a fallback";
|
|
1265
1383
|
readonly options: readonly [{
|
|
@@ -1279,6 +1397,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1279
1397
|
readonly default: "one-at-a-time";
|
|
1280
1398
|
readonly ui: {
|
|
1281
1399
|
readonly tab: "interaction";
|
|
1400
|
+
readonly group: "Input";
|
|
1282
1401
|
readonly label: "Steering Mode";
|
|
1283
1402
|
readonly description: "How to process queued messages while agent is working";
|
|
1284
1403
|
};
|
|
@@ -1289,6 +1408,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1289
1408
|
readonly default: "one-at-a-time";
|
|
1290
1409
|
readonly ui: {
|
|
1291
1410
|
readonly tab: "interaction";
|
|
1411
|
+
readonly group: "Input";
|
|
1292
1412
|
readonly label: "Follow-Up Mode";
|
|
1293
1413
|
readonly description: "How to drain follow-up messages after a turn completes";
|
|
1294
1414
|
};
|
|
@@ -1299,6 +1419,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1299
1419
|
readonly default: "immediate";
|
|
1300
1420
|
readonly ui: {
|
|
1301
1421
|
readonly tab: "interaction";
|
|
1422
|
+
readonly group: "Input";
|
|
1302
1423
|
readonly label: "Interrupt Mode";
|
|
1303
1424
|
readonly description: "When steering messages interrupt tool execution";
|
|
1304
1425
|
};
|
|
@@ -1309,6 +1430,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1309
1430
|
readonly default: "prompt";
|
|
1310
1431
|
readonly ui: {
|
|
1311
1432
|
readonly tab: "interaction";
|
|
1433
|
+
readonly group: "Input";
|
|
1312
1434
|
readonly label: "Loop Mode";
|
|
1313
1435
|
readonly description: "What happens between /loop iterations before re-submitting the prompt";
|
|
1314
1436
|
readonly options: readonly [{
|
|
@@ -1332,6 +1454,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1332
1454
|
readonly default: "tree";
|
|
1333
1455
|
readonly ui: {
|
|
1334
1456
|
readonly tab: "interaction";
|
|
1457
|
+
readonly group: "Input";
|
|
1335
1458
|
readonly label: "Double-Escape Action";
|
|
1336
1459
|
readonly description: "Action when pressing Escape twice with empty editor";
|
|
1337
1460
|
};
|
|
@@ -1342,6 +1465,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1342
1465
|
readonly default: "default";
|
|
1343
1466
|
readonly ui: {
|
|
1344
1467
|
readonly tab: "interaction";
|
|
1468
|
+
readonly group: "Input";
|
|
1345
1469
|
readonly label: "Session Tree Filter";
|
|
1346
1470
|
readonly description: "Default filter mode when opening the session tree";
|
|
1347
1471
|
};
|
|
@@ -1351,6 +1475,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1351
1475
|
readonly default: 5;
|
|
1352
1476
|
readonly ui: {
|
|
1353
1477
|
readonly tab: "interaction";
|
|
1478
|
+
readonly group: "Input";
|
|
1354
1479
|
readonly label: "Autocomplete Items";
|
|
1355
1480
|
readonly description: "Max visible items in autocomplete dropdown (3-20)";
|
|
1356
1481
|
readonly options: readonly [{
|
|
@@ -1379,15 +1504,43 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1379
1504
|
readonly default: true;
|
|
1380
1505
|
readonly ui: {
|
|
1381
1506
|
readonly tab: "interaction";
|
|
1507
|
+
readonly group: "Input";
|
|
1382
1508
|
readonly label: "Emoji Autocomplete";
|
|
1383
1509
|
readonly description: "Suggest emojis from `:name:` shortcodes and expand text emoticons like `:D` or `:-)`";
|
|
1384
1510
|
};
|
|
1385
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
|
+
};
|
|
1386
1538
|
readonly "startup.quiet": {
|
|
1387
1539
|
readonly type: "boolean";
|
|
1388
1540
|
readonly default: false;
|
|
1389
1541
|
readonly ui: {
|
|
1390
1542
|
readonly tab: "interaction";
|
|
1543
|
+
readonly group: "Startup & Updates";
|
|
1391
1544
|
readonly label: "Quiet Startup";
|
|
1392
1545
|
readonly description: "Skip welcome screen and startup status messages";
|
|
1393
1546
|
};
|
|
@@ -1397,6 +1550,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1397
1550
|
readonly default: true;
|
|
1398
1551
|
readonly ui: {
|
|
1399
1552
|
readonly tab: "interaction";
|
|
1553
|
+
readonly group: "Startup & Updates";
|
|
1400
1554
|
readonly label: "Setup Wizard";
|
|
1401
1555
|
readonly description: "Show newly added onboarding steps once per setup version";
|
|
1402
1556
|
};
|
|
@@ -1406,8 +1560,33 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1406
1560
|
readonly default: true;
|
|
1407
1561
|
readonly ui: {
|
|
1408
1562
|
readonly tab: "interaction";
|
|
1563
|
+
readonly group: "Startup & Updates";
|
|
1409
1564
|
readonly label: "Check for Updates";
|
|
1410
|
-
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
|
+
}];
|
|
1411
1590
|
};
|
|
1412
1591
|
};
|
|
1413
1592
|
readonly collapseChangelog: {
|
|
@@ -1415,18 +1594,60 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1415
1594
|
readonly default: false;
|
|
1416
1595
|
readonly ui: {
|
|
1417
1596
|
readonly tab: "interaction";
|
|
1597
|
+
readonly group: "Startup & Updates";
|
|
1418
1598
|
readonly label: "Collapse Changelog";
|
|
1419
1599
|
readonly description: "Show condensed changelog after updates";
|
|
1420
1600
|
};
|
|
1421
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
|
+
};
|
|
1422
1642
|
readonly "completion.notify": {
|
|
1423
1643
|
readonly type: "enum";
|
|
1424
1644
|
readonly values: readonly ["on", "off"];
|
|
1425
1645
|
readonly default: "on";
|
|
1426
1646
|
readonly ui: {
|
|
1427
1647
|
readonly tab: "interaction";
|
|
1648
|
+
readonly group: "Notifications";
|
|
1428
1649
|
readonly label: "Completion Notification";
|
|
1429
|
-
readonly description: "Notify when the agent
|
|
1650
|
+
readonly description: "Notify when the agent finishes a turn";
|
|
1430
1651
|
};
|
|
1431
1652
|
};
|
|
1432
1653
|
readonly "ask.timeout": {
|
|
@@ -1434,8 +1655,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1434
1655
|
readonly default: 0;
|
|
1435
1656
|
readonly ui: {
|
|
1436
1657
|
readonly tab: "interaction";
|
|
1658
|
+
readonly group: "Notifications";
|
|
1437
1659
|
readonly label: "Ask Timeout";
|
|
1438
|
-
readonly description: "Auto-select recommended option after
|
|
1660
|
+
readonly description: "Auto-select the recommended ask option after this many seconds (0 disables)";
|
|
1439
1661
|
readonly options: readonly [{
|
|
1440
1662
|
readonly value: "0";
|
|
1441
1663
|
readonly label: "Disabled";
|
|
@@ -1460,8 +1682,49 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1460
1682
|
readonly default: "on";
|
|
1461
1683
|
readonly ui: {
|
|
1462
1684
|
readonly tab: "interaction";
|
|
1685
|
+
readonly group: "Notifications";
|
|
1463
1686
|
readonly label: "Ask Notification";
|
|
1464
|
-
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)";
|
|
1465
1728
|
};
|
|
1466
1729
|
};
|
|
1467
1730
|
readonly "stt.enabled": {
|
|
@@ -1469,6 +1732,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1469
1732
|
readonly default: false;
|
|
1470
1733
|
readonly ui: {
|
|
1471
1734
|
readonly tab: "interaction";
|
|
1735
|
+
readonly group: "Speech";
|
|
1472
1736
|
readonly label: "Speech-to-Text";
|
|
1473
1737
|
readonly description: "Enable speech-to-text input via microphone";
|
|
1474
1738
|
};
|
|
@@ -1479,49 +1743,18 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1479
1743
|
};
|
|
1480
1744
|
readonly "stt.modelName": {
|
|
1481
1745
|
readonly type: "enum";
|
|
1482
|
-
readonly values: readonly ["
|
|
1483
|
-
readonly default: "
|
|
1746
|
+
readonly values: readonly ["fast", "balanced", "turbo", "parakeet"];
|
|
1747
|
+
readonly default: "parakeet";
|
|
1484
1748
|
readonly ui: {
|
|
1485
1749
|
readonly tab: "interaction";
|
|
1750
|
+
readonly group: "Speech";
|
|
1486
1751
|
readonly label: "Speech Model";
|
|
1487
|
-
readonly description: "
|
|
1488
|
-
readonly options:
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
}
|
|
1493
|
-
readonly value: "tiny.en";
|
|
1494
|
-
readonly label: "tiny.en";
|
|
1495
|
-
readonly description: "English-only; fastest";
|
|
1496
|
-
}, {
|
|
1497
|
-
readonly value: "base";
|
|
1498
|
-
readonly label: "base";
|
|
1499
|
-
readonly description: "Multilingual; small and fast";
|
|
1500
|
-
}, {
|
|
1501
|
-
readonly value: "base.en";
|
|
1502
|
-
readonly label: "base.en";
|
|
1503
|
-
readonly description: "English-only; default";
|
|
1504
|
-
}, {
|
|
1505
|
-
readonly value: "small";
|
|
1506
|
-
readonly label: "small";
|
|
1507
|
-
readonly description: "Multilingual; balanced";
|
|
1508
|
-
}, {
|
|
1509
|
-
readonly value: "small.en";
|
|
1510
|
-
readonly label: "small.en";
|
|
1511
|
-
readonly description: "English-only; balanced";
|
|
1512
|
-
}, {
|
|
1513
|
-
readonly value: "medium";
|
|
1514
|
-
readonly label: "medium";
|
|
1515
|
-
readonly description: "Multilingual; accurate but slower";
|
|
1516
|
-
}, {
|
|
1517
|
-
readonly value: "medium.en";
|
|
1518
|
-
readonly label: "medium.en";
|
|
1519
|
-
readonly description: "English-only; accurate but slower";
|
|
1520
|
-
}, {
|
|
1521
|
-
readonly value: "large";
|
|
1522
|
-
readonly label: "large";
|
|
1523
|
-
readonly description: "Multilingual; most accurate";
|
|
1524
|
-
}];
|
|
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
|
+
}[];
|
|
1525
1758
|
};
|
|
1526
1759
|
};
|
|
1527
1760
|
readonly "contextPromotion.enabled": {
|
|
@@ -1529,6 +1762,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1529
1762
|
readonly default: true;
|
|
1530
1763
|
readonly ui: {
|
|
1531
1764
|
readonly tab: "context";
|
|
1765
|
+
readonly group: "General";
|
|
1532
1766
|
readonly label: "Auto-Promote Context";
|
|
1533
1767
|
readonly description: "Promote to a larger-context model on context overflow instead of compacting";
|
|
1534
1768
|
};
|
|
@@ -1538,18 +1772,20 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1538
1772
|
readonly default: true;
|
|
1539
1773
|
readonly ui: {
|
|
1540
1774
|
readonly tab: "context";
|
|
1775
|
+
readonly group: "Compaction";
|
|
1541
1776
|
readonly label: "Auto-Compact";
|
|
1542
1777
|
readonly description: "Automatically compact context when it gets too large";
|
|
1543
1778
|
};
|
|
1544
1779
|
};
|
|
1545
1780
|
readonly "compaction.strategy": {
|
|
1546
1781
|
readonly type: "enum";
|
|
1547
|
-
readonly values: readonly ["context-full", "handoff", "shake", "off"];
|
|
1782
|
+
readonly values: readonly ["context-full", "handoff", "shake", "snapcompact", "off"];
|
|
1548
1783
|
readonly default: "context-full";
|
|
1549
1784
|
readonly ui: {
|
|
1550
1785
|
readonly tab: "context";
|
|
1786
|
+
readonly group: "Compaction";
|
|
1551
1787
|
readonly label: "Compaction Strategy";
|
|
1552
|
-
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)";
|
|
1553
1789
|
readonly options: readonly [{
|
|
1554
1790
|
readonly value: "context-full";
|
|
1555
1791
|
readonly label: "Context-full";
|
|
@@ -1562,6 +1798,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1562
1798
|
readonly value: "shake";
|
|
1563
1799
|
readonly label: "Shake";
|
|
1564
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";
|
|
1565
1805
|
}, {
|
|
1566
1806
|
readonly value: "off";
|
|
1567
1807
|
readonly label: "Off";
|
|
@@ -1574,6 +1814,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1574
1814
|
readonly default: -1;
|
|
1575
1815
|
readonly ui: {
|
|
1576
1816
|
readonly tab: "context";
|
|
1817
|
+
readonly group: "Compaction";
|
|
1577
1818
|
readonly label: "Compaction Threshold";
|
|
1578
1819
|
readonly description: "Percent threshold for context maintenance; set to Default to use legacy reserve-based behavior";
|
|
1579
1820
|
readonly options: readonly [{
|
|
@@ -1636,6 +1877,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1636
1877
|
readonly default: -1;
|
|
1637
1878
|
readonly ui: {
|
|
1638
1879
|
readonly tab: "context";
|
|
1880
|
+
readonly group: "Compaction";
|
|
1639
1881
|
readonly label: "Compaction Token Limit";
|
|
1640
1882
|
readonly description: "Fixed token limit for context maintenance; overrides percentage if set";
|
|
1641
1883
|
readonly options: readonly [{
|
|
@@ -1678,6 +1920,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1678
1920
|
readonly default: false;
|
|
1679
1921
|
readonly ui: {
|
|
1680
1922
|
readonly tab: "context";
|
|
1923
|
+
readonly group: "Compaction";
|
|
1681
1924
|
readonly label: "Save Handoff Docs";
|
|
1682
1925
|
readonly description: "Save generated handoff documents to markdown files for the auto-handoff flow";
|
|
1683
1926
|
};
|
|
@@ -1687,6 +1930,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1687
1930
|
readonly default: true;
|
|
1688
1931
|
readonly ui: {
|
|
1689
1932
|
readonly tab: "context";
|
|
1933
|
+
readonly group: "Compaction";
|
|
1690
1934
|
readonly label: "Remote Compaction";
|
|
1691
1935
|
readonly description: "Use remote compaction endpoints when available instead of local summarization";
|
|
1692
1936
|
};
|
|
@@ -1712,6 +1956,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1712
1956
|
readonly default: false;
|
|
1713
1957
|
readonly ui: {
|
|
1714
1958
|
readonly tab: "context";
|
|
1959
|
+
readonly group: "Compaction";
|
|
1715
1960
|
readonly label: "Idle Compaction";
|
|
1716
1961
|
readonly description: "Compact context while idle when token count exceeds threshold";
|
|
1717
1962
|
};
|
|
@@ -1721,6 +1966,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1721
1966
|
readonly default: 200000;
|
|
1722
1967
|
readonly ui: {
|
|
1723
1968
|
readonly tab: "context";
|
|
1969
|
+
readonly group: "Compaction";
|
|
1724
1970
|
readonly label: "Idle Compaction Threshold";
|
|
1725
1971
|
readonly description: "Token count above which idle compaction triggers";
|
|
1726
1972
|
readonly options: readonly [{
|
|
@@ -1758,6 +2004,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1758
2004
|
readonly default: 300;
|
|
1759
2005
|
readonly ui: {
|
|
1760
2006
|
readonly tab: "context";
|
|
2007
|
+
readonly group: "Compaction";
|
|
1761
2008
|
readonly label: "Idle Compaction Delay";
|
|
1762
2009
|
readonly description: "Seconds to wait while idle before compacting";
|
|
1763
2010
|
readonly options: readonly [{
|
|
@@ -1781,11 +2028,146 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1781
2028
|
}];
|
|
1782
2029
|
};
|
|
1783
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
|
+
};
|
|
1784
2165
|
readonly "branchSummary.enabled": {
|
|
1785
2166
|
readonly type: "boolean";
|
|
1786
2167
|
readonly default: false;
|
|
1787
2168
|
readonly ui: {
|
|
1788
2169
|
readonly tab: "context";
|
|
2170
|
+
readonly group: "General";
|
|
1789
2171
|
readonly label: "Branch Summaries";
|
|
1790
2172
|
readonly description: "Prompt to summarize when leaving a branch";
|
|
1791
2173
|
};
|
|
@@ -1860,12 +2242,13 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1860
2242
|
};
|
|
1861
2243
|
readonly "memory.backend": {
|
|
1862
2244
|
readonly type: "enum";
|
|
1863
|
-
readonly values: readonly ["off", "local", "hindsight", "
|
|
2245
|
+
readonly values: readonly ["off", "local", "hindsight", "mnemopi"];
|
|
1864
2246
|
readonly default: "off";
|
|
1865
2247
|
readonly ui: {
|
|
1866
2248
|
readonly tab: "memory";
|
|
2249
|
+
readonly group: "General";
|
|
1867
2250
|
readonly label: "Memory Backend";
|
|
1868
|
-
readonly description: "Off, local summary pipeline,
|
|
2251
|
+
readonly description: "Off, local summary pipeline, Mnemopi SQLite, or Hindsight remote memory";
|
|
1869
2252
|
readonly options: readonly [{
|
|
1870
2253
|
readonly value: "off";
|
|
1871
2254
|
readonly label: "Off";
|
|
@@ -1879,18 +2262,44 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1879
2262
|
readonly label: "Hindsight";
|
|
1880
2263
|
readonly description: "Vectorize Hindsight remote memory service";
|
|
1881
2264
|
}, {
|
|
1882
|
-
readonly value: "
|
|
1883
|
-
readonly label: "
|
|
2265
|
+
readonly value: "mnemopi";
|
|
2266
|
+
readonly label: "Mnemopi";
|
|
1884
2267
|
readonly description: "Local SQLite recall/retain backend with optional embeddings";
|
|
1885
2268
|
}];
|
|
1886
2269
|
};
|
|
1887
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
|
+
};
|
|
1888
2296
|
readonly "selfImprovement.mode": {
|
|
1889
2297
|
readonly type: "enum";
|
|
1890
2298
|
readonly values: readonly ["memory-and-skills", "off"];
|
|
1891
2299
|
readonly default: "memory-and-skills";
|
|
1892
2300
|
readonly ui: {
|
|
1893
2301
|
readonly tab: "memory";
|
|
2302
|
+
readonly group: "Self Improvement";
|
|
1894
2303
|
readonly label: "Self Improvement";
|
|
1895
2304
|
readonly description: "Hermes-style native learning: memory, user profile, and skills update automatically; SOUL stays stable";
|
|
1896
2305
|
readonly options: readonly [{
|
|
@@ -1910,6 +2319,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1910
2319
|
readonly default: "memory-and-skills";
|
|
1911
2320
|
readonly ui: {
|
|
1912
2321
|
readonly tab: "memory";
|
|
2322
|
+
readonly group: "Self Improvement";
|
|
1913
2323
|
readonly label: "Post-Turn Review";
|
|
1914
2324
|
readonly description: "Hermes-style background review after settled turns, routed through the native Prometheus memory pipeline";
|
|
1915
2325
|
readonly options: readonly [{
|
|
@@ -1928,6 +2338,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1928
2338
|
readonly default: 10;
|
|
1929
2339
|
readonly ui: {
|
|
1930
2340
|
readonly tab: "memory";
|
|
2341
|
+
readonly group: "Self Improvement";
|
|
1931
2342
|
readonly label: "Review Turn Interval";
|
|
1932
2343
|
readonly description: "User turns between post-turn self-improvement reviews; 10 mirrors Hermes";
|
|
1933
2344
|
};
|
|
@@ -1938,6 +2349,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1938
2349
|
readonly default: "propose";
|
|
1939
2350
|
readonly ui: {
|
|
1940
2351
|
readonly tab: "memory";
|
|
2352
|
+
readonly group: "Self Improvement";
|
|
1941
2353
|
readonly label: "Identity Review";
|
|
1942
2354
|
readonly description: "Proposal-only SOUL review; never rewrites SOUL.md automatically";
|
|
1943
2355
|
readonly options: readonly [{
|
|
@@ -1957,6 +2369,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1957
2369
|
readonly default: "dry-run";
|
|
1958
2370
|
readonly ui: {
|
|
1959
2371
|
readonly tab: "memory";
|
|
2372
|
+
readonly group: "Self Improvement";
|
|
1960
2373
|
readonly label: "Skill Curator";
|
|
1961
2374
|
readonly description: "Report-only generated-skill curation with recoverable archive lifecycle";
|
|
1962
2375
|
readonly options: readonly [{
|
|
@@ -1975,6 +2388,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1975
2388
|
readonly default: 30;
|
|
1976
2389
|
readonly ui: {
|
|
1977
2390
|
readonly tab: "memory";
|
|
2391
|
+
readonly group: "Self Improvement";
|
|
1978
2392
|
readonly label: "Skill Stale Days";
|
|
1979
2393
|
readonly description: "Days of no generated-skill activity before the dry-run curator marks it stale";
|
|
1980
2394
|
};
|
|
@@ -1984,127 +2398,181 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
1984
2398
|
readonly default: 90;
|
|
1985
2399
|
readonly ui: {
|
|
1986
2400
|
readonly tab: "memory";
|
|
2401
|
+
readonly group: "Self Improvement";
|
|
1987
2402
|
readonly label: "Skill Archive Days";
|
|
1988
2403
|
readonly description: "Days of no generated-skill activity before the dry-run curator suggests archive";
|
|
1989
2404
|
};
|
|
1990
2405
|
};
|
|
1991
|
-
readonly "
|
|
2406
|
+
readonly "mnemopi.dbPath": {
|
|
1992
2407
|
readonly type: "string";
|
|
1993
2408
|
readonly default: undefined;
|
|
1994
2409
|
readonly ui: {
|
|
1995
2410
|
readonly tab: "memory";
|
|
1996
|
-
readonly
|
|
2411
|
+
readonly group: "Mnemopi";
|
|
2412
|
+
readonly label: "Mnemopi DB Path";
|
|
1997
2413
|
readonly description: "Optional SQLite DB path. Defaults to the agent memories directory.";
|
|
1998
|
-
readonly condition: "
|
|
2414
|
+
readonly condition: "mnemopiActive";
|
|
1999
2415
|
};
|
|
2000
2416
|
};
|
|
2001
|
-
readonly "
|
|
2417
|
+
readonly "mnemopi.bank": {
|
|
2002
2418
|
readonly type: "string";
|
|
2003
2419
|
readonly default: undefined;
|
|
2004
2420
|
readonly ui: {
|
|
2005
2421
|
readonly tab: "memory";
|
|
2006
|
-
readonly
|
|
2422
|
+
readonly group: "Mnemopi";
|
|
2423
|
+
readonly label: "Mnemopi Bank";
|
|
2007
2424
|
readonly description: "Optional shared bank base name. Per-project modes derive project-local banks from it.";
|
|
2008
|
-
readonly condition: "
|
|
2425
|
+
readonly condition: "mnemopiActive";
|
|
2009
2426
|
};
|
|
2010
2427
|
};
|
|
2011
|
-
readonly "
|
|
2428
|
+
readonly "mnemopi.scoping": {
|
|
2012
2429
|
readonly type: "enum";
|
|
2013
2430
|
readonly values: readonly ["global", "per-project", "per-project-tagged"];
|
|
2014
2431
|
readonly default: "per-project";
|
|
2015
2432
|
readonly ui: {
|
|
2016
2433
|
readonly tab: "memory";
|
|
2017
|
-
readonly
|
|
2434
|
+
readonly group: "Mnemopi";
|
|
2435
|
+
readonly label: "Mnemopi Scoping";
|
|
2018
2436
|
readonly description: "global = one shared bank; per-project = isolated bank per cwd; per-project-tagged = project-local writes plus global recall visibility";
|
|
2019
2437
|
readonly options: readonly [{
|
|
2020
2438
|
readonly value: "global";
|
|
2021
2439
|
readonly label: "Global";
|
|
2022
|
-
readonly description: "One shared
|
|
2440
|
+
readonly description: "One shared Mnemopi bank for every project";
|
|
2023
2441
|
}, {
|
|
2024
2442
|
readonly value: "per-project";
|
|
2025
2443
|
readonly label: "Per project";
|
|
2026
|
-
readonly description: "Project-local
|
|
2444
|
+
readonly description: "Project-local Mnemopi bank per cwd basename";
|
|
2027
2445
|
}, {
|
|
2028
2446
|
readonly value: "per-project-tagged";
|
|
2029
2447
|
readonly label: "Per project (tagged)";
|
|
2030
2448
|
readonly description: "Write to a project-local bank but merge project + shared recall results";
|
|
2031
2449
|
}];
|
|
2032
|
-
readonly condition: "
|
|
2450
|
+
readonly condition: "mnemopiActive";
|
|
2451
|
+
};
|
|
2452
|
+
};
|
|
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";
|
|
2033
2472
|
};
|
|
2034
2473
|
};
|
|
2035
|
-
readonly "
|
|
2474
|
+
readonly "mnemopi.autoRecall": {
|
|
2036
2475
|
readonly type: "boolean";
|
|
2037
2476
|
readonly default: true;
|
|
2038
2477
|
readonly ui: {
|
|
2039
2478
|
readonly tab: "memory";
|
|
2040
|
-
readonly
|
|
2479
|
+
readonly group: "Mnemopi";
|
|
2480
|
+
readonly label: "Mnemopi Auto Recall";
|
|
2041
2481
|
readonly description: "Recall local memories into the first turn of each session";
|
|
2042
|
-
readonly condition: "
|
|
2482
|
+
readonly condition: "mnemopiActive";
|
|
2043
2483
|
};
|
|
2044
2484
|
};
|
|
2045
|
-
readonly "
|
|
2485
|
+
readonly "mnemopi.autoRetain": {
|
|
2046
2486
|
readonly type: "boolean";
|
|
2047
2487
|
readonly default: true;
|
|
2048
2488
|
readonly ui: {
|
|
2049
2489
|
readonly tab: "memory";
|
|
2050
|
-
readonly
|
|
2051
|
-
readonly
|
|
2052
|
-
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";
|
|
2494
|
+
};
|
|
2495
|
+
};
|
|
2496
|
+
readonly "mnemopi.polyphonicRecall": {
|
|
2497
|
+
readonly type: "boolean";
|
|
2498
|
+
readonly default: false;
|
|
2499
|
+
readonly ui: {
|
|
2500
|
+
readonly tab: "memory";
|
|
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";
|
|
2053
2516
|
};
|
|
2054
2517
|
};
|
|
2055
|
-
readonly "
|
|
2518
|
+
readonly "mnemopi.noEmbeddings": {
|
|
2056
2519
|
readonly type: "boolean";
|
|
2057
2520
|
readonly default: false;
|
|
2058
2521
|
readonly ui: {
|
|
2059
2522
|
readonly tab: "memory";
|
|
2060
|
-
readonly
|
|
2523
|
+
readonly group: "Mnemopi";
|
|
2524
|
+
readonly label: "Mnemopi Disable Embeddings";
|
|
2061
2525
|
readonly description: "Force deterministic FTS-only recall instead of vector embeddings";
|
|
2062
|
-
readonly condition: "
|
|
2526
|
+
readonly condition: "mnemopiActive";
|
|
2063
2527
|
};
|
|
2064
2528
|
};
|
|
2065
|
-
readonly "
|
|
2529
|
+
readonly "mnemopi.embeddingModel": {
|
|
2066
2530
|
readonly type: "string";
|
|
2067
2531
|
readonly default: undefined;
|
|
2068
2532
|
readonly ui: {
|
|
2069
2533
|
readonly tab: "memory";
|
|
2070
|
-
readonly
|
|
2071
|
-
readonly
|
|
2072
|
-
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";
|
|
2073
2538
|
};
|
|
2074
2539
|
};
|
|
2075
|
-
readonly "
|
|
2540
|
+
readonly "mnemopi.embeddingApiUrl": {
|
|
2076
2541
|
readonly type: "string";
|
|
2077
2542
|
readonly default: undefined;
|
|
2078
2543
|
readonly ui: {
|
|
2079
2544
|
readonly tab: "memory";
|
|
2080
|
-
readonly
|
|
2081
|
-
readonly
|
|
2082
|
-
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";
|
|
2083
2549
|
};
|
|
2084
2550
|
};
|
|
2085
|
-
readonly "
|
|
2551
|
+
readonly "mnemopi.embeddingApiKey": {
|
|
2086
2552
|
readonly type: "string";
|
|
2087
2553
|
readonly default: undefined;
|
|
2088
2554
|
readonly ui: {
|
|
2089
2555
|
readonly tab: "memory";
|
|
2090
|
-
readonly
|
|
2091
|
-
readonly
|
|
2092
|
-
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";
|
|
2093
2560
|
};
|
|
2094
2561
|
};
|
|
2095
|
-
readonly "
|
|
2562
|
+
readonly "mnemopi.llmMode": {
|
|
2096
2563
|
readonly type: "enum";
|
|
2097
2564
|
readonly values: readonly ["none", "smol", "remote"];
|
|
2098
2565
|
readonly default: "smol";
|
|
2099
2566
|
readonly ui: {
|
|
2100
2567
|
readonly tab: "memory";
|
|
2101
|
-
readonly
|
|
2568
|
+
readonly group: "Mnemopi";
|
|
2569
|
+
readonly label: "Mnemopi LLM Mode";
|
|
2102
2570
|
readonly description: "Use no LLM, the configured smol model, or a remote OpenAI-compatible endpoint";
|
|
2103
|
-
readonly condition: "
|
|
2571
|
+
readonly condition: "mnemopiActive";
|
|
2104
2572
|
readonly options: readonly [{
|
|
2105
2573
|
readonly value: "none";
|
|
2106
2574
|
readonly label: "None";
|
|
2107
|
-
readonly description: "Disable
|
|
2575
|
+
readonly description: "Disable Mnemopi LLM-backed extraction";
|
|
2108
2576
|
}, {
|
|
2109
2577
|
readonly value: "smol";
|
|
2110
2578
|
readonly label: "Smol";
|
|
@@ -2112,61 +2580,64 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2112
2580
|
}, {
|
|
2113
2581
|
readonly value: "remote";
|
|
2114
2582
|
readonly label: "Remote";
|
|
2115
|
-
readonly description: "Use the
|
|
2583
|
+
readonly description: "Use the Mnemopi remote LLM settings below";
|
|
2116
2584
|
}];
|
|
2117
2585
|
};
|
|
2118
2586
|
};
|
|
2119
|
-
readonly "
|
|
2587
|
+
readonly "mnemopi.llmBaseUrl": {
|
|
2120
2588
|
readonly type: "string";
|
|
2121
2589
|
readonly default: undefined;
|
|
2122
2590
|
readonly ui: {
|
|
2123
2591
|
readonly tab: "memory";
|
|
2124
|
-
readonly
|
|
2125
|
-
readonly
|
|
2126
|
-
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";
|
|
2127
2596
|
};
|
|
2128
2597
|
};
|
|
2129
|
-
readonly "
|
|
2598
|
+
readonly "mnemopi.llmApiKey": {
|
|
2130
2599
|
readonly type: "string";
|
|
2131
2600
|
readonly default: undefined;
|
|
2132
2601
|
readonly ui: {
|
|
2133
2602
|
readonly tab: "memory";
|
|
2134
|
-
readonly
|
|
2135
|
-
readonly
|
|
2136
|
-
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";
|
|
2137
2607
|
};
|
|
2138
2608
|
};
|
|
2139
|
-
readonly "
|
|
2609
|
+
readonly "mnemopi.llmModel": {
|
|
2140
2610
|
readonly type: "string";
|
|
2141
2611
|
readonly default: undefined;
|
|
2142
2612
|
readonly ui: {
|
|
2143
2613
|
readonly tab: "memory";
|
|
2144
|
-
readonly
|
|
2145
|
-
readonly
|
|
2146
|
-
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";
|
|
2147
2618
|
};
|
|
2148
2619
|
};
|
|
2149
|
-
readonly "
|
|
2620
|
+
readonly "mnemopi.retainEveryNTurns": {
|
|
2150
2621
|
readonly type: "number";
|
|
2151
2622
|
readonly default: 4;
|
|
2152
2623
|
};
|
|
2153
|
-
readonly "
|
|
2624
|
+
readonly "mnemopi.recallLimit": {
|
|
2154
2625
|
readonly type: "number";
|
|
2155
2626
|
readonly default: 8;
|
|
2156
2627
|
};
|
|
2157
|
-
readonly "
|
|
2628
|
+
readonly "mnemopi.recallContextTurns": {
|
|
2158
2629
|
readonly type: "number";
|
|
2159
2630
|
readonly default: 3;
|
|
2160
2631
|
};
|
|
2161
|
-
readonly "
|
|
2632
|
+
readonly "mnemopi.recallMaxQueryChars": {
|
|
2162
2633
|
readonly type: "number";
|
|
2163
2634
|
readonly default: 4000;
|
|
2164
2635
|
};
|
|
2165
|
-
readonly "
|
|
2636
|
+
readonly "mnemopi.injectionTokenLimit": {
|
|
2166
2637
|
readonly type: "number";
|
|
2167
2638
|
readonly default: 5000;
|
|
2168
2639
|
};
|
|
2169
|
-
readonly "
|
|
2640
|
+
readonly "mnemopi.debug": {
|
|
2170
2641
|
readonly type: "boolean";
|
|
2171
2642
|
readonly default: false;
|
|
2172
2643
|
};
|
|
@@ -2175,6 +2646,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2175
2646
|
readonly default: "http://localhost:8888";
|
|
2176
2647
|
readonly ui: {
|
|
2177
2648
|
readonly tab: "memory";
|
|
2649
|
+
readonly group: "Hindsight";
|
|
2178
2650
|
readonly label: "Hindsight API URL";
|
|
2179
2651
|
readonly description: "Hindsight server URL (Cloud or self-hosted)";
|
|
2180
2652
|
readonly condition: "hindsightActive";
|
|
@@ -2189,6 +2661,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2189
2661
|
readonly default: undefined;
|
|
2190
2662
|
readonly ui: {
|
|
2191
2663
|
readonly tab: "memory";
|
|
2664
|
+
readonly group: "Hindsight";
|
|
2192
2665
|
readonly label: "Hindsight Bank ID";
|
|
2193
2666
|
readonly description: "Memory bank identifier (default: project name)";
|
|
2194
2667
|
readonly condition: "hindsightActive";
|
|
@@ -2204,6 +2677,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2204
2677
|
readonly default: "per-project-tagged";
|
|
2205
2678
|
readonly ui: {
|
|
2206
2679
|
readonly tab: "memory";
|
|
2680
|
+
readonly group: "Hindsight";
|
|
2207
2681
|
readonly label: "Hindsight Scoping";
|
|
2208
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";
|
|
2209
2683
|
readonly options: readonly [{
|
|
@@ -2235,6 +2709,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2235
2709
|
readonly default: true;
|
|
2236
2710
|
readonly ui: {
|
|
2237
2711
|
readonly tab: "memory";
|
|
2712
|
+
readonly group: "Hindsight";
|
|
2238
2713
|
readonly label: "Hindsight Auto Recall";
|
|
2239
2714
|
readonly description: "Recall memories on the first turn of each session";
|
|
2240
2715
|
readonly condition: "hindsightActive";
|
|
@@ -2245,6 +2720,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2245
2720
|
readonly default: true;
|
|
2246
2721
|
readonly ui: {
|
|
2247
2722
|
readonly tab: "memory";
|
|
2723
|
+
readonly group: "Hindsight";
|
|
2248
2724
|
readonly label: "Hindsight Auto Retain";
|
|
2249
2725
|
readonly description: "Retain transcript every N turns and at session boundaries";
|
|
2250
2726
|
readonly condition: "hindsightActive";
|
|
@@ -2256,6 +2732,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2256
2732
|
readonly default: "full-session";
|
|
2257
2733
|
readonly ui: {
|
|
2258
2734
|
readonly tab: "memory";
|
|
2735
|
+
readonly group: "Hindsight";
|
|
2259
2736
|
readonly label: "Hindsight Retain Mode";
|
|
2260
2737
|
readonly description: "full-session = upsert one document per session, last-turn = chunked";
|
|
2261
2738
|
readonly options: readonly [{
|
|
@@ -2312,6 +2789,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2312
2789
|
readonly default: true;
|
|
2313
2790
|
readonly ui: {
|
|
2314
2791
|
readonly tab: "memory";
|
|
2792
|
+
readonly group: "Hindsight";
|
|
2315
2793
|
readonly label: "Hindsight Mental Models";
|
|
2316
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.";
|
|
2317
2795
|
readonly condition: "hindsightActive";
|
|
@@ -2322,6 +2800,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2322
2800
|
readonly default: true;
|
|
2323
2801
|
readonly ui: {
|
|
2324
2802
|
readonly tab: "memory";
|
|
2803
|
+
readonly group: "Hindsight";
|
|
2325
2804
|
readonly label: "Hindsight Mental Model Auto-Seed";
|
|
2326
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.";
|
|
2327
2806
|
readonly condition: "hindsightActive";
|
|
@@ -2340,8 +2819,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2340
2819
|
readonly default: true;
|
|
2341
2820
|
readonly ui: {
|
|
2342
2821
|
readonly tab: "context";
|
|
2822
|
+
readonly group: "Rules (TTSR)";
|
|
2343
2823
|
readonly label: "TTSR";
|
|
2344
|
-
readonly description: "
|
|
2824
|
+
readonly description: "Interrupt the agent mid-stream when output matches rule patterns (Time-Traveling Stream Rules)";
|
|
2345
2825
|
};
|
|
2346
2826
|
};
|
|
2347
2827
|
readonly "ttsr.contextMode": {
|
|
@@ -2350,6 +2830,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2350
2830
|
readonly default: "discard";
|
|
2351
2831
|
readonly ui: {
|
|
2352
2832
|
readonly tab: "context";
|
|
2833
|
+
readonly group: "Rules (TTSR)";
|
|
2353
2834
|
readonly label: "TTSR Context Mode";
|
|
2354
2835
|
readonly description: "What to do with partial output when TTSR triggers";
|
|
2355
2836
|
};
|
|
@@ -2360,6 +2841,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2360
2841
|
readonly default: "always";
|
|
2361
2842
|
readonly ui: {
|
|
2362
2843
|
readonly tab: "context";
|
|
2844
|
+
readonly group: "Rules (TTSR)";
|
|
2363
2845
|
readonly label: "TTSR Interrupt Mode";
|
|
2364
2846
|
readonly description: "When to interrupt mid-stream vs inject warning after completion";
|
|
2365
2847
|
readonly options: readonly [{
|
|
@@ -2387,6 +2869,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2387
2869
|
readonly default: "once";
|
|
2388
2870
|
readonly ui: {
|
|
2389
2871
|
readonly tab: "context";
|
|
2872
|
+
readonly group: "Rules (TTSR)";
|
|
2390
2873
|
readonly label: "TTSR Repeat Mode";
|
|
2391
2874
|
readonly description: "How rules can repeat: once per session or after a message gap";
|
|
2392
2875
|
};
|
|
@@ -2396,6 +2879,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2396
2879
|
readonly default: 10;
|
|
2397
2880
|
readonly ui: {
|
|
2398
2881
|
readonly tab: "context";
|
|
2882
|
+
readonly group: "Rules (TTSR)";
|
|
2399
2883
|
readonly label: "TTSR Repeat Gap";
|
|
2400
2884
|
readonly description: "Messages before a rule can trigger again";
|
|
2401
2885
|
readonly options: readonly [{
|
|
@@ -2421,7 +2905,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2421
2905
|
readonly default: true;
|
|
2422
2906
|
readonly ui: {
|
|
2423
2907
|
readonly tab: "context";
|
|
2424
|
-
readonly
|
|
2908
|
+
readonly group: "Rules (TTSR)";
|
|
2909
|
+
readonly label: "Built-in Rules";
|
|
2425
2910
|
readonly description: "Load the default rules shipped with the agent (override individually with ttsr.disabledRules)";
|
|
2426
2911
|
};
|
|
2427
2912
|
};
|
|
@@ -2430,6 +2915,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2430
2915
|
readonly default: string[];
|
|
2431
2916
|
readonly ui: {
|
|
2432
2917
|
readonly tab: "context";
|
|
2918
|
+
readonly group: "Rules (TTSR)";
|
|
2433
2919
|
readonly label: "Disabled Rules";
|
|
2434
2920
|
readonly description: "Rule names to ignore entirely (applies to bundled defaults and your own rules)";
|
|
2435
2921
|
};
|
|
@@ -2439,7 +2925,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2439
2925
|
readonly values: import("..").EditMode[];
|
|
2440
2926
|
readonly default: "hashline";
|
|
2441
2927
|
readonly ui: {
|
|
2442
|
-
readonly tab: "
|
|
2928
|
+
readonly tab: "files";
|
|
2929
|
+
readonly group: "Editing";
|
|
2443
2930
|
readonly label: "Edit Mode";
|
|
2444
2931
|
readonly description: "Select the edit tool variant (replace, patch, hashline, or apply_patch)";
|
|
2445
2932
|
};
|
|
@@ -2448,7 +2935,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2448
2935
|
readonly type: "boolean";
|
|
2449
2936
|
readonly default: true;
|
|
2450
2937
|
readonly ui: {
|
|
2451
|
-
readonly tab: "
|
|
2938
|
+
readonly tab: "files";
|
|
2939
|
+
readonly group: "Editing";
|
|
2452
2940
|
readonly label: "Fuzzy Match";
|
|
2453
2941
|
readonly description: "Accept high-confidence fuzzy matches for whitespace differences";
|
|
2454
2942
|
};
|
|
@@ -2457,9 +2945,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2457
2945
|
readonly type: "number";
|
|
2458
2946
|
readonly default: 0.95;
|
|
2459
2947
|
readonly ui: {
|
|
2460
|
-
readonly tab: "
|
|
2948
|
+
readonly tab: "files";
|
|
2949
|
+
readonly group: "Editing";
|
|
2461
2950
|
readonly label: "Fuzzy Match Threshold";
|
|
2462
|
-
readonly description: "Similarity threshold for fuzzy matches";
|
|
2951
|
+
readonly description: "Similarity threshold (0-1) for accepting fuzzy matches";
|
|
2463
2952
|
readonly options: readonly [{
|
|
2464
2953
|
readonly value: "0.85";
|
|
2465
2954
|
readonly label: "0.85";
|
|
@@ -2483,7 +2972,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2483
2972
|
readonly type: "boolean";
|
|
2484
2973
|
readonly default: false;
|
|
2485
2974
|
readonly ui: {
|
|
2486
|
-
readonly tab: "
|
|
2975
|
+
readonly tab: "files";
|
|
2976
|
+
readonly group: "Editing";
|
|
2487
2977
|
readonly label: "Abort on Failed Preview";
|
|
2488
2978
|
readonly description: "Abort streaming edit tool calls when patch preview fails";
|
|
2489
2979
|
};
|
|
@@ -2492,7 +2982,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2492
2982
|
readonly type: "boolean";
|
|
2493
2983
|
readonly default: true;
|
|
2494
2984
|
readonly ui: {
|
|
2495
|
-
readonly tab: "
|
|
2985
|
+
readonly tab: "files";
|
|
2986
|
+
readonly group: "Editing";
|
|
2496
2987
|
readonly label: "Block Auto-Generated Files";
|
|
2497
2988
|
readonly description: "Prevent editing of files that appear to be auto-generated (protoc, sqlc, swagger, etc.)";
|
|
2498
2989
|
};
|
|
@@ -2501,7 +2992,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2501
2992
|
readonly type: "boolean";
|
|
2502
2993
|
readonly default: false;
|
|
2503
2994
|
readonly ui: {
|
|
2504
|
-
readonly tab: "
|
|
2995
|
+
readonly tab: "files";
|
|
2996
|
+
readonly group: "Reading";
|
|
2505
2997
|
readonly label: "Line Numbers";
|
|
2506
2998
|
readonly description: "Prepend line numbers to read tool output by default";
|
|
2507
2999
|
};
|
|
@@ -2510,7 +3002,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2510
3002
|
readonly type: "boolean";
|
|
2511
3003
|
readonly default: true;
|
|
2512
3004
|
readonly ui: {
|
|
2513
|
-
readonly tab: "
|
|
3005
|
+
readonly tab: "files";
|
|
3006
|
+
readonly group: "Reading";
|
|
2514
3007
|
readonly label: "Hash Lines";
|
|
2515
3008
|
readonly description: "Include snapshot-tag headers and line numbers in read output for hashline edit mode ([PATH#TAG] plus LINE:content)";
|
|
2516
3009
|
};
|
|
@@ -2519,7 +3012,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2519
3012
|
readonly type: "number";
|
|
2520
3013
|
readonly default: 300;
|
|
2521
3014
|
readonly ui: {
|
|
2522
|
-
readonly tab: "
|
|
3015
|
+
readonly tab: "files";
|
|
3016
|
+
readonly group: "Reading";
|
|
2523
3017
|
readonly label: "Default Read Limit";
|
|
2524
3018
|
readonly description: "Default number of lines returned when agent calls read without a limit";
|
|
2525
3019
|
readonly options: readonly [{
|
|
@@ -2544,7 +3038,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2544
3038
|
readonly type: "boolean";
|
|
2545
3039
|
readonly default: true;
|
|
2546
3040
|
readonly ui: {
|
|
2547
|
-
readonly tab: "
|
|
3041
|
+
readonly tab: "files";
|
|
3042
|
+
readonly group: "Read Summaries";
|
|
2548
3043
|
readonly label: "Read Summaries";
|
|
2549
3044
|
readonly description: "Return structural code summaries when read is called without an explicit selector";
|
|
2550
3045
|
};
|
|
@@ -2553,7 +3048,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2553
3048
|
readonly type: "boolean";
|
|
2554
3049
|
readonly default: false;
|
|
2555
3050
|
readonly ui: {
|
|
2556
|
-
readonly tab: "
|
|
3051
|
+
readonly tab: "files";
|
|
3052
|
+
readonly group: "Read Summaries";
|
|
2557
3053
|
readonly label: "Prose Summaries";
|
|
2558
3054
|
readonly description: "Return structural summaries for Markdown and plain text reads";
|
|
2559
3055
|
};
|
|
@@ -2562,7 +3058,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2562
3058
|
readonly type: "number";
|
|
2563
3059
|
readonly default: 4;
|
|
2564
3060
|
readonly ui: {
|
|
2565
|
-
readonly tab: "
|
|
3061
|
+
readonly tab: "files";
|
|
3062
|
+
readonly group: "Read Summaries";
|
|
2566
3063
|
readonly label: "Read Summary Body Lines";
|
|
2567
3064
|
readonly description: "Minimum multiline body or literal length before read summaries collapse it";
|
|
2568
3065
|
};
|
|
@@ -2571,7 +3068,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2571
3068
|
readonly type: "number";
|
|
2572
3069
|
readonly default: 6;
|
|
2573
3070
|
readonly ui: {
|
|
2574
|
-
readonly tab: "
|
|
3071
|
+
readonly tab: "files";
|
|
3072
|
+
readonly group: "Read Summaries";
|
|
2575
3073
|
readonly label: "Read Summary Comment Lines";
|
|
2576
3074
|
readonly description: "Minimum multiline block comment length before read summaries collapse it";
|
|
2577
3075
|
};
|
|
@@ -2580,7 +3078,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2580
3078
|
readonly type: "number";
|
|
2581
3079
|
readonly default: 100;
|
|
2582
3080
|
readonly ui: {
|
|
2583
|
-
readonly tab: "
|
|
3081
|
+
readonly tab: "files";
|
|
3082
|
+
readonly group: "Read Summaries";
|
|
2584
3083
|
readonly label: "Read Summary Minimum File Length";
|
|
2585
3084
|
readonly description: "Files with fewer total lines are read verbatim instead of structurally summarized";
|
|
2586
3085
|
};
|
|
@@ -2589,7 +3088,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2589
3088
|
readonly type: "number";
|
|
2590
3089
|
readonly default: 50;
|
|
2591
3090
|
readonly ui: {
|
|
2592
|
-
readonly tab: "
|
|
3091
|
+
readonly tab: "files";
|
|
3092
|
+
readonly group: "Read Summaries";
|
|
2593
3093
|
readonly label: "Read Summary Unfold Target";
|
|
2594
3094
|
readonly description: "BFS-unfold elidable spans until the summary is at least this many visible lines. 0 keeps only the outermost elisions.";
|
|
2595
3095
|
};
|
|
@@ -2598,7 +3098,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2598
3098
|
readonly type: "number";
|
|
2599
3099
|
readonly default: 100;
|
|
2600
3100
|
readonly ui: {
|
|
2601
|
-
readonly tab: "
|
|
3101
|
+
readonly tab: "files";
|
|
3102
|
+
readonly group: "Read Summaries";
|
|
2602
3103
|
readonly label: "Read Summary Unfold Ceiling";
|
|
2603
3104
|
readonly description: "Hard ceiling on summary size while BFS-unfolding. An unfold that would exceed this is reverted and unfolding stops.";
|
|
2604
3105
|
};
|
|
@@ -2607,7 +3108,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2607
3108
|
readonly type: "boolean";
|
|
2608
3109
|
readonly default: false;
|
|
2609
3110
|
readonly ui: {
|
|
2610
|
-
readonly tab: "
|
|
3111
|
+
readonly tab: "files";
|
|
3112
|
+
readonly group: "Reading";
|
|
2611
3113
|
readonly label: "Inline Read Previews";
|
|
2612
3114
|
readonly description: "Render read tool results inline in the transcript instead of summary rows";
|
|
2613
3115
|
};
|
|
@@ -2616,16 +3118,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2616
3118
|
readonly type: "boolean";
|
|
2617
3119
|
readonly default: true;
|
|
2618
3120
|
readonly ui: {
|
|
2619
|
-
readonly tab: "
|
|
3121
|
+
readonly tab: "files";
|
|
3122
|
+
readonly group: "LSP";
|
|
2620
3123
|
readonly label: "LSP";
|
|
2621
|
-
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";
|
|
2622
3135
|
};
|
|
2623
3136
|
};
|
|
2624
3137
|
readonly "lsp.formatOnWrite": {
|
|
2625
3138
|
readonly type: "boolean";
|
|
2626
3139
|
readonly default: false;
|
|
2627
3140
|
readonly ui: {
|
|
2628
|
-
readonly tab: "
|
|
3141
|
+
readonly tab: "files";
|
|
3142
|
+
readonly group: "LSP";
|
|
2629
3143
|
readonly label: "Format on Write";
|
|
2630
3144
|
readonly description: "Automatically format code files using LSP after writing";
|
|
2631
3145
|
};
|
|
@@ -2634,7 +3148,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2634
3148
|
readonly type: "boolean";
|
|
2635
3149
|
readonly default: true;
|
|
2636
3150
|
readonly ui: {
|
|
2637
|
-
readonly tab: "
|
|
3151
|
+
readonly tab: "files";
|
|
3152
|
+
readonly group: "LSP";
|
|
2638
3153
|
readonly label: "Diagnostics on Write";
|
|
2639
3154
|
readonly description: "Return LSP diagnostics after writing code files";
|
|
2640
3155
|
};
|
|
@@ -2643,7 +3158,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2643
3158
|
readonly type: "boolean";
|
|
2644
3159
|
readonly default: false;
|
|
2645
3160
|
readonly ui: {
|
|
2646
|
-
readonly tab: "
|
|
3161
|
+
readonly tab: "files";
|
|
3162
|
+
readonly group: "LSP";
|
|
2647
3163
|
readonly label: "Diagnostics on Edit";
|
|
2648
3164
|
readonly description: "Return LSP diagnostics after editing code files";
|
|
2649
3165
|
};
|
|
@@ -2652,16 +3168,38 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2652
3168
|
readonly type: "boolean";
|
|
2653
3169
|
readonly default: true;
|
|
2654
3170
|
readonly ui: {
|
|
2655
|
-
readonly tab: "
|
|
3171
|
+
readonly tab: "files";
|
|
3172
|
+
readonly group: "LSP";
|
|
2656
3173
|
readonly label: "Deduplicate Diagnostics";
|
|
2657
3174
|
readonly description: "Suppress post-edit LSP diagnostics already shown for a file; only surface new or changed ones";
|
|
2658
3175
|
};
|
|
2659
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
|
+
};
|
|
2660
3197
|
readonly "bashInterceptor.enabled": {
|
|
2661
3198
|
readonly type: "boolean";
|
|
2662
3199
|
readonly default: false;
|
|
2663
3200
|
readonly ui: {
|
|
2664
|
-
readonly tab: "
|
|
3201
|
+
readonly tab: "shell";
|
|
3202
|
+
readonly group: "Bash";
|
|
2665
3203
|
readonly label: "Bash Interceptor";
|
|
2666
3204
|
readonly description: "Block shell commands that have dedicated tools";
|
|
2667
3205
|
};
|
|
@@ -2674,8 +3212,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2674
3212
|
readonly type: "boolean";
|
|
2675
3213
|
readonly default: true;
|
|
2676
3214
|
readonly ui: {
|
|
2677
|
-
readonly tab: "
|
|
2678
|
-
readonly
|
|
3215
|
+
readonly tab: "shell";
|
|
3216
|
+
readonly group: "Bash";
|
|
3217
|
+
readonly label: "Strip head/tail Pipes";
|
|
2679
3218
|
readonly description: "Silently drop trailing `| head`/`| tail` pipes from single-line bash commands. Output is already truncated automatically.";
|
|
2680
3219
|
};
|
|
2681
3220
|
};
|
|
@@ -2683,7 +3222,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2683
3222
|
readonly type: "boolean";
|
|
2684
3223
|
readonly default: true;
|
|
2685
3224
|
readonly ui: {
|
|
2686
|
-
readonly tab: "
|
|
3225
|
+
readonly tab: "shell";
|
|
3226
|
+
readonly group: "Bash";
|
|
2687
3227
|
readonly label: "Shell Minimizer";
|
|
2688
3228
|
readonly description: "Compress verbose shell output (git, npm, cargo, etc.) before returning it to the agent";
|
|
2689
3229
|
};
|
|
@@ -2704,22 +3244,39 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2704
3244
|
readonly type: "number";
|
|
2705
3245
|
readonly default: number;
|
|
2706
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
|
+
};
|
|
2707
3262
|
readonly "eval.py": {
|
|
2708
3263
|
readonly type: "boolean";
|
|
2709
3264
|
readonly default: true;
|
|
2710
3265
|
readonly ui: {
|
|
2711
|
-
readonly tab: "
|
|
2712
|
-
readonly
|
|
2713
|
-
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";
|
|
2714
3270
|
};
|
|
2715
3271
|
};
|
|
2716
3272
|
readonly "eval.js": {
|
|
2717
3273
|
readonly type: "boolean";
|
|
2718
3274
|
readonly default: true;
|
|
2719
3275
|
readonly ui: {
|
|
2720
|
-
readonly tab: "
|
|
2721
|
-
readonly
|
|
2722
|
-
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";
|
|
2723
3280
|
};
|
|
2724
3281
|
};
|
|
2725
3282
|
readonly "python.kernelMode": {
|
|
@@ -2727,16 +3284,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2727
3284
|
readonly values: readonly ["session", "per-call"];
|
|
2728
3285
|
readonly default: "session";
|
|
2729
3286
|
readonly ui: {
|
|
2730
|
-
readonly tab: "
|
|
3287
|
+
readonly tab: "shell";
|
|
3288
|
+
readonly group: "Eval & Python";
|
|
2731
3289
|
readonly label: "Python Kernel Mode";
|
|
2732
|
-
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.";
|
|
2733
3301
|
};
|
|
2734
3302
|
};
|
|
2735
3303
|
readonly "tools.approval": {
|
|
2736
3304
|
readonly type: "record";
|
|
2737
3305
|
readonly default: {};
|
|
2738
3306
|
readonly ui: {
|
|
2739
|
-
readonly tab: "
|
|
3307
|
+
readonly tab: "interaction";
|
|
3308
|
+
readonly group: "Approvals";
|
|
2740
3309
|
readonly label: "Tool Approval Policies";
|
|
2741
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.";
|
|
2742
3311
|
};
|
|
@@ -2747,8 +3316,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2747
3316
|
readonly default: "yolo";
|
|
2748
3317
|
readonly ui: {
|
|
2749
3318
|
readonly tab: "interaction";
|
|
3319
|
+
readonly group: "Approvals";
|
|
2750
3320
|
readonly label: "Tool Approval";
|
|
2751
|
-
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.";
|
|
2752
3322
|
readonly options: readonly [{
|
|
2753
3323
|
readonly value: "always-ask";
|
|
2754
3324
|
readonly label: "Always ask";
|
|
@@ -2769,6 +3339,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2769
3339
|
readonly default: true;
|
|
2770
3340
|
readonly ui: {
|
|
2771
3341
|
readonly tab: "tools";
|
|
3342
|
+
readonly group: "Available Tools";
|
|
2772
3343
|
readonly label: "Todos";
|
|
2773
3344
|
readonly description: "Enable the todo tool for task tracking";
|
|
2774
3345
|
};
|
|
@@ -2778,8 +3349,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2778
3349
|
readonly default: true;
|
|
2779
3350
|
readonly ui: {
|
|
2780
3351
|
readonly tab: "tools";
|
|
3352
|
+
readonly group: "Todos";
|
|
2781
3353
|
readonly label: "Todo Reminders";
|
|
2782
|
-
readonly description: "Remind agent to complete todos before stopping";
|
|
3354
|
+
readonly description: "Remind the agent to complete todos before stopping";
|
|
2783
3355
|
};
|
|
2784
3356
|
};
|
|
2785
3357
|
readonly "todo.reminders.max": {
|
|
@@ -2787,8 +3359,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2787
3359
|
readonly default: 3;
|
|
2788
3360
|
readonly ui: {
|
|
2789
3361
|
readonly tab: "tools";
|
|
3362
|
+
readonly group: "Todos";
|
|
2790
3363
|
readonly label: "Todo Reminder Limit";
|
|
2791
|
-
readonly description: "Maximum
|
|
3364
|
+
readonly description: "Maximum number of todo reminders before giving up";
|
|
2792
3365
|
readonly options: readonly [{
|
|
2793
3366
|
readonly value: "1";
|
|
2794
3367
|
readonly label: "1 reminder";
|
|
@@ -2805,12 +3378,27 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2805
3378
|
};
|
|
2806
3379
|
};
|
|
2807
3380
|
readonly "todo.eager": {
|
|
2808
|
-
readonly type: "
|
|
2809
|
-
readonly
|
|
3381
|
+
readonly type: "enum";
|
|
3382
|
+
readonly values: readonly ["default", "preferred", "always"];
|
|
3383
|
+
readonly default: "default";
|
|
2810
3384
|
readonly ui: {
|
|
2811
3385
|
readonly tab: "tools";
|
|
3386
|
+
readonly group: "Todos";
|
|
2812
3387
|
readonly label: "Create Todos Automatically";
|
|
2813
|
-
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
|
+
}];
|
|
2814
3402
|
};
|
|
2815
3403
|
};
|
|
2816
3404
|
readonly "find.enabled": {
|
|
@@ -2818,8 +3406,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2818
3406
|
readonly default: true;
|
|
2819
3407
|
readonly ui: {
|
|
2820
3408
|
readonly tab: "tools";
|
|
3409
|
+
readonly group: "Available Tools";
|
|
2821
3410
|
readonly label: "Find";
|
|
2822
|
-
readonly description: "Enable the find tool for file
|
|
3411
|
+
readonly description: "Enable the find tool for glob-based file lookup";
|
|
2823
3412
|
};
|
|
2824
3413
|
};
|
|
2825
3414
|
readonly "search.enabled": {
|
|
@@ -2827,8 +3416,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2827
3416
|
readonly default: true;
|
|
2828
3417
|
readonly ui: {
|
|
2829
3418
|
readonly tab: "tools";
|
|
3419
|
+
readonly group: "Available Tools";
|
|
2830
3420
|
readonly label: "Search";
|
|
2831
|
-
readonly description: "Enable the search tool for content
|
|
3421
|
+
readonly description: "Enable the search tool for regex content search";
|
|
2832
3422
|
};
|
|
2833
3423
|
};
|
|
2834
3424
|
readonly "search.contextBefore": {
|
|
@@ -2836,6 +3426,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2836
3426
|
readonly default: 1;
|
|
2837
3427
|
readonly ui: {
|
|
2838
3428
|
readonly tab: "tools";
|
|
3429
|
+
readonly group: "Search & Browser";
|
|
2839
3430
|
readonly label: "Search Context Before";
|
|
2840
3431
|
readonly description: "Lines of context before each search match";
|
|
2841
3432
|
readonly options: readonly [{
|
|
@@ -2861,6 +3452,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2861
3452
|
readonly default: 3;
|
|
2862
3453
|
readonly ui: {
|
|
2863
3454
|
readonly tab: "tools";
|
|
3455
|
+
readonly group: "Search & Browser";
|
|
2864
3456
|
readonly label: "Search Context After";
|
|
2865
3457
|
readonly description: "Lines of context after each search match";
|
|
2866
3458
|
readonly options: readonly [{
|
|
@@ -2889,6 +3481,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2889
3481
|
readonly default: true;
|
|
2890
3482
|
readonly ui: {
|
|
2891
3483
|
readonly tab: "tools";
|
|
3484
|
+
readonly group: "Available Tools";
|
|
2892
3485
|
readonly label: "AST Grep";
|
|
2893
3486
|
readonly description: "Enable the ast_grep tool for structural AST search";
|
|
2894
3487
|
};
|
|
@@ -2898,49 +3491,17 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2898
3491
|
readonly default: true;
|
|
2899
3492
|
readonly ui: {
|
|
2900
3493
|
readonly tab: "tools";
|
|
3494
|
+
readonly group: "Available Tools";
|
|
2901
3495
|
readonly label: "AST Edit";
|
|
2902
3496
|
readonly description: "Enable the ast_edit tool for structural AST rewrites";
|
|
2903
3497
|
};
|
|
2904
3498
|
};
|
|
2905
|
-
readonly "irc.enabled": {
|
|
2906
|
-
readonly type: "boolean";
|
|
2907
|
-
readonly default: true;
|
|
2908
|
-
readonly ui: {
|
|
2909
|
-
readonly tab: "tools";
|
|
2910
|
-
readonly label: "IRC";
|
|
2911
|
-
readonly description: "Enable agent-to-agent IRC messaging via the irc tool";
|
|
2912
|
-
};
|
|
2913
|
-
};
|
|
2914
|
-
readonly "irc.timeoutMs": {
|
|
2915
|
-
readonly type: "number";
|
|
2916
|
-
readonly default: 120000;
|
|
2917
|
-
readonly ui: {
|
|
2918
|
-
readonly tab: "tools";
|
|
2919
|
-
readonly label: "IRC Timeout";
|
|
2920
|
-
readonly description: "Drop IRC messages whose recipient does not respond within this many milliseconds (0 disables the timeout)";
|
|
2921
|
-
readonly options: readonly [{
|
|
2922
|
-
readonly value: "0";
|
|
2923
|
-
readonly label: "Disabled";
|
|
2924
|
-
}, {
|
|
2925
|
-
readonly value: "30000";
|
|
2926
|
-
readonly label: "30 seconds";
|
|
2927
|
-
}, {
|
|
2928
|
-
readonly value: "60000";
|
|
2929
|
-
readonly label: "1 minute";
|
|
2930
|
-
}, {
|
|
2931
|
-
readonly value: "120000";
|
|
2932
|
-
readonly label: "2 minutes";
|
|
2933
|
-
}, {
|
|
2934
|
-
readonly value: "300000";
|
|
2935
|
-
readonly label: "5 minutes";
|
|
2936
|
-
}];
|
|
2937
|
-
};
|
|
2938
|
-
};
|
|
2939
3499
|
readonly "renderMermaid.enabled": {
|
|
2940
3500
|
readonly type: "boolean";
|
|
2941
3501
|
readonly default: false;
|
|
2942
3502
|
readonly ui: {
|
|
2943
3503
|
readonly tab: "tools";
|
|
3504
|
+
readonly group: "Available Tools";
|
|
2944
3505
|
readonly label: "Render Mermaid";
|
|
2945
3506
|
readonly description: "Enable the render_mermaid tool for Mermaid-to-ASCII rendering";
|
|
2946
3507
|
};
|
|
@@ -2950,17 +3511,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2950
3511
|
readonly default: true;
|
|
2951
3512
|
readonly ui: {
|
|
2952
3513
|
readonly tab: "tools";
|
|
3514
|
+
readonly group: "Available Tools";
|
|
2953
3515
|
readonly label: "Debug";
|
|
2954
3516
|
readonly description: "Enable the debug tool for DAP-based debugging";
|
|
2955
3517
|
};
|
|
2956
3518
|
};
|
|
2957
|
-
readonly "
|
|
3519
|
+
readonly "speechgen.enabled": {
|
|
2958
3520
|
readonly type: "boolean";
|
|
2959
3521
|
readonly default: false;
|
|
2960
3522
|
readonly ui: {
|
|
2961
3523
|
readonly tab: "tools";
|
|
2962
|
-
readonly
|
|
2963
|
-
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";
|
|
2964
3527
|
};
|
|
2965
3528
|
};
|
|
2966
3529
|
readonly "inspect_image.enabled": {
|
|
@@ -2968,6 +3531,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2968
3531
|
readonly default: false;
|
|
2969
3532
|
readonly ui: {
|
|
2970
3533
|
readonly tab: "tools";
|
|
3534
|
+
readonly group: "Available Tools";
|
|
2971
3535
|
readonly label: "Inspect Image";
|
|
2972
3536
|
readonly description: "Enable the inspect_image tool, delegating image understanding to a vision-capable model";
|
|
2973
3537
|
};
|
|
@@ -2977,6 +3541,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2977
3541
|
readonly default: false;
|
|
2978
3542
|
readonly ui: {
|
|
2979
3543
|
readonly tab: "tools";
|
|
3544
|
+
readonly group: "Available Tools";
|
|
2980
3545
|
readonly label: "Checkpoint/Rewind";
|
|
2981
3546
|
readonly description: "Enable the checkpoint and rewind tools for context checkpointing";
|
|
2982
3547
|
};
|
|
@@ -2986,6 +3551,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2986
3551
|
readonly default: true;
|
|
2987
3552
|
readonly ui: {
|
|
2988
3553
|
readonly tab: "tools";
|
|
3554
|
+
readonly group: "Available Tools";
|
|
2989
3555
|
readonly label: "Read URLs";
|
|
2990
3556
|
readonly description: "Allow the read tool to fetch and process URLs";
|
|
2991
3557
|
};
|
|
@@ -2995,6 +3561,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
2995
3561
|
readonly default: false;
|
|
2996
3562
|
readonly ui: {
|
|
2997
3563
|
readonly tab: "tools";
|
|
3564
|
+
readonly group: "Available Tools";
|
|
2998
3565
|
readonly label: "Obsidian Vault";
|
|
2999
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.";
|
|
3000
3567
|
};
|
|
@@ -3004,6 +3571,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3004
3571
|
readonly default: false;
|
|
3005
3572
|
readonly ui: {
|
|
3006
3573
|
readonly tab: "tools";
|
|
3574
|
+
readonly group: "Available Tools";
|
|
3007
3575
|
readonly label: "GitHub CLI";
|
|
3008
3576
|
readonly description: "Enable the github tool (op-based dispatch for repository, issue, pull request, diff, search, checkout, push, and Actions watch workflows)";
|
|
3009
3577
|
};
|
|
@@ -3013,7 +3581,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3013
3581
|
readonly default: true;
|
|
3014
3582
|
readonly ui: {
|
|
3015
3583
|
readonly tab: "tools";
|
|
3016
|
-
readonly
|
|
3584
|
+
readonly group: "GitHub";
|
|
3585
|
+
readonly label: "GitHub View Cache";
|
|
3017
3586
|
readonly description: "Cache rendered issue/PR view output in ~/.prometheus/cache/github-cache.db so repeated reads are free";
|
|
3018
3587
|
};
|
|
3019
3588
|
};
|
|
@@ -3022,8 +3591,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3022
3591
|
readonly default: 300;
|
|
3023
3592
|
readonly ui: {
|
|
3024
3593
|
readonly tab: "tools";
|
|
3025
|
-
readonly
|
|
3026
|
-
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)";
|
|
3027
3597
|
};
|
|
3028
3598
|
};
|
|
3029
3599
|
readonly "github.cache.hardTtlSec": {
|
|
@@ -3031,8 +3601,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3031
3601
|
readonly default: 604800;
|
|
3032
3602
|
readonly ui: {
|
|
3033
3603
|
readonly tab: "tools";
|
|
3034
|
-
readonly
|
|
3035
|
-
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)";
|
|
3036
3607
|
};
|
|
3037
3608
|
};
|
|
3038
3609
|
readonly "web_search.enabled": {
|
|
@@ -3040,8 +3611,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3040
3611
|
readonly default: true;
|
|
3041
3612
|
readonly ui: {
|
|
3042
3613
|
readonly tab: "tools";
|
|
3614
|
+
readonly group: "Available Tools";
|
|
3043
3615
|
readonly label: "Web Search";
|
|
3044
|
-
readonly description: "Enable the web_search tool for web
|
|
3616
|
+
readonly description: "Enable the web_search tool for live web results";
|
|
3045
3617
|
};
|
|
3046
3618
|
};
|
|
3047
3619
|
readonly "browser.enabled": {
|
|
@@ -3049,8 +3621,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3049
3621
|
readonly default: true;
|
|
3050
3622
|
readonly ui: {
|
|
3051
3623
|
readonly tab: "tools";
|
|
3624
|
+
readonly group: "Available Tools";
|
|
3052
3625
|
readonly label: "Browser";
|
|
3053
|
-
readonly description: "Enable the browser tool (
|
|
3626
|
+
readonly description: "Enable the browser tool for scripted Chromium automation (puppeteer)";
|
|
3054
3627
|
};
|
|
3055
3628
|
};
|
|
3056
3629
|
readonly "browser.headless": {
|
|
@@ -3058,16 +3631,28 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3058
3631
|
readonly default: true;
|
|
3059
3632
|
readonly ui: {
|
|
3060
3633
|
readonly tab: "tools";
|
|
3634
|
+
readonly group: "Search & Browser";
|
|
3061
3635
|
readonly label: "Headless Browser";
|
|
3062
3636
|
readonly description: "Launch browser in headless mode (disable to show browser UI)";
|
|
3063
3637
|
};
|
|
3064
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
|
+
};
|
|
3065
3649
|
readonly "browser.screenshotDir": {
|
|
3066
3650
|
readonly type: "string";
|
|
3067
3651
|
readonly default: undefined;
|
|
3068
3652
|
readonly ui: {
|
|
3069
3653
|
readonly tab: "tools";
|
|
3070
|
-
readonly
|
|
3654
|
+
readonly group: "Search & Browser";
|
|
3655
|
+
readonly label: "Screenshot Directory";
|
|
3071
3656
|
readonly description: "Directory to save screenshots. If unset, screenshots go to a temp file. Supports ~. Examples: ~/Downloads, ~/Desktop, /sdcard/Download (Android)";
|
|
3072
3657
|
};
|
|
3073
3658
|
};
|
|
@@ -3076,6 +3661,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3076
3661
|
readonly default: true;
|
|
3077
3662
|
readonly ui: {
|
|
3078
3663
|
readonly tab: "tools";
|
|
3664
|
+
readonly group: "Execution";
|
|
3079
3665
|
readonly label: "Intent Tracing";
|
|
3080
3666
|
readonly description: "Ask the agent to describe the intent of each tool call before executing it";
|
|
3081
3667
|
};
|
|
@@ -3085,6 +3671,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3085
3671
|
readonly default: 0;
|
|
3086
3672
|
readonly ui: {
|
|
3087
3673
|
readonly tab: "tools";
|
|
3674
|
+
readonly group: "Execution";
|
|
3088
3675
|
readonly label: "Max Tool Timeout";
|
|
3089
3676
|
readonly description: "Maximum timeout in seconds the agent can set for any tool (0 = no limit)";
|
|
3090
3677
|
readonly options: readonly [{
|
|
@@ -3110,9 +3697,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3110
3697
|
};
|
|
3111
3698
|
readonly "async.enabled": {
|
|
3112
3699
|
readonly type: "boolean";
|
|
3113
|
-
readonly default:
|
|
3700
|
+
readonly default: true;
|
|
3114
3701
|
readonly ui: {
|
|
3115
3702
|
readonly tab: "tools";
|
|
3703
|
+
readonly group: "Execution";
|
|
3116
3704
|
readonly label: "Async Execution";
|
|
3117
3705
|
readonly description: "Enable async bash commands and background task execution";
|
|
3118
3706
|
};
|
|
@@ -3123,12 +3711,13 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3123
3711
|
};
|
|
3124
3712
|
readonly "async.pollWaitDuration": {
|
|
3125
3713
|
readonly type: "enum";
|
|
3126
|
-
readonly values: readonly ["5s", "10s", "30s", "1m", "5m"];
|
|
3127
|
-
readonly default: "
|
|
3714
|
+
readonly values: readonly ["5s", "10s", "30s", "1m", "5m", "smart"];
|
|
3715
|
+
readonly default: "smart";
|
|
3128
3716
|
readonly ui: {
|
|
3129
3717
|
readonly tab: "tools";
|
|
3130
|
-
readonly
|
|
3131
|
-
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.";
|
|
3132
3721
|
readonly options: readonly [{
|
|
3133
3722
|
readonly value: "5s";
|
|
3134
3723
|
readonly label: "5 seconds";
|
|
@@ -3138,23 +3727,43 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3138
3727
|
}, {
|
|
3139
3728
|
readonly value: "30s";
|
|
3140
3729
|
readonly label: "30 seconds";
|
|
3141
|
-
readonly description: "Default";
|
|
3142
3730
|
}, {
|
|
3143
3731
|
readonly value: "1m";
|
|
3144
3732
|
readonly label: "1 minute";
|
|
3145
3733
|
}, {
|
|
3146
3734
|
readonly value: "5m";
|
|
3147
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";
|
|
3148
3740
|
}];
|
|
3149
3741
|
};
|
|
3150
3742
|
};
|
|
3151
|
-
readonly "
|
|
3152
|
-
readonly type: "
|
|
3153
|
-
readonly default:
|
|
3743
|
+
readonly "irc.timeoutMs": {
|
|
3744
|
+
readonly type: "number";
|
|
3745
|
+
readonly default: 120000;
|
|
3154
3746
|
readonly ui: {
|
|
3155
3747
|
readonly tab: "tools";
|
|
3156
|
-
readonly
|
|
3157
|
-
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
|
+
}];
|
|
3158
3767
|
};
|
|
3159
3768
|
};
|
|
3160
3769
|
readonly "bash.autoBackground.thresholdMs": {
|
|
@@ -3167,6 +3776,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3167
3776
|
readonly default: "auto";
|
|
3168
3777
|
readonly ui: {
|
|
3169
3778
|
readonly tab: "tools";
|
|
3779
|
+
readonly group: "Discovery & MCP";
|
|
3170
3780
|
readonly label: "Tool Discovery";
|
|
3171
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.";
|
|
3172
3782
|
};
|
|
@@ -3176,6 +3786,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3176
3786
|
readonly default: string[];
|
|
3177
3787
|
readonly ui: {
|
|
3178
3788
|
readonly tab: "tools";
|
|
3789
|
+
readonly group: "Discovery & MCP";
|
|
3179
3790
|
readonly label: "Essential Tools Override";
|
|
3180
3791
|
readonly description: "Override the always-loaded built-in tools (default: read, bash, edit). Leave empty to use defaults.";
|
|
3181
3792
|
};
|
|
@@ -3185,6 +3796,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3185
3796
|
readonly default: true;
|
|
3186
3797
|
readonly ui: {
|
|
3187
3798
|
readonly tab: "tools";
|
|
3799
|
+
readonly group: "Discovery & MCP";
|
|
3188
3800
|
readonly label: "MCP Project Config";
|
|
3189
3801
|
readonly description: "Load .mcp.json/mcp.json from project root";
|
|
3190
3802
|
};
|
|
@@ -3194,6 +3806,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3194
3806
|
readonly default: false;
|
|
3195
3807
|
readonly ui: {
|
|
3196
3808
|
readonly tab: "tools";
|
|
3809
|
+
readonly group: "Discovery & MCP";
|
|
3197
3810
|
readonly label: "MCP Tool Discovery";
|
|
3198
3811
|
readonly description: "Hide MCP tools by default and expose them through a tool discovery tool";
|
|
3199
3812
|
};
|
|
@@ -3203,6 +3816,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3203
3816
|
readonly default: string[];
|
|
3204
3817
|
readonly ui: {
|
|
3205
3818
|
readonly tab: "tools";
|
|
3819
|
+
readonly group: "Discovery & MCP";
|
|
3206
3820
|
readonly label: "MCP Discovery Default Servers";
|
|
3207
3821
|
readonly description: "Keep MCP tools from these servers visible while discovery mode hides other MCP tools";
|
|
3208
3822
|
};
|
|
@@ -3212,6 +3826,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3212
3826
|
readonly default: false;
|
|
3213
3827
|
readonly ui: {
|
|
3214
3828
|
readonly tab: "tools";
|
|
3829
|
+
readonly group: "Discovery & MCP";
|
|
3215
3830
|
readonly label: "MCP Update Injection";
|
|
3216
3831
|
readonly description: "Inject MCP resource updates into the agent conversation";
|
|
3217
3832
|
};
|
|
@@ -3221,8 +3836,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3221
3836
|
readonly default: 500;
|
|
3222
3837
|
readonly ui: {
|
|
3223
3838
|
readonly tab: "tools";
|
|
3839
|
+
readonly group: "Discovery & MCP";
|
|
3224
3840
|
readonly label: "MCP Notification Debounce";
|
|
3225
|
-
readonly description: "Debounce window for MCP resource
|
|
3841
|
+
readonly description: "Debounce window in milliseconds for MCP resource updates before injecting them into the conversation";
|
|
3226
3842
|
};
|
|
3227
3843
|
};
|
|
3228
3844
|
readonly "plan.enabled": {
|
|
@@ -3230,6 +3846,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3230
3846
|
readonly default: true;
|
|
3231
3847
|
readonly ui: {
|
|
3232
3848
|
readonly tab: "tasks";
|
|
3849
|
+
readonly group: "Modes";
|
|
3233
3850
|
readonly label: "Plan Mode";
|
|
3234
3851
|
readonly description: "Enable plan mode for read-only exploration and planning before execution";
|
|
3235
3852
|
};
|
|
@@ -3239,6 +3856,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3239
3856
|
readonly default: true;
|
|
3240
3857
|
readonly ui: {
|
|
3241
3858
|
readonly tab: "tasks";
|
|
3859
|
+
readonly group: "Modes";
|
|
3242
3860
|
readonly label: "Goal Mode";
|
|
3243
3861
|
readonly description: "Enable per-session goal mode and the hidden goal tool";
|
|
3244
3862
|
};
|
|
@@ -3248,7 +3866,8 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3248
3866
|
readonly default: true;
|
|
3249
3867
|
readonly ui: {
|
|
3250
3868
|
readonly tab: "tasks";
|
|
3251
|
-
readonly
|
|
3869
|
+
readonly group: "Modes";
|
|
3870
|
+
readonly label: "Goal Status in Footer";
|
|
3252
3871
|
readonly description: "Show token budget alongside the goal indicator in the status line";
|
|
3253
3872
|
};
|
|
3254
3873
|
};
|
|
@@ -3257,6 +3876,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3257
3876
|
readonly default: readonly ["interactive"];
|
|
3258
3877
|
readonly ui: {
|
|
3259
3878
|
readonly tab: "tasks";
|
|
3879
|
+
readonly group: "Modes";
|
|
3260
3880
|
readonly label: "Goal Continuation Modes";
|
|
3261
3881
|
readonly description: "Run modes where active goals may auto-continue between turns";
|
|
3262
3882
|
};
|
|
@@ -3267,6 +3887,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3267
3887
|
readonly default: "none";
|
|
3268
3888
|
readonly ui: {
|
|
3269
3889
|
readonly tab: "tasks";
|
|
3890
|
+
readonly group: "Isolation";
|
|
3270
3891
|
readonly label: "Isolation Mode";
|
|
3271
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).';
|
|
3272
3893
|
readonly options: readonly [{
|
|
@@ -3318,6 +3939,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3318
3939
|
readonly default: "patch";
|
|
3319
3940
|
readonly ui: {
|
|
3320
3941
|
readonly tab: "tasks";
|
|
3942
|
+
readonly group: "Isolation";
|
|
3321
3943
|
readonly label: "Isolation Merge Strategy";
|
|
3322
3944
|
readonly description: "How isolated task changes are integrated (patch apply or branch merge)";
|
|
3323
3945
|
readonly options: readonly [{
|
|
@@ -3337,6 +3959,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3337
3959
|
readonly default: "generic";
|
|
3338
3960
|
readonly ui: {
|
|
3339
3961
|
readonly tab: "tasks";
|
|
3962
|
+
readonly group: "Isolation";
|
|
3340
3963
|
readonly label: "Isolation Commit Style";
|
|
3341
3964
|
readonly description: "Commit message style for nested repo changes (generic or AI-generated)";
|
|
3342
3965
|
readonly options: readonly [{
|
|
@@ -3351,44 +3974,47 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3351
3974
|
};
|
|
3352
3975
|
};
|
|
3353
3976
|
readonly "task.eager": {
|
|
3354
|
-
readonly type: "boolean";
|
|
3355
|
-
readonly default: false;
|
|
3356
|
-
readonly ui: {
|
|
3357
|
-
readonly tab: "tasks";
|
|
3358
|
-
readonly label: "Prefer Task Delegation";
|
|
3359
|
-
readonly description: "Encourage the agent to delegate work to subagents unless changes are trivial";
|
|
3360
|
-
};
|
|
3361
|
-
};
|
|
3362
|
-
readonly "task.simple": {
|
|
3363
3977
|
readonly type: "enum";
|
|
3364
|
-
readonly values: readonly ["default", "
|
|
3365
|
-
readonly default: "
|
|
3978
|
+
readonly values: readonly ["default", "preferred", "always"];
|
|
3979
|
+
readonly default: "default";
|
|
3366
3980
|
readonly ui: {
|
|
3367
3981
|
readonly tab: "tasks";
|
|
3368
|
-
readonly
|
|
3369
|
-
readonly
|
|
3982
|
+
readonly group: "Subagents";
|
|
3983
|
+
readonly label: "Prefer Task Delegation";
|
|
3984
|
+
readonly description: "How strongly to push delegating work to subagents";
|
|
3370
3985
|
readonly options: readonly [{
|
|
3371
3986
|
readonly value: "default";
|
|
3372
3987
|
readonly label: "Default";
|
|
3373
|
-
readonly description: "
|
|
3988
|
+
readonly description: "Model decides when to delegate";
|
|
3374
3989
|
}, {
|
|
3375
|
-
readonly value: "
|
|
3376
|
-
readonly label: "
|
|
3377
|
-
readonly description: "
|
|
3990
|
+
readonly value: "preferred";
|
|
3991
|
+
readonly label: "Preferred";
|
|
3992
|
+
readonly description: "Adds delegation guidance to the system prompt";
|
|
3378
3993
|
}, {
|
|
3379
|
-
readonly value: "
|
|
3380
|
-
readonly label: "
|
|
3381
|
-
readonly description: "
|
|
3994
|
+
readonly value: "always";
|
|
3995
|
+
readonly label: "Always";
|
|
3996
|
+
readonly description: "Prompt guidance plus a first-turn delegation reminder";
|
|
3382
3997
|
}];
|
|
3383
3998
|
};
|
|
3384
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
|
+
};
|
|
3385
4010
|
readonly "task.maxConcurrency": {
|
|
3386
4011
|
readonly type: "number";
|
|
3387
4012
|
readonly default: 32;
|
|
3388
4013
|
readonly ui: {
|
|
3389
4014
|
readonly tab: "tasks";
|
|
4015
|
+
readonly group: "Subagents";
|
|
3390
4016
|
readonly label: "Max Concurrent Tasks";
|
|
3391
|
-
readonly description: "
|
|
4017
|
+
readonly description: "Maximum number of subagents running concurrently";
|
|
3392
4018
|
readonly options: readonly [{
|
|
3393
4019
|
readonly value: "0";
|
|
3394
4020
|
readonly label: "Unlimited";
|
|
@@ -3421,6 +4047,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3421
4047
|
readonly default: false;
|
|
3422
4048
|
readonly ui: {
|
|
3423
4049
|
readonly tab: "tasks";
|
|
4050
|
+
readonly group: "Subagents";
|
|
3424
4051
|
readonly label: "LSP in Subagents";
|
|
3425
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.";
|
|
3426
4053
|
};
|
|
@@ -3430,6 +4057,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3430
4057
|
readonly default: 2;
|
|
3431
4058
|
readonly ui: {
|
|
3432
4059
|
readonly tab: "tasks";
|
|
4060
|
+
readonly group: "Subagents";
|
|
3433
4061
|
readonly label: "Max Task Recursion";
|
|
3434
4062
|
readonly description: "How many levels deep subagents can spawn their own subagents";
|
|
3435
4063
|
readonly options: readonly [{
|
|
@@ -3455,6 +4083,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3455
4083
|
readonly default: 0;
|
|
3456
4084
|
readonly ui: {
|
|
3457
4085
|
readonly tab: "tasks";
|
|
4086
|
+
readonly group: "Subagents";
|
|
3458
4087
|
readonly label: "Max Subagent Runtime";
|
|
3459
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.";
|
|
3460
4089
|
readonly options: readonly [{
|
|
@@ -3476,6 +4105,40 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3476
4105
|
}];
|
|
3477
4106
|
};
|
|
3478
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
|
+
};
|
|
3479
4142
|
readonly "task.disabledAgents": {
|
|
3480
4143
|
readonly type: "array";
|
|
3481
4144
|
readonly default: string[];
|
|
@@ -3488,9 +4151,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3488
4151
|
readonly type: "number";
|
|
3489
4152
|
readonly default: 60;
|
|
3490
4153
|
readonly ui: {
|
|
3491
|
-
readonly tab: "
|
|
3492
|
-
readonly
|
|
3493
|
-
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";
|
|
3494
4158
|
readonly options: readonly [{
|
|
3495
4159
|
readonly value: "0";
|
|
3496
4160
|
readonly label: "Instant";
|
|
@@ -3521,6 +4185,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3521
4185
|
readonly default: false;
|
|
3522
4186
|
readonly ui: {
|
|
3523
4187
|
readonly tab: "appearance";
|
|
4188
|
+
readonly group: "Display";
|
|
3524
4189
|
readonly label: "Show Resolved Model Badge";
|
|
3525
4190
|
readonly description: "Display the actual model ID used by each subagent in the task widget status line";
|
|
3526
4191
|
};
|
|
@@ -3534,6 +4199,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3534
4199
|
readonly default: true;
|
|
3535
4200
|
readonly ui: {
|
|
3536
4201
|
readonly tab: "tasks";
|
|
4202
|
+
readonly group: "Commands & Skills";
|
|
3537
4203
|
readonly label: "Skill Commands";
|
|
3538
4204
|
readonly description: "Register skills as /skill:name commands";
|
|
3539
4205
|
};
|
|
@@ -3550,11 +4216,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3550
4216
|
readonly type: "boolean";
|
|
3551
4217
|
readonly default: true;
|
|
3552
4218
|
};
|
|
3553
|
-
readonly "skills.
|
|
4219
|
+
readonly "skills.enablePiUser": {
|
|
3554
4220
|
readonly type: "boolean";
|
|
3555
4221
|
readonly default: true;
|
|
3556
4222
|
};
|
|
3557
|
-
readonly "skills.
|
|
4223
|
+
readonly "skills.enablePiProject": {
|
|
4224
|
+
readonly type: "boolean";
|
|
4225
|
+
readonly default: true;
|
|
4226
|
+
};
|
|
4227
|
+
readonly "skills.enableAgentsUser": {
|
|
4228
|
+
readonly type: "boolean";
|
|
4229
|
+
readonly default: true;
|
|
4230
|
+
};
|
|
4231
|
+
readonly "skills.enableAgentsProject": {
|
|
3558
4232
|
readonly type: "boolean";
|
|
3559
4233
|
readonly default: true;
|
|
3560
4234
|
};
|
|
@@ -3575,6 +4249,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3575
4249
|
readonly default: true;
|
|
3576
4250
|
readonly ui: {
|
|
3577
4251
|
readonly tab: "tasks";
|
|
4252
|
+
readonly group: "Commands & Skills";
|
|
3578
4253
|
readonly label: "Claude User Commands";
|
|
3579
4254
|
readonly description: "Load commands from ~/.claude/commands/";
|
|
3580
4255
|
};
|
|
@@ -3584,6 +4259,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3584
4259
|
readonly default: true;
|
|
3585
4260
|
readonly ui: {
|
|
3586
4261
|
readonly tab: "tasks";
|
|
4262
|
+
readonly group: "Commands & Skills";
|
|
3587
4263
|
readonly label: "Claude Project Commands";
|
|
3588
4264
|
readonly description: "Load commands from .claude/commands/";
|
|
3589
4265
|
};
|
|
@@ -3593,6 +4269,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3593
4269
|
readonly default: true;
|
|
3594
4270
|
readonly ui: {
|
|
3595
4271
|
readonly tab: "tasks";
|
|
4272
|
+
readonly group: "Commands & Skills";
|
|
3596
4273
|
readonly label: "OpenCode User Commands";
|
|
3597
4274
|
readonly description: "Load commands from ~/.config/opencode/commands/";
|
|
3598
4275
|
};
|
|
@@ -3602,6 +4279,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3602
4279
|
readonly default: true;
|
|
3603
4280
|
readonly ui: {
|
|
3604
4281
|
readonly tab: "tasks";
|
|
4282
|
+
readonly group: "Commands & Skills";
|
|
3605
4283
|
readonly label: "OpenCode Project Commands";
|
|
3606
4284
|
readonly description: "Load commands from .opencode/commands/";
|
|
3607
4285
|
};
|
|
@@ -3611,6 +4289,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3611
4289
|
readonly default: false;
|
|
3612
4290
|
readonly ui: {
|
|
3613
4291
|
readonly tab: "providers";
|
|
4292
|
+
readonly group: "Privacy";
|
|
3614
4293
|
readonly label: "Hide Secrets";
|
|
3615
4294
|
readonly description: "Obfuscate secrets before sending to AI providers";
|
|
3616
4295
|
};
|
|
@@ -3621,8 +4300,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3621
4300
|
readonly default: "auto";
|
|
3622
4301
|
readonly ui: {
|
|
3623
4302
|
readonly tab: "providers";
|
|
4303
|
+
readonly group: "Services";
|
|
3624
4304
|
readonly label: "Web Search Provider";
|
|
3625
|
-
readonly description: "
|
|
4305
|
+
readonly description: "Preferred provider for the web_search tool";
|
|
3626
4306
|
readonly options: readonly [{
|
|
3627
4307
|
readonly value: "auto";
|
|
3628
4308
|
readonly label: "Auto";
|
|
@@ -3634,7 +4314,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3634
4314
|
}, {
|
|
3635
4315
|
readonly value: "perplexity";
|
|
3636
4316
|
readonly label: "Perplexity";
|
|
3637
|
-
readonly description: "
|
|
4317
|
+
readonly description: "Uses auth when configured; explicit selection falls back to anonymous search";
|
|
3638
4318
|
}, {
|
|
3639
4319
|
readonly value: "brave";
|
|
3640
4320
|
readonly label: "Brave";
|
|
@@ -3692,8 +4372,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3692
4372
|
readonly default: "auto";
|
|
3693
4373
|
readonly ui: {
|
|
3694
4374
|
readonly tab: "providers";
|
|
4375
|
+
readonly group: "Services";
|
|
3695
4376
|
readonly label: "Image Provider";
|
|
3696
|
-
readonly description: "
|
|
4377
|
+
readonly description: "Preferred provider for image generation";
|
|
3697
4378
|
readonly options: readonly [{
|
|
3698
4379
|
readonly value: "auto";
|
|
3699
4380
|
readonly label: "Auto";
|
|
@@ -3709,26 +4390,128 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3709
4390
|
}, {
|
|
3710
4391
|
readonly value: "xai";
|
|
3711
4392
|
readonly label: "xAI Grok Imagine";
|
|
3712
|
-
readonly description: "Requires xAI Grok OAuth or
|
|
4393
|
+
readonly description: "Requires xAI Grok OAuth or XAI_APROMETHEUS_KEY";
|
|
3713
4394
|
}, {
|
|
3714
4395
|
readonly value: "gemini";
|
|
3715
4396
|
readonly label: "Gemini";
|
|
3716
|
-
readonly description: "Requires
|
|
4397
|
+
readonly description: "Requires GEMINI_APROMETHEUS_KEY";
|
|
3717
4398
|
}, {
|
|
3718
4399
|
readonly value: "openrouter";
|
|
3719
4400
|
readonly label: "OpenRouter";
|
|
3720
|
-
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";
|
|
4442
|
+
}];
|
|
4443
|
+
};
|
|
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";
|
|
3721
4488
|
}];
|
|
3722
4489
|
};
|
|
3723
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
|
+
};
|
|
3724
4506
|
readonly "providers.tinyModel": {
|
|
3725
4507
|
readonly type: "enum";
|
|
3726
4508
|
readonly values: readonly ["online", "lfm2-350m", "qwen3-0.6b", "gemma-270m", "qwen2.5-0.5b", "lfm2-700m"];
|
|
3727
4509
|
readonly default: "online";
|
|
3728
4510
|
readonly ui: {
|
|
3729
4511
|
readonly tab: "providers";
|
|
4512
|
+
readonly group: "Tiny Model";
|
|
3730
4513
|
readonly label: "Tiny Model";
|
|
3731
|
-
readonly description: "Session-title model: online
|
|
4514
|
+
readonly description: "Session-title model: online pi/smol by default, or a local on-device model";
|
|
3732
4515
|
readonly options: ({
|
|
3733
4516
|
value: "online";
|
|
3734
4517
|
label: string;
|
|
@@ -3746,6 +4529,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3746
4529
|
readonly default: "default";
|
|
3747
4530
|
readonly ui: {
|
|
3748
4531
|
readonly tab: "providers";
|
|
4532
|
+
readonly group: "Tiny Model";
|
|
3749
4533
|
readonly label: "Tiny Model Device";
|
|
3750
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.";
|
|
3751
4535
|
readonly options: readonly [{
|
|
@@ -3813,6 +4597,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3813
4597
|
readonly default: "default";
|
|
3814
4598
|
readonly ui: {
|
|
3815
4599
|
readonly tab: "providers";
|
|
4600
|
+
readonly group: "Tiny Model";
|
|
3816
4601
|
readonly label: "Tiny Model Precision";
|
|
3817
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.";
|
|
3818
4603
|
readonly options: readonly [{
|
|
@@ -3880,9 +4665,10 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3880
4665
|
readonly default: "online";
|
|
3881
4666
|
readonly ui: {
|
|
3882
4667
|
readonly tab: "memory";
|
|
4668
|
+
readonly group: "General";
|
|
3883
4669
|
readonly label: "Memory Model";
|
|
3884
|
-
readonly description: "
|
|
3885
|
-
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";
|
|
3886
4672
|
readonly options: ({
|
|
3887
4673
|
value: "online";
|
|
3888
4674
|
label: string;
|
|
@@ -3900,6 +4686,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3900
4686
|
readonly default: "online";
|
|
3901
4687
|
readonly ui: {
|
|
3902
4688
|
readonly tab: "model";
|
|
4689
|
+
readonly group: "Thinking";
|
|
3903
4690
|
readonly label: "Auto Thinking Model";
|
|
3904
4691
|
readonly description: "Difficulty classifier for the `auto` thinking level: online smol by default, or a local on-device model";
|
|
3905
4692
|
readonly condition: "autoThinkingActive";
|
|
@@ -3920,6 +4707,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3920
4707
|
readonly default: "anthropic";
|
|
3921
4708
|
readonly ui: {
|
|
3922
4709
|
readonly tab: "providers";
|
|
4710
|
+
readonly group: "Protocol";
|
|
3923
4711
|
readonly label: "Kimi API Format";
|
|
3924
4712
|
readonly description: "API format for Kimi Code provider";
|
|
3925
4713
|
readonly options: readonly [{
|
|
@@ -3939,6 +4727,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3939
4727
|
readonly default: "auto";
|
|
3940
4728
|
readonly ui: {
|
|
3941
4729
|
readonly tab: "providers";
|
|
4730
|
+
readonly group: "Protocol";
|
|
3942
4731
|
readonly label: "OpenAI WebSockets";
|
|
3943
4732
|
readonly description: "Websocket policy for OpenAI Codex models (auto uses model defaults, on forces, off disables)";
|
|
3944
4733
|
readonly options: readonly [{
|
|
@@ -3962,6 +4751,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3962
4751
|
readonly default: "default";
|
|
3963
4752
|
readonly ui: {
|
|
3964
4753
|
readonly tab: "providers";
|
|
4754
|
+
readonly group: "Protocol";
|
|
3965
4755
|
readonly label: "OpenRouter Routing";
|
|
3966
4756
|
readonly description: "Default routing-variant suffix appended to OpenRouter model IDs (overridden when the selector already names a variant)";
|
|
3967
4757
|
readonly options: readonly [{
|
|
@@ -3987,13 +4777,84 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
3987
4777
|
}];
|
|
3988
4778
|
};
|
|
3989
4779
|
};
|
|
3990
|
-
readonly "providers.
|
|
3991
|
-
readonly type: "
|
|
3992
|
-
readonly
|
|
4780
|
+
readonly "providers.fetch": {
|
|
4781
|
+
readonly type: "enum";
|
|
4782
|
+
readonly values: readonly ["auto", "native", "trafilatura", "lynx", "parallel", "jina"];
|
|
4783
|
+
readonly default: "auto";
|
|
4784
|
+
readonly ui: {
|
|
4785
|
+
readonly tab: "providers";
|
|
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;
|
|
3993
4843
|
readonly ui: {
|
|
3994
4844
|
readonly tab: "providers";
|
|
3995
|
-
readonly
|
|
3996
|
-
readonly
|
|
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).";
|
|
3997
4858
|
};
|
|
3998
4859
|
};
|
|
3999
4860
|
readonly "provider.appendOnlyContext": {
|
|
@@ -4002,6 +4863,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4002
4863
|
readonly default: "auto";
|
|
4003
4864
|
readonly ui: {
|
|
4004
4865
|
readonly tab: "providers";
|
|
4866
|
+
readonly group: "Protocol";
|
|
4005
4867
|
readonly label: "Append-Only Context";
|
|
4006
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.";
|
|
4007
4869
|
readonly options: readonly [{
|
|
@@ -4024,6 +4886,7 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4024
4886
|
readonly default: true;
|
|
4025
4887
|
readonly ui: {
|
|
4026
4888
|
readonly tab: "providers";
|
|
4889
|
+
readonly group: "Services";
|
|
4027
4890
|
readonly label: "Exa";
|
|
4028
4891
|
readonly description: "Master toggle for all Exa search tools";
|
|
4029
4892
|
};
|
|
@@ -4033,8 +4896,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4033
4896
|
readonly default: true;
|
|
4034
4897
|
readonly ui: {
|
|
4035
4898
|
readonly tab: "providers";
|
|
4899
|
+
readonly group: "Services";
|
|
4036
4900
|
readonly label: "Exa Search";
|
|
4037
|
-
readonly description: "
|
|
4901
|
+
readonly description: "Enable Exa basic search, deep search, code search, and crawl tools";
|
|
4038
4902
|
};
|
|
4039
4903
|
};
|
|
4040
4904
|
readonly "exa.enableResearcher": {
|
|
@@ -4042,8 +4906,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4042
4906
|
readonly default: false;
|
|
4043
4907
|
readonly ui: {
|
|
4044
4908
|
readonly tab: "providers";
|
|
4909
|
+
readonly group: "Services";
|
|
4045
4910
|
readonly label: "Exa Researcher";
|
|
4046
|
-
readonly description: "AI-powered deep research
|
|
4911
|
+
readonly description: "Enable the Exa researcher tool for AI-powered deep research";
|
|
4047
4912
|
};
|
|
4048
4913
|
};
|
|
4049
4914
|
readonly "exa.enableWebsets": {
|
|
@@ -4051,8 +4916,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4051
4916
|
readonly default: false;
|
|
4052
4917
|
readonly ui: {
|
|
4053
4918
|
readonly tab: "providers";
|
|
4919
|
+
readonly group: "Services";
|
|
4054
4920
|
readonly label: "Exa Websets";
|
|
4055
|
-
readonly description: "
|
|
4921
|
+
readonly description: "Enable Exa webset management and enrichment tools";
|
|
4056
4922
|
};
|
|
4057
4923
|
};
|
|
4058
4924
|
readonly "searxng.endpoint": {
|
|
@@ -4060,8 +4926,9 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4060
4926
|
readonly default: undefined;
|
|
4061
4927
|
readonly ui: {
|
|
4062
4928
|
readonly tab: "providers";
|
|
4929
|
+
readonly group: "Services";
|
|
4063
4930
|
readonly label: "SearXNG Endpoint";
|
|
4064
|
-
readonly description: "
|
|
4931
|
+
readonly description: "Base URL of a self-hosted SearXNG instance used for web search";
|
|
4065
4932
|
};
|
|
4066
4933
|
};
|
|
4067
4934
|
readonly "searxng.token": {
|
|
@@ -4113,17 +4980,19 @@ export declare const SETTINGS_SCHEMA: {
|
|
|
4113
4980
|
readonly default: false;
|
|
4114
4981
|
readonly ui: {
|
|
4115
4982
|
readonly tab: "tools";
|
|
4983
|
+
readonly group: "Developer";
|
|
4116
4984
|
readonly label: "Auto QA";
|
|
4117
4985
|
readonly description: "Enable automated tool issue reporting (report_tool_issue) for all agents";
|
|
4118
4986
|
};
|
|
4119
4987
|
};
|
|
4120
4988
|
readonly "dev.autoqaPush.endpoint": {
|
|
4121
4989
|
readonly type: "string";
|
|
4122
|
-
readonly default: "https://qa.prometheus.
|
|
4990
|
+
readonly default: "https://qa.prometheus.sh/v1/grievances";
|
|
4123
4991
|
readonly ui: {
|
|
4124
4992
|
readonly tab: "tools";
|
|
4993
|
+
readonly group: "Developer";
|
|
4125
4994
|
readonly label: "Auto QA Push Endpoint";
|
|
4126
|
-
readonly description: "Full URL
|
|
4995
|
+
readonly description: "Full URL receiving Auto QA JSON reports (default https://qa.prometheus.sh/v1/grievances)";
|
|
4127
4996
|
};
|
|
4128
4997
|
};
|
|
4129
4998
|
readonly "dev.autoqaPush.token": {
|
|
@@ -4173,6 +5042,9 @@ export type SettingPath = keyof Schema;
|
|
|
4173
5042
|
/** Infer the value type for a setting path */
|
|
4174
5043
|
export type SettingValue<P extends SettingPath> = Schema[P] extends {
|
|
4175
5044
|
type: "boolean";
|
|
5045
|
+
default: undefined;
|
|
5046
|
+
} ? boolean | undefined : Schema[P] extends {
|
|
5047
|
+
type: "boolean";
|
|
4176
5048
|
} ? boolean : Schema[P] extends {
|
|
4177
5049
|
type: "string";
|
|
4178
5050
|
} ? string | undefined : Schema[P] extends {
|
|
@@ -4205,9 +5077,11 @@ export type StatusLinePreset = SettingValue<"statusLine.preset">;
|
|
|
4205
5077
|
export type StatusLineSeparatorStyle = SettingValue<"statusLine.separator">;
|
|
4206
5078
|
/** Tree selector filter mode - derived from schema */
|
|
4207
5079
|
export type TreeFilterMode = SettingValue<"treeFilterMode">;
|
|
5080
|
+
/** Personality preset - derived from schema */
|
|
5081
|
+
export type Personality = SettingValue<"personality">;
|
|
4208
5082
|
export interface CompactionSettings {
|
|
4209
5083
|
enabled: boolean;
|
|
4210
|
-
strategy: "context-full" | "handoff" | "shake" | "off";
|
|
5084
|
+
strategy: "context-full" | "handoff" | "shake" | "snapcompact" | "off";
|
|
4211
5085
|
thresholdPercent: number;
|
|
4212
5086
|
thresholdTokens: number;
|
|
4213
5087
|
reserveTokens: number;
|
|
@@ -4219,6 +5093,8 @@ export interface CompactionSettings {
|
|
|
4219
5093
|
idleEnabled: boolean;
|
|
4220
5094
|
idleThresholdTokens: number;
|
|
4221
5095
|
idleTimeoutSeconds: number;
|
|
5096
|
+
supersedeReads: boolean;
|
|
5097
|
+
dropUseless: boolean;
|
|
4222
5098
|
}
|
|
4223
5099
|
export interface ContextPromotionSettings {
|
|
4224
5100
|
enabled: boolean;
|
|
@@ -4261,8 +5137,10 @@ export interface SkillsSettings {
|
|
|
4261
5137
|
enableCodexUser?: boolean;
|
|
4262
5138
|
enableClaudeUser?: boolean;
|
|
4263
5139
|
enableClaudeProject?: boolean;
|
|
4264
|
-
|
|
4265
|
-
|
|
5140
|
+
enablePiUser?: boolean;
|
|
5141
|
+
enablePiProject?: boolean;
|
|
5142
|
+
enableAgentsUser?: boolean;
|
|
5143
|
+
enableAgentsProject?: boolean;
|
|
4266
5144
|
customDirectories?: string[];
|
|
4267
5145
|
ignoredSkills?: string[];
|
|
4268
5146
|
includeSkills?: string[];
|
|
@@ -4297,6 +5175,7 @@ export interface StatusLineSettings {
|
|
|
4297
5175
|
preset: StatusLinePreset;
|
|
4298
5176
|
separator: StatusLineSeparatorStyle;
|
|
4299
5177
|
showHookStatus: boolean;
|
|
5178
|
+
transparent: boolean;
|
|
4300
5179
|
leftSegments: StatusLineSegmentId[];
|
|
4301
5180
|
rightSegments: StatusLineSegmentId[];
|
|
4302
5181
|
segmentOptions: Record<string, unknown>;
|
|
@@ -4312,8 +5191,7 @@ export interface SttSettings {
|
|
|
4312
5191
|
enabled: boolean;
|
|
4313
5192
|
language: string | undefined;
|
|
4314
5193
|
modelName: string;
|
|
4315
|
-
|
|
4316
|
-
modelPath: string | undefined;
|
|
5194
|
+
streaming: boolean;
|
|
4317
5195
|
}
|
|
4318
5196
|
export interface BashInterceptorRule {
|
|
4319
5197
|
pattern: string;
|
|
@@ -4328,6 +5206,14 @@ export interface ShellMinimizerSettings {
|
|
|
4328
5206
|
only: string[];
|
|
4329
5207
|
except: string[];
|
|
4330
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;
|
|
4331
5217
|
}
|
|
4332
5218
|
/** Map group prefix -> typed settings interface */
|
|
4333
5219
|
export interface GroupTypeMap {
|
|
@@ -4347,6 +5233,7 @@ export interface GroupTypeMap {
|
|
|
4347
5233
|
modelTags: ModelTagsSettings;
|
|
4348
5234
|
cycleOrder: string[];
|
|
4349
5235
|
shellMinimizer: ShellMinimizerSettings;
|
|
5236
|
+
codexResets: CodexResetsSettings;
|
|
4350
5237
|
}
|
|
4351
5238
|
export type GroupPrefix = keyof GroupTypeMap;
|
|
4352
5239
|
export {};
|