@cjhyy/code-shell 0.1.0-alpha.0
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 +109 -0
- package/LICENSE +21 -0
- package/README.md +177 -0
- package/dist/agent/coordinator.d.ts +49 -0
- package/dist/anthropic-NENYS535.js +9 -0
- package/dist/anthropic-XMTTVNSH.cjs +9 -0
- package/dist/arena/arena.d.ts +43 -0
- package/dist/arena/context/context-tools.d.ts +16 -0
- package/dist/arena/detect-mode.d.ts +20 -0
- package/dist/arena/digest-builder.d.ts +25 -0
- package/dist/arena/index.cjs +103 -0
- package/dist/arena/index.d.ts +29 -0
- package/dist/arena/index.js +103 -0
- package/dist/arena/iterate/convergence.d.ts +25 -0
- package/dist/arena/iterate/formats/index.d.ts +22 -0
- package/dist/arena/iterate/index.d.ts +11 -0
- package/dist/arena/iterate/iterative-arena.d.ts +23 -0
- package/dist/arena/iterate/parse.d.ts +42 -0
- package/dist/arena/iterate/phases/argue.d.ts +22 -0
- package/dist/arena/iterate/phases/revise.d.ts +16 -0
- package/dist/arena/iterate/phases/tournament.d.ts +34 -0
- package/dist/arena/iterate/tools/web-tools.d.ts +13 -0
- package/dist/arena/iterate/types.d.ts +152 -0
- package/dist/arena/ledger.d.ts +47 -0
- package/dist/arena/lenses/architecture.d.ts +5 -0
- package/dist/arena/lenses/engineering.d.ts +5 -0
- package/dist/arena/lenses/general.d.ts +5 -0
- package/dist/arena/lenses/index.d.ts +16 -0
- package/dist/arena/lenses/product.d.ts +5 -0
- package/dist/arena/model-presets.d.ts +14 -0
- package/dist/arena/phases/adjudication.d.ts +24 -0
- package/dist/arena/phases/build-consensus.d.ts +29 -0
- package/dist/arena/phases/claim-registry.d.ts +26 -0
- package/dist/arena/phases/cross-review.d.ts +45 -0
- package/dist/arena/phases/debate-rounds.d.ts +27 -0
- package/dist/arena/phases/participant-research.d.ts +38 -0
- package/dist/arena/phases/planning-detail-expansion.d.ts +38 -0
- package/dist/arena/planner.d.ts +27 -0
- package/dist/arena/providers/docs.d.ts +6 -0
- package/dist/arena/providers/git.d.ts +8 -0
- package/dist/arena/providers/index.d.ts +16 -0
- package/dist/arena/providers/none.d.ts +7 -0
- package/dist/arena/providers/repo.d.ts +6 -0
- package/dist/arena/render/session.d.ts +17 -0
- package/dist/arena/render/terminal.d.ts +33 -0
- package/dist/arena/strategies/discussion.d.ts +25 -0
- package/dist/arena/strategies/index.d.ts +15 -0
- package/dist/arena/strategies/language-wrapper.d.ts +17 -0
- package/dist/arena/strategies/lens-wrapper.d.ts +16 -0
- package/dist/arena/strategies/planning.d.ts +30 -0
- package/dist/arena/strategies/review.d.ts +26 -0
- package/dist/arena/strategies/utils.d.ts +34 -0
- package/dist/arena/tools/selector.d.ts +17 -0
- package/dist/arena/transitions.d.ts +48 -0
- package/dist/arena/types.d.ts +499 -0
- package/dist/arena-46QQ6BZQ.js +261 -0
- package/dist/arena-HZZZ2GJH.cjs +261 -0
- package/dist/bootstrap/setup.d.ts +14 -0
- package/dist/bootstrap/state.d.ts +160 -0
- package/dist/bridge-4ZRXVWBN.js +98 -0
- package/dist/bridge-W476QDFH.cjs +98 -0
- package/dist/chunk-3EAEC566.cjs +136 -0
- package/dist/chunk-3EUDE77E.cjs +1252 -0
- package/dist/chunk-3QR52LL5.cjs +105 -0
- package/dist/chunk-4PKZPFCD.js +136 -0
- package/dist/chunk-4RRUP4MM.js +86 -0
- package/dist/chunk-4SFPFHMG.js +132 -0
- package/dist/chunk-5LHVI777.cjs +246 -0
- package/dist/chunk-6JOOLG6F.js +104 -0
- package/dist/chunk-6ZIROYXX.js +207 -0
- package/dist/chunk-7RMAR2Y3.js +6511 -0
- package/dist/chunk-BE6IPRDM.js +224 -0
- package/dist/chunk-BHGIJ2DJ.js +41 -0
- package/dist/chunk-BMH65OVB.cjs +224 -0
- package/dist/chunk-C7JBCO5V.js +80 -0
- package/dist/chunk-CSO5EOEP.cjs +132 -0
- package/dist/chunk-DI7RDLOS.js +47 -0
- package/dist/chunk-DICG4AB7.cjs +73 -0
- package/dist/chunk-EL2RL5DG.cjs +101 -0
- package/dist/chunk-FGZGCFJX.cjs +207 -0
- package/dist/chunk-FUOKLKR2.js +101 -0
- package/dist/chunk-FVP7XJGS.cjs +4577 -0
- package/dist/chunk-HD7MT5XU.cjs +86 -0
- package/dist/chunk-IJSHQGMP.cjs +45 -0
- package/dist/chunk-IMMTBZ33.cjs +63 -0
- package/dist/chunk-J5XW6UYL.js +291 -0
- package/dist/chunk-JT2WSQSR.cjs +335 -0
- package/dist/chunk-KO2FPF7G.js +93 -0
- package/dist/chunk-LRAY5IYC.cjs +291 -0
- package/dist/chunk-NG73UR3L.cjs +285 -0
- package/dist/chunk-NZ4DQ72D.cjs +664 -0
- package/dist/chunk-O6F2EF2Z.js +73 -0
- package/dist/chunk-OG4MIQJ6.js +335 -0
- package/dist/chunk-QHDYFC5U.cjs +6511 -0
- package/dist/chunk-R32DJSJE.cjs +41 -0
- package/dist/chunk-S74VVJBF.js +285 -0
- package/dist/chunk-SK62UVS6.js +105 -0
- package/dist/chunk-SQZHPD3S.js +4577 -0
- package/dist/chunk-UK2SU23S.cjs +93 -0
- package/dist/chunk-VKGNCYRL.js +258 -0
- package/dist/chunk-WFQF3RT4.cjs +104 -0
- package/dist/chunk-WHRTARDJ.cjs +258 -0
- package/dist/chunk-WRZJUQ5Z.js +664 -0
- package/dist/chunk-X4HAERTQ.js +63 -0
- package/dist/chunk-XHC2JMEC.cjs +80 -0
- package/dist/chunk-YZ25SSWJ.js +222 -0
- package/dist/chunk-ZJV3YSY3.cjs +222 -0
- package/dist/chunk-ZRSSGYA5.js +246 -0
- package/dist/chunk-ZXYDDJEJ.js +1252 -0
- package/dist/cli/commands/arena.d.ts +29 -0
- package/dist/cli/commands/builtin/advanced-commands.d.ts +5 -0
- package/dist/cli/commands/builtin/core-commands.d.ts +5 -0
- package/dist/cli/commands/builtin/extra-commands.d.ts +6 -0
- package/dist/cli/commands/builtin/git-commands.d.ts +5 -0
- package/dist/cli/commands/builtin/more-commands.d.ts +7 -0
- package/dist/cli/commands/builtin/permissions-command.d.ts +5 -0
- package/dist/cli/commands/builtin/utility-commands.d.ts +5 -0
- package/dist/cli/commands/registry.d.ts +64 -0
- package/dist/cli/commands/repl.d.ts +21 -0
- package/dist/cli/commands/run.d.ts +21 -0
- package/dist/cli/commands/runs.d.ts +14 -0
- package/dist/cli/cost-tracker.d.ts +57 -0
- package/dist/cli/exit.d.ts +12 -0
- package/dist/cli/input/ndjson-reader.d.ts +31 -0
- package/dist/cli/input-compiler.d.ts +5 -0
- package/dist/cli/main.cjs +19674 -0
- package/dist/cli/main.d.ts +5 -0
- package/dist/cli/main.js +19674 -0
- package/dist/cli/onboarding.d.ts +26 -0
- package/dist/cli/output/renderer.d.ts +28 -0
- package/dist/cli/output/terminal-ui.d.ts +50 -0
- package/dist/cli/updater.d.ts +10 -0
- package/dist/compaction-44I55TLI.cjs +32 -0
- package/dist/compaction-CCHWA4G6.js +32 -0
- package/dist/context/compaction.d.ts +83 -0
- package/dist/context/manager.d.ts +99 -0
- package/dist/context/token-counter.d.ts +27 -0
- package/dist/coordinator-5HY7ALO2.js +7 -0
- package/dist/coordinator-INDLPVMF.cjs +7 -0
- package/dist/cost-tracker-IWYAUPXH.js +9 -0
- package/dist/cost-tracker-JXTJQQWE.cjs +9 -0
- package/dist/cron/scheduler.d.ts +34 -0
- package/dist/devtools-KIY3LWQJ.js +6 -0
- package/dist/devtools-LRP47DDV.cjs +6 -0
- package/dist/engine/cost-store.d.ts +22 -0
- package/dist/engine/engine.d.ts +101 -0
- package/dist/engine/model-facade.d.ts +24 -0
- package/dist/engine/query.d.ts +50 -0
- package/dist/engine/streaming-tool-queue.d.ts +34 -0
- package/dist/engine/token-budget.d.ts +22 -0
- package/dist/engine/tool-summary.d.ts +13 -0
- package/dist/engine/turn-loop.d.ts +62 -0
- package/dist/engine/turn-state.d.ts +14 -0
- package/dist/exceptions.d.ts +44 -0
- package/dist/file-history-HZWO2WQ5.js +7 -0
- package/dist/file-history-UQQILIY7.cjs +7 -0
- package/dist/git/utils.d.ts +35 -0
- package/dist/git/worktree.d.ts +36 -0
- package/dist/hooks/events.d.ts +35 -0
- package/dist/hooks/registry.d.ts +15 -0
- package/dist/index.cjs +336 -0
- package/dist/index.d.ts +64 -0
- package/dist/index.js +336 -0
- package/dist/ink/Ansi.d.ts +10 -0
- package/dist/ink/bidi.d.ts +15 -0
- package/dist/ink/clearTerminal.d.ts +13 -0
- package/dist/ink/colorize.d.ts +16 -0
- package/dist/ink/components/AlternateScreen.d.ts +21 -0
- package/dist/ink/components/App.d.ts +70 -0
- package/dist/ink/components/AppContext.d.ts +11 -0
- package/dist/ink/components/Box.d.ts +49 -0
- package/dist/ink/components/Button.d.ts +36 -0
- package/dist/ink/components/ClockContext.d.ts +9 -0
- package/dist/ink/components/CursorDeclarationContext.d.ts +22 -0
- package/dist/ink/components/ErrorOverview.d.ts +5 -0
- package/dist/ink/components/Link.d.ts +7 -0
- package/dist/ink/components/Newline.d.ts +12 -0
- package/dist/ink/components/NoSelect.d.ts +19 -0
- package/dist/ink/components/RawAnsi.d.ts +16 -0
- package/dist/ink/components/ScrollBox.d.ts +78 -0
- package/dist/ink/components/Spacer.d.ts +5 -0
- package/dist/ink/components/StdinContext.d.ts +27 -0
- package/dist/ink/components/TerminalFocusContext.d.ts +10 -0
- package/dist/ink/components/TerminalSizeContext.d.ts +5 -0
- package/dist/ink/components/Text.d.ts +55 -0
- package/dist/ink/constants.d.ts +1 -0
- package/dist/ink/cursor.d.ts +8 -0
- package/dist/ink/devtools.d.ts +5 -0
- package/dist/ink/dom.d.ts +76 -0
- package/dist/ink/events/click-event.d.ts +31 -0
- package/dist/ink/events/dispatcher.d.ts +40 -0
- package/dist/ink/events/emitter.d.ts +5 -0
- package/dist/ink/events/event-handlers.d.ts +46 -0
- package/dist/ink/events/event.d.ts +5 -0
- package/dist/ink/events/focus-event.d.ts +13 -0
- package/dist/ink/events/input-event.d.ts +30 -0
- package/dist/ink/events/keyboard-event.d.ts +19 -0
- package/dist/ink/events/paste-event.d.ts +8 -0
- package/dist/ink/events/resize-event.d.ts +9 -0
- package/dist/ink/events/terminal-event.d.ts +54 -0
- package/dist/ink/events/terminal-focus-event.d.ts +13 -0
- package/dist/ink/focus.d.ts +43 -0
- package/dist/ink/frame.d.ts +94 -0
- package/dist/ink/get-max-width.d.ts +17 -0
- package/dist/ink/hit-test.d.ts +33 -0
- package/dist/ink/hooks/use-animation-frame.d.ts +26 -0
- package/dist/ink/hooks/use-app.d.ts +5 -0
- package/dist/ink/hooks/use-declared-cursor.d.ts +26 -0
- package/dist/ink/hooks/use-input.d.ts +37 -0
- package/dist/ink/hooks/use-interval.d.ts +18 -0
- package/dist/ink/hooks/use-search-highlight.d.ts +30 -0
- package/dist/ink/hooks/use-selection.d.ts +39 -0
- package/dist/ink/hooks/use-stdin.d.ts +5 -0
- package/dist/ink/hooks/use-tab-status.d.ts +13 -0
- package/dist/ink/hooks/use-terminal-focus.d.ts +10 -0
- package/dist/ink/hooks/use-terminal-title.d.ts +12 -0
- package/dist/ink/hooks/use-terminal-viewport.d.ts +29 -0
- package/dist/ink/index.d.ts +20 -0
- package/dist/ink/ink.d.ts +369 -0
- package/dist/ink/instances.d.ts +3 -0
- package/dist/ink/layout/engine.d.ts +2 -0
- package/dist/ink/layout/geometry.d.ts +30 -0
- package/dist/ink/layout/node.d.ts +125 -0
- package/dist/ink/layout/yoga.d.ts +56 -0
- package/dist/ink/line-width-cache.d.ts +1 -0
- package/dist/ink/log-update.d.ts +17 -0
- package/dist/ink/measure-element.d.ts +16 -0
- package/dist/ink/measure-text.d.ts +6 -0
- package/dist/ink/node-cache.d.ts +20 -0
- package/dist/ink/optimizer.d.ts +15 -0
- package/dist/ink/output.d.ts +119 -0
- package/dist/ink/parse-keypress.d.ts +111 -0
- package/dist/ink/reconciler.d.ts +11 -0
- package/dist/ink/render-border.d.ts +24 -0
- package/dist/ink/render-node-to-output.d.ts +45 -0
- package/dist/ink/render-to-screen.d.ts +46 -0
- package/dist/ink/renderer.d.ts +14 -0
- package/dist/ink/root.d.ts +74 -0
- package/dist/ink/screen.d.ts +269 -0
- package/dist/ink/searchHighlight.d.ts +20 -0
- package/dist/ink/selection.d.ts +229 -0
- package/dist/ink/squash-text-nodes.d.ts +22 -0
- package/dist/ink/stringWidth.d.ts +1 -0
- package/dist/ink/styles.d.ts +306 -0
- package/dist/ink/supports-hyperlinks.d.ts +13 -0
- package/dist/ink/tabstops.d.ts +1 -0
- package/dist/ink/terminal-focus-state.d.ts +6 -0
- package/dist/ink/terminal-querier.d.ts +129 -0
- package/dist/ink/terminal.d.ts +46 -0
- package/dist/ink/termio/ansi.d.ts +65 -0
- package/dist/ink/termio/csi.d.ts +165 -0
- package/dist/ink/termio/dec.d.ts +37 -0
- package/dist/ink/termio/esc.d.ts +12 -0
- package/dist/ink/termio/osc.d.ts +173 -0
- package/dist/ink/termio/parser.d.ts +35 -0
- package/dist/ink/termio/sgr.d.ts +8 -0
- package/dist/ink/termio/tokenize.d.ts +45 -0
- package/dist/ink/termio/types.d.ts +190 -0
- package/dist/ink/termio.d.ts +24 -0
- package/dist/ink/useTerminalNotification.d.ts +28 -0
- package/dist/ink/warn.d.ts +1 -0
- package/dist/ink/widest-line.d.ts +1 -0
- package/dist/ink/wrap-text.d.ts +2 -0
- package/dist/ink/wrapAnsi.d.ts +7 -0
- package/dist/llm/client-base.d.ts +22 -0
- package/dist/llm/client-factory.d.ts +10 -0
- package/dist/llm/model-pool.d.ts +60 -0
- package/dist/llm/providers/anthropic.d.ts +19 -0
- package/dist/llm/providers/openai.d.ts +19 -0
- package/dist/llm/types.d.ts +21 -0
- package/dist/loader-DXFSUB4R.cjs +91 -0
- package/dist/loader-J5UID6CV.js +91 -0
- package/dist/logging/logger.d.ts +19 -0
- package/dist/lsp/client.d.ts +41 -0
- package/dist/lsp/manager.d.ts +40 -0
- package/dist/lsp/servers.d.ts +16 -0
- package/dist/manager-ETWDOCHN.cjs +9 -0
- package/dist/manager-HGMQNEJB.cjs +11 -0
- package/dist/manager-HUAQOORS.js +9 -0
- package/dist/manager-VJIZ2CQC.js +11 -0
- package/dist/mcp-manager-G4G2QASE.cjs +8 -0
- package/dist/mcp-manager-OKXHHWYR.js +8 -0
- package/dist/memory-AP747G5H.js +7 -0
- package/dist/memory-BH3BYUN5.cjs +7 -0
- package/dist/native-ts/yoga-layout/enums.d.ts +117 -0
- package/dist/native-ts/yoga-layout/index.d.ts +270 -0
- package/dist/onboarding-6WEPV7C2.js +11 -0
- package/dist/onboarding-QM5DY2TU.cjs +11 -0
- package/dist/openai-5HQGBL4L.js +9 -0
- package/dist/openai-656VWUQW.cjs +9 -0
- package/dist/plugins/loader.d.ts +72 -0
- package/dist/plugins/types.d.ts +4 -0
- package/dist/preset/index.d.ts +60 -0
- package/dist/product/define.d.ts +60 -0
- package/dist/product/index.cjs +23 -0
- package/dist/product/index.d.ts +5 -0
- package/dist/product/index.js +23 -0
- package/dist/product/types.d.ts +116 -0
- package/dist/prompt/composer.d.ts +42 -0
- package/dist/prompt/instruction-scanner.d.ts +54 -0
- package/dist/prompt/section-cache.d.ts +15 -0
- package/dist/prompt/section-loader.d.ts +26 -0
- package/dist/protocol/client.d.ts +64 -0
- package/dist/protocol/index.d.ts +4 -0
- package/dist/protocol/server.d.ts +49 -0
- package/dist/protocol/transport.d.ts +36 -0
- package/dist/protocol/types.d.ts +150 -0
- package/dist/react-compiler-runtime-shim.d.ts +1 -0
- package/dist/remote/bridge.d.ts +37 -0
- package/dist/run/ArtifactTracker.d.ts +38 -0
- package/dist/run/CheckpointWriter.d.ts +53 -0
- package/dist/run/EngineRunner.d.ts +70 -0
- package/dist/run/Evaluator.d.ts +56 -0
- package/dist/run/FileRunStore.d.ts +39 -0
- package/dist/run/Heartbeat.d.ts +54 -0
- package/dist/run/RunApprovalBackend.d.ts +53 -0
- package/dist/run/RunLock.d.ts +40 -0
- package/dist/run/RunManager.d.ts +76 -0
- package/dist/run/RunQueue.d.ts +27 -0
- package/dist/run/RunStore.d.ts +25 -0
- package/dist/run/factory.d.ts +57 -0
- package/dist/run/index.cjs +50 -0
- package/dist/run/index.d.ts +17 -0
- package/dist/run/index.js +50 -0
- package/dist/run/types.d.ts +136 -0
- package/dist/services/analytics.d.ts +29 -0
- package/dist/services/auto-dream.d.ts +35 -0
- package/dist/services/compact.d.ts +56 -0
- package/dist/services/diagnostics.d.ts +41 -0
- package/dist/services/extract-memories.d.ts +27 -0
- package/dist/services/index.d.ts +11 -0
- package/dist/services/notifier.d.ts +25 -0
- package/dist/services/oauth.d.ts +27 -0
- package/dist/services/session-memory.d.ts +37 -0
- package/dist/session/file-history.d.ts +41 -0
- package/dist/session/memory.d.ts +45 -0
- package/dist/session/session-manager.d.ts +23 -0
- package/dist/session/transcript.d.ts +39 -0
- package/dist/session-manager-JIIBCFTC.js +8 -0
- package/dist/session-manager-UQKB564H.cjs +8 -0
- package/dist/settings/manager.d.ts +27 -0
- package/dist/settings/schema.d.ts +676 -0
- package/dist/skills/index.d.ts +7 -0
- package/dist/skills/matcher.d.ts +21 -0
- package/dist/skills/scanner.d.ts +30 -0
- package/dist/skills-63RBYQRX.js +13 -0
- package/dist/skills-V3BPLW3D.cjs +13 -0
- package/dist/token-counter-CHAXW5O7.cjs +13 -0
- package/dist/token-counter-DSOZGZ5Q.js +13 -0
- package/dist/tool-summary-5P2GKRA4.cjs +31 -0
- package/dist/tool-summary-J2ICNMWP.js +31 -0
- package/dist/tool-system/builtin/agent.d.ts +35 -0
- package/dist/tool-system/builtin/arena.d.ts +18 -0
- package/dist/tool-system/builtin/ask-user.d.ts +12 -0
- package/dist/tool-system/builtin/bash.d.ts +6 -0
- package/dist/tool-system/builtin/brief.d.ts +6 -0
- package/dist/tool-system/builtin/config.d.ts +6 -0
- package/dist/tool-system/builtin/cron.d.ts +10 -0
- package/dist/tool-system/builtin/edit.d.ts +6 -0
- package/dist/tool-system/builtin/file-cache.d.ts +11 -0
- package/dist/tool-system/builtin/glob.d.ts +6 -0
- package/dist/tool-system/builtin/grep.d.ts +6 -0
- package/dist/tool-system/builtin/index.d.ts +10 -0
- package/dist/tool-system/builtin/lsp.d.ts +6 -0
- package/dist/tool-system/builtin/mcp-tools.d.ts +10 -0
- package/dist/tool-system/builtin/notebook-edit.d.ts +6 -0
- package/dist/tool-system/builtin/plan.d.ts +18 -0
- package/dist/tool-system/builtin/powershell.d.ts +6 -0
- package/dist/tool-system/builtin/read.d.ts +6 -0
- package/dist/tool-system/builtin/remote-trigger.d.ts +6 -0
- package/dist/tool-system/builtin/repl.d.ts +6 -0
- package/dist/tool-system/builtin/send-message.d.ts +6 -0
- package/dist/tool-system/builtin/skill.d.ts +6 -0
- package/dist/tool-system/builtin/sleep.d.ts +6 -0
- package/dist/tool-system/builtin/task.d.ts +51 -0
- package/dist/tool-system/builtin/tool-search.d.ts +12 -0
- package/dist/tool-system/builtin/web-fetch.d.ts +6 -0
- package/dist/tool-system/builtin/web-search.d.ts +6 -0
- package/dist/tool-system/builtin/worktree.d.ts +10 -0
- package/dist/tool-system/builtin/write.d.ts +6 -0
- package/dist/tool-system/executor.d.ts +25 -0
- package/dist/tool-system/mcp-manager.d.ts +50 -0
- package/dist/tool-system/permission.d.ts +69 -0
- package/dist/tool-system/registry.d.ts +24 -0
- package/dist/tool-system/validation.d.ts +5 -0
- package/dist/types.d.ts +260 -0
- package/dist/ui/App.d.ts +14 -0
- package/dist/ui/components/AgentBlock.d.ts +32 -0
- package/dist/ui/components/BabyHand.d.ts +1 -0
- package/dist/ui/components/Banner.d.ts +8 -0
- package/dist/ui/components/CodeBlock.d.ts +7 -0
- package/dist/ui/components/CommandInput.d.ts +13 -0
- package/dist/ui/components/ContextUsageBar.d.ts +7 -0
- package/dist/ui/components/DiffView.d.ts +6 -0
- package/dist/ui/components/DogLogo.d.ts +1 -0
- package/dist/ui/components/FullscreenLayout.d.ts +51 -0
- package/dist/ui/components/KunHead.d.ts +1 -0
- package/dist/ui/components/KunLogo.d.ts +1 -0
- package/dist/ui/components/MessageContent.d.ts +22 -0
- package/dist/ui/components/PermissionDialog.d.ts +8 -0
- package/dist/ui/components/PermissionPrompt.d.ts +8 -0
- package/dist/ui/components/ScrollView.d.ts +34 -0
- package/dist/ui/components/Spinner.d.ts +8 -0
- package/dist/ui/components/SpinnerWithVerb.d.ts +13 -0
- package/dist/ui/components/StatusLine.d.ts +22 -0
- package/dist/ui/components/StructuredDiff.d.ts +8 -0
- package/dist/ui/components/TaskList.d.ts +6 -0
- package/dist/ui/components/TextInput.d.ts +9 -0
- package/dist/ui/components/ThemedBox.d.ts +19 -0
- package/dist/ui/components/ThemedText.d.ts +26 -0
- package/dist/ui/components/ToolCall.d.ts +21 -0
- package/dist/ui/components/VirtualMessageList.d.ts +24 -0
- package/dist/ui/hooks/useCostSummary.d.ts +1 -0
- package/dist/ui/index.d.ts +12 -0
- package/dist/ui/input-history.d.ts +61 -0
- package/dist/ui/store.d.ts +82 -0
- package/dist/ui/terminal-renderer.d.ts +45 -0
- package/dist/ui/theme.d.ts +36 -0
- package/dist/ui/vim-mode.d.ts +25 -0
- package/dist/updater-AVD4LKTQ.js +183 -0
- package/dist/updater-URVNPDPW.cjs +183 -0
- package/dist/utils/debug.d.ts +57 -0
- package/dist/utils/earlyInput.d.ts +43 -0
- package/dist/utils/env.d.ts +24 -0
- package/dist/utils/envUtils.d.ts +51 -0
- package/dist/utils/execFileNoThrow.d.ts +39 -0
- package/dist/utils/format.d.ts +44 -0
- package/dist/utils/fullscreen.d.ts +47 -0
- package/dist/utils/intl.d.ts +22 -0
- package/dist/utils/lockfile.d.ts +15 -0
- package/dist/utils/log.d.ts +56 -0
- package/dist/utils/semver.d.ts +5 -0
- package/dist/utils/sliceAnsi.d.ts +12 -0
- package/dist/utils/systemTheme.d.ts +40 -0
- package/dist/utils/theme.d.ts +91 -0
- package/dist/utils/toolDisplay.d.ts +31 -0
- package/dist/utils/truncate.d.ts +40 -0
- package/dist/voice/index.d.ts +35 -0
- package/dist/voice-KTZ7PAGO.js +80 -0
- package/dist/voice-KZE25GKB.cjs +80 -0
- package/package.json +130 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Skill matcher — determines which skills are relevant for a given input/context.
|
|
3
|
+
*/
|
|
4
|
+
import type { SkillDefinition } from "./scanner.js";
|
|
5
|
+
export interface MatchResult {
|
|
6
|
+
skill: SkillDefinition;
|
|
7
|
+
score: number;
|
|
8
|
+
matchedBy: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Match skills against user input text.
|
|
12
|
+
*/
|
|
13
|
+
export declare function matchSkillsByInput(skills: SkillDefinition[], input: string): MatchResult[];
|
|
14
|
+
/**
|
|
15
|
+
* Match skills by tool name being used.
|
|
16
|
+
*/
|
|
17
|
+
export declare function matchSkillsByTool(skills: SkillDefinition[], toolName: string): MatchResult[];
|
|
18
|
+
/**
|
|
19
|
+
* Build a skill listing for the system prompt.
|
|
20
|
+
*/
|
|
21
|
+
export declare function buildSkillListing(skills: SkillDefinition[]): string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Skills scanner — discovers SKILL.md files and parses their metadata.
|
|
3
|
+
*
|
|
4
|
+
* Skills are markdown files with YAML frontmatter:
|
|
5
|
+
* ---
|
|
6
|
+
* name: skill-name
|
|
7
|
+
* description: what it does
|
|
8
|
+
* triggers:
|
|
9
|
+
* keywords: [word1, word2]
|
|
10
|
+
* tools: [ToolName]
|
|
11
|
+
* when_to_use: description of when to invoke
|
|
12
|
+
* ---
|
|
13
|
+
* <skill content>
|
|
14
|
+
*/
|
|
15
|
+
export interface SkillDefinition {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
triggers: {
|
|
19
|
+
keywords?: string[];
|
|
20
|
+
tools?: string[];
|
|
21
|
+
intents?: string[];
|
|
22
|
+
};
|
|
23
|
+
whenToUse: string;
|
|
24
|
+
content: string;
|
|
25
|
+
filePath: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Scan for SKILL.md files in standard locations.
|
|
29
|
+
*/
|
|
30
|
+
export declare function scanSkills(cwd: string): SkillDefinition[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkCSO5EOEPcjs = require('./chunk-CSO5EOEP.cjs');
|
|
7
|
+
require('./chunk-IJSHQGMP.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.buildSkillListing = _chunkCSO5EOEPcjs.buildSkillListing; exports.matchSkillsByInput = _chunkCSO5EOEPcjs.matchSkillsByInput; exports.matchSkillsByTool = _chunkCSO5EOEPcjs.matchSkillsByTool; exports.scanSkills = _chunkCSO5EOEPcjs.scanSkills;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkHD7MT5XUcjs = require('./chunk-HD7MT5XU.cjs');
|
|
7
|
+
require('./chunk-IJSHQGMP.cjs');
|
|
8
|
+
_chunkHD7MT5XUcjs.init_token_counter.call(void 0, );
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.calculateContextUsage = _chunkHD7MT5XUcjs.calculateContextUsage; exports.estimateMessagesTokens = _chunkHD7MT5XUcjs.estimateMessagesTokens; exports.estimateStringTokens = _chunkHD7MT5XUcjs.estimateStringTokens;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
calculateContextUsage,
|
|
3
|
+
estimateMessagesTokens,
|
|
4
|
+
estimateStringTokens,
|
|
5
|
+
init_token_counter
|
|
6
|
+
} from "./chunk-4RRUP4MM.js";
|
|
7
|
+
import "./chunk-DI7RDLOS.js";
|
|
8
|
+
init_token_counter();
|
|
9
|
+
export {
|
|
10
|
+
calculateContextUsage,
|
|
11
|
+
estimateMessagesTokens,
|
|
12
|
+
estimateStringTokens
|
|
13
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
|
+
|
|
3
|
+
var _chunkIMMTBZ33cjs = require('./chunk-IMMTBZ33.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkIJSHQGMPcjs = require('./chunk-IJSHQGMP.cjs');
|
|
7
|
+
|
|
8
|
+
// src/engine/tool-summary.ts
|
|
9
|
+
_chunkIJSHQGMPcjs.init_cjs_shims.call(void 0, );
|
|
10
|
+
var SUMMARY_SYSTEM_PROMPT = 'Generate a very brief (under 40 chars) summary of what these tools did. Use past tense, commit-subject style. Examples: "Read 3 config files", "Fixed import in auth.ts", "Searched for API endpoints". Respond with ONLY the summary text, nothing else.';
|
|
11
|
+
async function generateToolUseSummary(toolCalls, results, summarize) {
|
|
12
|
+
if (toolCalls.length === 0) return null;
|
|
13
|
+
try {
|
|
14
|
+
const parts = [];
|
|
15
|
+
for (let i = 0; i < toolCalls.length; i++) {
|
|
16
|
+
const tc = toolCalls[i];
|
|
17
|
+
const result = results[i];
|
|
18
|
+
const input = JSON.stringify(tc.args).slice(0, 200);
|
|
19
|
+
const output = (_nullishCoalesce(_nullishCoalesce(_optionalChain([result, 'optionalAccess', _ => _.result]), () => ( _optionalChain([result, 'optionalAccess', _2 => _2.error]))), () => ( ""))).slice(0, 300);
|
|
20
|
+
parts.push(`Tool: ${tc.toolName}(${input}) \u2192 ${output}`);
|
|
21
|
+
}
|
|
22
|
+
const summary = await summarize(SUMMARY_SYSTEM_PROMPT, parts.join("\n"));
|
|
23
|
+
return _optionalChain([summary, 'optionalAccess', _3 => _3.trim, 'call', _4 => _4()]) || null;
|
|
24
|
+
} catch (err) {
|
|
25
|
+
_chunkIMMTBZ33cjs.logger.warn("tool_summary.failed", { error: err.message });
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
exports.generateToolUseSummary = generateToolUseSummary;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
logger
|
|
3
|
+
} from "./chunk-X4HAERTQ.js";
|
|
4
|
+
import {
|
|
5
|
+
init_esm_shims
|
|
6
|
+
} from "./chunk-DI7RDLOS.js";
|
|
7
|
+
|
|
8
|
+
// src/engine/tool-summary.ts
|
|
9
|
+
init_esm_shims();
|
|
10
|
+
var SUMMARY_SYSTEM_PROMPT = 'Generate a very brief (under 40 chars) summary of what these tools did. Use past tense, commit-subject style. Examples: "Read 3 config files", "Fixed import in auth.ts", "Searched for API endpoints". Respond with ONLY the summary text, nothing else.';
|
|
11
|
+
async function generateToolUseSummary(toolCalls, results, summarize) {
|
|
12
|
+
if (toolCalls.length === 0) return null;
|
|
13
|
+
try {
|
|
14
|
+
const parts = [];
|
|
15
|
+
for (let i = 0; i < toolCalls.length; i++) {
|
|
16
|
+
const tc = toolCalls[i];
|
|
17
|
+
const result = results[i];
|
|
18
|
+
const input = JSON.stringify(tc.args).slice(0, 200);
|
|
19
|
+
const output = (result?.result ?? result?.error ?? "").slice(0, 300);
|
|
20
|
+
parts.push(`Tool: ${tc.toolName}(${input}) \u2192 ${output}`);
|
|
21
|
+
}
|
|
22
|
+
const summary = await summarize(SUMMARY_SYSTEM_PROMPT, parts.join("\n"));
|
|
23
|
+
return summary?.trim() || null;
|
|
24
|
+
} catch (err) {
|
|
25
|
+
logger.warn("tool_summary.failed", { error: err.message });
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
generateToolUseSummary
|
|
31
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in Agent tool — spawn a sub-agent to handle a task.
|
|
3
|
+
*
|
|
4
|
+
* Creates a new Engine instance with its own transcript,
|
|
5
|
+
* runs the task to completion, and returns the result text.
|
|
6
|
+
* Supports AbortSignal for cascading cancellation.
|
|
7
|
+
* Supports onStream for real-time output passthrough.
|
|
8
|
+
*/
|
|
9
|
+
import type { ToolDefinition, StreamCallback } from "../../types.js";
|
|
10
|
+
import type { AgentPresetName } from "../../preset/index.js";
|
|
11
|
+
export declare const agentToolDef: ToolDefinition;
|
|
12
|
+
export interface SubAgentConfig {
|
|
13
|
+
llm: import("../../types.js").LLMConfig;
|
|
14
|
+
cwd: string;
|
|
15
|
+
permissionMode: string;
|
|
16
|
+
preset?: AgentPresetName;
|
|
17
|
+
enabledBuiltinTools?: string[];
|
|
18
|
+
disabledBuiltinTools?: string[];
|
|
19
|
+
customSystemPrompt?: string;
|
|
20
|
+
appendSystemPrompt?: string;
|
|
21
|
+
maxContextTokens: number;
|
|
22
|
+
sessionStorageDir?: string;
|
|
23
|
+
onStream?: StreamCallback;
|
|
24
|
+
createEngine: (config: Record<string, unknown>) => {
|
|
25
|
+
run(task: string, options?: {
|
|
26
|
+
signal?: AbortSignal;
|
|
27
|
+
onStream?: StreamCallback;
|
|
28
|
+
}): Promise<{
|
|
29
|
+
text: string;
|
|
30
|
+
reason: string;
|
|
31
|
+
}>;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export declare function setSubAgentConfig(config: SubAgentConfig | undefined): void;
|
|
35
|
+
export declare function agentTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in Arena tool — multi-model collaborative analysis.
|
|
3
|
+
*
|
|
4
|
+
* Launches an arena session where multiple LLM participants independently
|
|
5
|
+
* research a topic, cross-review each other's findings, and build consensus.
|
|
6
|
+
*
|
|
7
|
+
* The LLM config (baseUrl, apiKey) is injected at runtime by the Engine via
|
|
8
|
+
* setArenaLLMConfig(), following the same pattern as setAskUserFn() and
|
|
9
|
+
* setSubAgentConfig().
|
|
10
|
+
*/
|
|
11
|
+
import type { ToolDefinition, LLMConfig } from "../../types.js";
|
|
12
|
+
export declare const arenaToolDef: ToolDefinition;
|
|
13
|
+
/**
|
|
14
|
+
* Inject the engine's LLM config so Arena participants inherit baseUrl/apiKey.
|
|
15
|
+
* Called by Engine.run() alongside setAskUserFn(), setSubAgentConfig(), etc.
|
|
16
|
+
*/
|
|
17
|
+
export declare function setArenaLLMConfig(config: LLMConfig | undefined): void;
|
|
18
|
+
export declare function arenaTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in AskUserQuestion tool — ask the user a question during execution.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const askUserToolDef: ToolDefinition;
|
|
6
|
+
/**
|
|
7
|
+
* Factory: the actual executor is injected at runtime by the Engine,
|
|
8
|
+
* because it depends on the CLI/UI layer to collect user input.
|
|
9
|
+
*/
|
|
10
|
+
export type AskUserFn = (question: string) => Promise<string>;
|
|
11
|
+
export declare function setAskUserFn(fn: AskUserFn | undefined): void;
|
|
12
|
+
export declare function askUserTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cron tools — CronCreate, CronDelete, CronList.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const cronCreateToolDef: ToolDefinition;
|
|
6
|
+
export declare function cronCreateTool(args: Record<string, unknown>): Promise<string>;
|
|
7
|
+
export declare const cronDeleteToolDef: ToolDefinition;
|
|
8
|
+
export declare function cronDeleteTool(args: Record<string, unknown>): Promise<string>;
|
|
9
|
+
export declare const cronListToolDef: ToolDefinition;
|
|
10
|
+
export declare function cronListTool(_args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare class FileStateCache {
|
|
2
|
+
private cache;
|
|
3
|
+
get(filePath: string): Promise<string | null>;
|
|
4
|
+
set(filePath: string, content: string, mtimeMs: number): void;
|
|
5
|
+
/** Invalidate a specific path (after Write/Edit). */
|
|
6
|
+
invalidate(filePath: string): void;
|
|
7
|
+
clear(): void;
|
|
8
|
+
get size(): number;
|
|
9
|
+
}
|
|
10
|
+
export declare const fileCache: FileStateCache;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in tool registration.
|
|
3
|
+
*/
|
|
4
|
+
import type { RegisteredTool } from "../../types.js";
|
|
5
|
+
export type BuiltinToolFn = (args: Record<string, unknown>) => Promise<string>;
|
|
6
|
+
export interface BuiltinTool {
|
|
7
|
+
definition: RegisteredTool;
|
|
8
|
+
execute: BuiltinToolFn;
|
|
9
|
+
}
|
|
10
|
+
export declare const BUILTIN_TOOLS: BuiltinTool[];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LSPTool — language server protocol operations for code intelligence.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const lspToolDef: ToolDefinition;
|
|
6
|
+
export declare function lspTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MCP (Model Context Protocol) tools — list, read, and auth for MCP resources.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const mcpToolDef: ToolDefinition;
|
|
6
|
+
export declare function mcpToolExecute(args: Record<string, unknown>): Promise<string>;
|
|
7
|
+
export declare const listMcpResourcesToolDef: ToolDefinition;
|
|
8
|
+
export declare function listMcpResourcesTool(args: Record<string, unknown>): Promise<string>;
|
|
9
|
+
export declare const readMcpResourceToolDef: ToolDefinition;
|
|
10
|
+
export declare function readMcpResourceTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NotebookEditTool — read and edit Jupyter notebook (.ipynb) cells.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const notebookEditToolDef: ToolDefinition;
|
|
6
|
+
export declare function notebookEditTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Plan mode — restricts the agent to read-only exploration and text output.
|
|
3
|
+
*
|
|
4
|
+
* In plan mode the agent:
|
|
5
|
+
* - Can only use read-only tools (Read, Glob, Grep, Bash read-only, WebSearch, etc.)
|
|
6
|
+
* - CANNOT write, edit, or create files
|
|
7
|
+
* - Outputs its plan as text directly in the conversation
|
|
8
|
+
* - Exits plan mode when the user approves or via ExitPlanMode tool
|
|
9
|
+
*/
|
|
10
|
+
import type { ToolDefinition } from "../../types.js";
|
|
11
|
+
export declare const enterPlanModeToolDef: ToolDefinition;
|
|
12
|
+
export declare const exitPlanModeToolDef: ToolDefinition;
|
|
13
|
+
export declare function isInPlanMode(): boolean;
|
|
14
|
+
export declare function setInPlanMode(value: boolean): void;
|
|
15
|
+
export declare function resetPlanMode(): void;
|
|
16
|
+
export declare function restorePlanMode(): void;
|
|
17
|
+
export declare function enterPlanModeTool(_args: Record<string, unknown>): Promise<string>;
|
|
18
|
+
export declare function exitPlanModeTool(_args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PowerShellTool — execute PowerShell commands (Windows).
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const powershellToolDef: ToolDefinition;
|
|
6
|
+
export declare function powershellTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* RemoteTriggerTool — trigger remote agents/workflows.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const remoteTriggerToolDef: ToolDefinition;
|
|
6
|
+
export declare function remoteTriggerTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SendMessage tool — send messages between named agents.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const sendMessageToolDef: ToolDefinition;
|
|
6
|
+
export declare function sendMessageTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in Task management tools — TaskCreate, TaskList, TaskUpdate, TaskStop.
|
|
3
|
+
*
|
|
4
|
+
* Provides an in-memory task list that the agent uses to track progress
|
|
5
|
+
* on complex multi-step work. Tasks are displayed in the terminal UI
|
|
6
|
+
* so the user can see what the agent is doing.
|
|
7
|
+
*/
|
|
8
|
+
import type { ToolDefinition, StreamCallback } from "../../types.js";
|
|
9
|
+
export type TaskStatus = "pending" | "in_progress" | "completed" | "stopped";
|
|
10
|
+
export interface Task {
|
|
11
|
+
id: string;
|
|
12
|
+
subject: string;
|
|
13
|
+
description: string;
|
|
14
|
+
activeForm?: string;
|
|
15
|
+
status: TaskStatus;
|
|
16
|
+
createdAt: number;
|
|
17
|
+
updatedAt: number;
|
|
18
|
+
blockedBy: string[];
|
|
19
|
+
blocks: string[];
|
|
20
|
+
}
|
|
21
|
+
declare class TaskManager {
|
|
22
|
+
private tasks;
|
|
23
|
+
private nextId;
|
|
24
|
+
private onUpdate?;
|
|
25
|
+
reset(): void;
|
|
26
|
+
setStreamCallback(cb?: StreamCallback): void;
|
|
27
|
+
create(subject: string, description: string, activeForm?: string): Task;
|
|
28
|
+
get(id: string): Task | undefined;
|
|
29
|
+
list(): Task[];
|
|
30
|
+
update(id: string, updates: Partial<Pick<Task, "subject" | "description" | "activeForm" | "status">> & {
|
|
31
|
+
addBlockedBy?: string[];
|
|
32
|
+
addBlocks?: string[];
|
|
33
|
+
}): Task | undefined;
|
|
34
|
+
stop(id: string): Task | undefined;
|
|
35
|
+
delete(id: string): boolean;
|
|
36
|
+
private emitUpdate;
|
|
37
|
+
}
|
|
38
|
+
export declare const taskManager: TaskManager;
|
|
39
|
+
export declare const taskCreateToolDef: ToolDefinition;
|
|
40
|
+
export declare const taskListToolDef: ToolDefinition;
|
|
41
|
+
export declare const taskUpdateToolDef: ToolDefinition;
|
|
42
|
+
export declare const taskStopToolDef: ToolDefinition;
|
|
43
|
+
export declare function taskCreateTool(args: Record<string, unknown>): Promise<string>;
|
|
44
|
+
export declare function taskListTool(_args: Record<string, unknown>): Promise<string>;
|
|
45
|
+
export declare function taskUpdateTool(args: Record<string, unknown>): Promise<string>;
|
|
46
|
+
export declare function taskStopTool(args: Record<string, unknown>): Promise<string>;
|
|
47
|
+
export declare const taskGetToolDef: ToolDefinition;
|
|
48
|
+
export declare function taskGetTool(args: Record<string, unknown>): Promise<string>;
|
|
49
|
+
export declare const taskOutputToolDef: ToolDefinition;
|
|
50
|
+
export declare function taskOutputTool(args: Record<string, unknown>): Promise<string>;
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in ToolSearch tool — deferred tool schema discovery.
|
|
3
|
+
*
|
|
4
|
+
* MCP tools are initially registered with name-only (deferred).
|
|
5
|
+
* The model uses ToolSearch to discover full schemas on demand,
|
|
6
|
+
* saving context by not loading all MCP tool schemas upfront.
|
|
7
|
+
*/
|
|
8
|
+
import type { ToolDefinition } from "../../types.js";
|
|
9
|
+
import type { ToolRegistry } from "../registry.js";
|
|
10
|
+
export declare const toolSearchToolDef: ToolDefinition;
|
|
11
|
+
export declare function setToolSearchRegistry(registry: ToolRegistry): void;
|
|
12
|
+
export declare function toolSearchTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in WebFetch tool — fetch a URL and extract readable text content.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const webFetchToolDef: ToolDefinition;
|
|
6
|
+
export declare function webFetchTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Built-in WebSearch tool — search the web via Serper, Tavily, or SearXNG.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
export declare const webSearchToolDef: ToolDefinition;
|
|
6
|
+
export declare function webSearchTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EnterWorktree / ExitWorktree tools — create and manage isolated git worktrees.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolDefinition } from "../../types.js";
|
|
5
|
+
import { type WorktreeSession } from "../../git/worktree.js";
|
|
6
|
+
export declare function getActiveWorktree(): WorktreeSession | undefined;
|
|
7
|
+
export declare const enterWorktreeToolDef: ToolDefinition;
|
|
8
|
+
export declare function enterWorktreeTool(args: Record<string, unknown>): Promise<string>;
|
|
9
|
+
export declare const exitWorktreeToolDef: ToolDefinition;
|
|
10
|
+
export declare function exitWorktreeTool(args: Record<string, unknown>): Promise<string>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tool executor — orchestrates permission checks, hooks, and execution.
|
|
3
|
+
*/
|
|
4
|
+
import type { ToolCall, ToolResult, Message } from "../types.js";
|
|
5
|
+
import type { HookRegistry } from "../hooks/registry.js";
|
|
6
|
+
import { ToolRegistry } from "./registry.js";
|
|
7
|
+
import { PermissionClassifier } from "./permission.js";
|
|
8
|
+
export declare class ToolExecutor {
|
|
9
|
+
private readonly registry;
|
|
10
|
+
private readonly permission;
|
|
11
|
+
private readonly hooks;
|
|
12
|
+
private signal?;
|
|
13
|
+
constructor(registry: ToolRegistry, permission: PermissionClassifier, hooks: HookRegistry);
|
|
14
|
+
/** Set the abort signal for cascading cancellation. */
|
|
15
|
+
setSignal(signal?: AbortSignal): void;
|
|
16
|
+
/** Check if a tool is safe for concurrent execution (read-only). */
|
|
17
|
+
isConcurrencySafe(toolName: string): boolean;
|
|
18
|
+
executeSingle(call: ToolCall): Promise<ToolResult>;
|
|
19
|
+
private isReadOnlyBashCommand;
|
|
20
|
+
executeAll(calls: ToolCall[]): Promise<ToolResult[]>;
|
|
21
|
+
/**
|
|
22
|
+
* Convert tool results into Message entries for the transcript.
|
|
23
|
+
*/
|
|
24
|
+
resultsToMessages(toolCalls: ToolCall[], results: ToolResult[]): Message[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MCP Server Manager — connects to external MCP servers and registers their tools.
|
|
3
|
+
*
|
|
4
|
+
* Supports stdio and streamable-http transports.
|
|
5
|
+
*/
|
|
6
|
+
import type { MCPServerConfig } from "../types.js";
|
|
7
|
+
import { ToolRegistry } from "./registry.js";
|
|
8
|
+
export declare class MCPManager {
|
|
9
|
+
private readonly toolRegistry;
|
|
10
|
+
private static instance;
|
|
11
|
+
private connections;
|
|
12
|
+
constructor(toolRegistry: ToolRegistry);
|
|
13
|
+
static getInstance(): MCPManager;
|
|
14
|
+
/**
|
|
15
|
+
* Connect to all configured MCP servers and register their tools.
|
|
16
|
+
*/
|
|
17
|
+
connectAll(servers: Record<string, MCPServerConfig>): Promise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* Connect to a single MCP server.
|
|
20
|
+
*/
|
|
21
|
+
connect(name: string, config: MCPServerConfig): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Discover tools from an MCP server and register them.
|
|
24
|
+
*/
|
|
25
|
+
private discoverTools;
|
|
26
|
+
/**
|
|
27
|
+
* Disconnect all MCP servers.
|
|
28
|
+
*/
|
|
29
|
+
disconnectAll(): Promise<void>;
|
|
30
|
+
/**
|
|
31
|
+
* List connected servers.
|
|
32
|
+
*/
|
|
33
|
+
listServers(): string[];
|
|
34
|
+
/**
|
|
35
|
+
* Call a tool on a specific MCP server.
|
|
36
|
+
*/
|
|
37
|
+
callTool(serverName: string, toolName: string, args: Record<string, unknown>): Promise<unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* List resources from MCP servers.
|
|
40
|
+
*/
|
|
41
|
+
listResources(serverName?: string): Promise<Array<{
|
|
42
|
+
uri: string;
|
|
43
|
+
name: string;
|
|
44
|
+
description?: string;
|
|
45
|
+
}>>;
|
|
46
|
+
/**
|
|
47
|
+
* Read a resource from an MCP server.
|
|
48
|
+
*/
|
|
49
|
+
readResource(serverName: string, uri: string): Promise<string>;
|
|
50
|
+
}
|