@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,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* High-level query API — async generator wrapping TurnLoop.
|
|
3
|
+
*
|
|
4
|
+
* Callers consume events via `for await (const event of query(params))`.
|
|
5
|
+
* This is the public entry point for running agentic queries; TurnLoop
|
|
6
|
+
* is the internal state machine.
|
|
7
|
+
*
|
|
8
|
+
* Adapted from restored-src/src/query.ts, simplified for Code Shell.
|
|
9
|
+
*/
|
|
10
|
+
import type { Message, StreamEvent, ToolDefinition, TerminalReason } from "../types.js";
|
|
11
|
+
import { type TurnLoopDeps } from "./turn-loop.js";
|
|
12
|
+
export interface QueryParams {
|
|
13
|
+
/** Initial message history (including the new user message). */
|
|
14
|
+
messages: Message[];
|
|
15
|
+
/** System prompt text. */
|
|
16
|
+
systemPrompt: string;
|
|
17
|
+
/** Available tool definitions. */
|
|
18
|
+
tools: ToolDefinition[];
|
|
19
|
+
/** Max turns before forced stop. */
|
|
20
|
+
maxTurns?: number;
|
|
21
|
+
/** Max tool calls per turn (default 20). */
|
|
22
|
+
maxToolCallsPerTurn?: number;
|
|
23
|
+
/** Abort signal for cancellation. */
|
|
24
|
+
signal?: AbortSignal;
|
|
25
|
+
/** Dependencies injected by the caller (engine). */
|
|
26
|
+
deps: QueryDeps;
|
|
27
|
+
}
|
|
28
|
+
export interface QueryDeps {
|
|
29
|
+
model: TurnLoopDeps["model"];
|
|
30
|
+
toolExecutor: TurnLoopDeps["toolExecutor"];
|
|
31
|
+
contextManager: TurnLoopDeps["contextManager"];
|
|
32
|
+
hooks: TurnLoopDeps["hooks"];
|
|
33
|
+
transcript: TurnLoopDeps["transcript"];
|
|
34
|
+
}
|
|
35
|
+
export interface QueryResult {
|
|
36
|
+
text: string;
|
|
37
|
+
reason: TerminalReason;
|
|
38
|
+
turnCount: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Run an agentic query and yield stream events as they occur.
|
|
42
|
+
*
|
|
43
|
+
* Usage:
|
|
44
|
+
* const events: StreamEvent[] = [];
|
|
45
|
+
* for await (const event of query(params)) {
|
|
46
|
+
* events.push(event);
|
|
47
|
+
* }
|
|
48
|
+
* // last event contains the final result
|
|
49
|
+
*/
|
|
50
|
+
export declare function query(params: QueryParams): AsyncGenerator<StreamEvent, QueryResult, undefined>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Streaming tool queue — enqueues tools for execution during streaming,
|
|
3
|
+
* starts concurrency-safe tools immediately, queues unsafe tools for
|
|
4
|
+
* sequential execution.
|
|
5
|
+
*
|
|
6
|
+
* Usage:
|
|
7
|
+
* const queue = new StreamingToolQueue(executor);
|
|
8
|
+
* // During streaming, as tool_use blocks arrive:
|
|
9
|
+
* queue.enqueue(toolCall);
|
|
10
|
+
* // After streaming completes:
|
|
11
|
+
* const results = await queue.drain();
|
|
12
|
+
*/
|
|
13
|
+
import type { ToolCall, ToolResult } from "../types.js";
|
|
14
|
+
import type { ToolExecutor } from "../tool-system/executor.js";
|
|
15
|
+
export declare class StreamingToolQueue {
|
|
16
|
+
private readonly executor;
|
|
17
|
+
private readonly pending;
|
|
18
|
+
private readonly unsafeQueue;
|
|
19
|
+
private readonly callOrder;
|
|
20
|
+
private draining;
|
|
21
|
+
constructor(executor: ToolExecutor);
|
|
22
|
+
/**
|
|
23
|
+
* Enqueue a tool for execution. Concurrency-safe tools start immediately;
|
|
24
|
+
* unsafe tools are queued for sequential execution during drain().
|
|
25
|
+
*/
|
|
26
|
+
enqueue(call: ToolCall): void;
|
|
27
|
+
/**
|
|
28
|
+
* Execute all remaining unsafe tools sequentially, then await all results.
|
|
29
|
+
* Returns results in original enqueue order.
|
|
30
|
+
*/
|
|
31
|
+
drain(): Promise<ToolResult[]>;
|
|
32
|
+
/** Number of tools currently enqueued or executing. */
|
|
33
|
+
get size(): number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Token budget — decides whether the agent loop should continue, nudge, or stop.
|
|
3
|
+
*
|
|
4
|
+
* - "continue": keep going normally
|
|
5
|
+
* - "nudge": inject a "please wrap up" message, but continue
|
|
6
|
+
* - "stop": terminate the loop gracefully
|
|
7
|
+
*/
|
|
8
|
+
export interface BudgetTracker {
|
|
9
|
+
continuationCount: number;
|
|
10
|
+
lastDeltaTokens: number;
|
|
11
|
+
prevTurnTokens: number;
|
|
12
|
+
}
|
|
13
|
+
export declare function createBudgetTracker(): BudgetTracker;
|
|
14
|
+
export type BudgetDecision = "continue" | "nudge" | "stop";
|
|
15
|
+
/**
|
|
16
|
+
* Check if the turn loop should continue based on token output budget.
|
|
17
|
+
*
|
|
18
|
+
* @param turnOutputTokens - tokens output so far this turn
|
|
19
|
+
* @param budget - max tokens allowed for this turn (Infinity = no limit)
|
|
20
|
+
* @param tracker - mutable tracker state (updated in place)
|
|
21
|
+
*/
|
|
22
|
+
export declare function checkTokenBudget(turnOutputTokens: number, budget: number, tracker: BudgetTracker): BudgetDecision;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tool use summary — generates a 1-line progress label after tool batch execution.
|
|
3
|
+
*
|
|
4
|
+
* Runs async (fire-and-forget) so it doesn't block the next model call.
|
|
5
|
+
* Returns a short commit-subject-style string like "Read 3 files, fixed NPE in auth.ts"
|
|
6
|
+
*/
|
|
7
|
+
import type { ToolCall, ToolResult } from "../types.js";
|
|
8
|
+
export type SummarizeFn = (systemPrompt: string, userMessage: string) => Promise<string>;
|
|
9
|
+
/**
|
|
10
|
+
* Generate a 1-line summary of completed tool executions.
|
|
11
|
+
* Returns null on failure (non-critical).
|
|
12
|
+
*/
|
|
13
|
+
export declare function generateToolUseSummary(toolCalls: ToolCall[], results: ToolResult[], summarize: SummarizeFn): Promise<string | null>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Turn loop — state machine implementation.
|
|
3
|
+
*
|
|
4
|
+
* Following Claude Code's po_() pattern:
|
|
5
|
+
* pre_check → model_call → post_check → tool_exec → context_mgmt → hook_notify → next turn
|
|
6
|
+
*/
|
|
7
|
+
import type { Message, StreamCallback, TerminalReason } from "../types.js";
|
|
8
|
+
import { ModelFacade } from "./model-facade.js";
|
|
9
|
+
import { ToolExecutor } from "../tool-system/executor.js";
|
|
10
|
+
import { ContextManager } from "../context/manager.js";
|
|
11
|
+
import { HookRegistry } from "../hooks/registry.js";
|
|
12
|
+
import { Transcript } from "../session/transcript.js";
|
|
13
|
+
export interface TurnLoopConfig {
|
|
14
|
+
maxTurns: number;
|
|
15
|
+
maxToolCallsPerTurn: number;
|
|
16
|
+
tokenBudget?: number;
|
|
17
|
+
onStream?: StreamCallback;
|
|
18
|
+
signal?: AbortSignal;
|
|
19
|
+
}
|
|
20
|
+
export interface TurnLoopDeps {
|
|
21
|
+
model: ModelFacade;
|
|
22
|
+
toolExecutor: ToolExecutor;
|
|
23
|
+
contextManager: ContextManager;
|
|
24
|
+
hooks: HookRegistry;
|
|
25
|
+
transcript: Transcript;
|
|
26
|
+
systemPrompt: string;
|
|
27
|
+
tools: import("../types.js").ToolDefinition[];
|
|
28
|
+
}
|
|
29
|
+
export declare class TurnLoop {
|
|
30
|
+
private readonly deps;
|
|
31
|
+
private readonly config;
|
|
32
|
+
private turnCount;
|
|
33
|
+
/** Tool IDs already emitted as tool_use_start during streaming (to avoid duplicates). */
|
|
34
|
+
private streamedToolIds;
|
|
35
|
+
constructor(deps: TurnLoopDeps, config: TurnLoopConfig);
|
|
36
|
+
/**
|
|
37
|
+
* Run the multi-turn agent loop until completion.
|
|
38
|
+
*/
|
|
39
|
+
run(initialMessages: Message[]): Promise<{
|
|
40
|
+
text: string;
|
|
41
|
+
reason: TerminalReason;
|
|
42
|
+
}>;
|
|
43
|
+
/**
|
|
44
|
+
* Call model with streaming fallback.
|
|
45
|
+
* If streaming fails, emit tombstone and retry non-streaming.
|
|
46
|
+
*/
|
|
47
|
+
private callModelWithFallback;
|
|
48
|
+
/**
|
|
49
|
+
* Execute tools with overlap: start concurrent-safe (read-only) tools
|
|
50
|
+
* immediately in parallel while sequential (write) tools run one-by-one.
|
|
51
|
+
* Both groups run simultaneously — we don't wait for safe tools to finish
|
|
52
|
+
* before starting unsafe ones.
|
|
53
|
+
*/
|
|
54
|
+
private executeToolsOverlapped;
|
|
55
|
+
get currentTurn(): number;
|
|
56
|
+
/**
|
|
57
|
+
* Generate synthetic error tool_results for any dangling tool_use blocks
|
|
58
|
+
* that never received results (e.g. because the API call failed).
|
|
59
|
+
* Prevents model confusion on the next turn.
|
|
60
|
+
*/
|
|
61
|
+
private patchOrphanedToolUses;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Turn loop state definitions.
|
|
3
|
+
*/
|
|
4
|
+
import type { TurnPhase, ToolCall, LLMResponse, TerminalReason } from "../types.js";
|
|
5
|
+
export interface TurnState {
|
|
6
|
+
phase: TurnPhase;
|
|
7
|
+
turnNumber: number;
|
|
8
|
+
modelResponse?: LLMResponse;
|
|
9
|
+
toolCalls?: ToolCall[];
|
|
10
|
+
finalText?: string;
|
|
11
|
+
error?: Error;
|
|
12
|
+
terminalReason?: TerminalReason;
|
|
13
|
+
}
|
|
14
|
+
export declare function initialTurnState(turnNumber: number): TurnState;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Custom exception hierarchy for the code-shell framework.
|
|
3
|
+
*/
|
|
4
|
+
export declare class FrameworkError extends Error {
|
|
5
|
+
readonly details?: Record<string, unknown> | undefined;
|
|
6
|
+
constructor(message: string, details?: Record<string, unknown> | undefined);
|
|
7
|
+
}
|
|
8
|
+
export declare class LLMError extends FrameworkError {
|
|
9
|
+
readonly provider?: string | undefined;
|
|
10
|
+
constructor(message: string, provider?: string | undefined, details?: Record<string, unknown>);
|
|
11
|
+
}
|
|
12
|
+
export declare class LLMRateLimitError extends LLMError {
|
|
13
|
+
readonly retryAfter?: number | undefined;
|
|
14
|
+
constructor(provider: string, retryAfter?: number | undefined);
|
|
15
|
+
}
|
|
16
|
+
export declare class ContextLimitError extends LLMError {
|
|
17
|
+
constructor(provider?: string);
|
|
18
|
+
}
|
|
19
|
+
export declare class ToolError extends FrameworkError {
|
|
20
|
+
readonly toolName?: string | undefined;
|
|
21
|
+
constructor(message: string, toolName?: string | undefined, details?: Record<string, unknown>);
|
|
22
|
+
}
|
|
23
|
+
export declare class ToolNotFoundError extends ToolError {
|
|
24
|
+
constructor(toolName: string);
|
|
25
|
+
}
|
|
26
|
+
export declare class ToolExecutionError extends ToolError {
|
|
27
|
+
constructor(toolName: string, cause: string);
|
|
28
|
+
}
|
|
29
|
+
export declare class ToolTimeoutError extends ToolError {
|
|
30
|
+
readonly timeoutMs: number;
|
|
31
|
+
constructor(toolName: string, timeoutMs: number);
|
|
32
|
+
}
|
|
33
|
+
export declare class PermissionDeniedError extends FrameworkError {
|
|
34
|
+
constructor(toolName: string, reason?: string);
|
|
35
|
+
}
|
|
36
|
+
export declare class SessionError extends FrameworkError {
|
|
37
|
+
constructor(message: string, details?: Record<string, unknown>);
|
|
38
|
+
}
|
|
39
|
+
export declare class TranscriptError extends FrameworkError {
|
|
40
|
+
constructor(message: string, details?: Record<string, unknown>);
|
|
41
|
+
}
|
|
42
|
+
export declare class ConfigError extends FrameworkError {
|
|
43
|
+
constructor(message: string, details?: Record<string, unknown>);
|
|
44
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git utility functions for the git workflow commands.
|
|
3
|
+
*/
|
|
4
|
+
export interface GitStatusEntry {
|
|
5
|
+
status: string;
|
|
6
|
+
path: string;
|
|
7
|
+
}
|
|
8
|
+
export interface GitLogEntry {
|
|
9
|
+
hash: string;
|
|
10
|
+
message: string;
|
|
11
|
+
author: string;
|
|
12
|
+
date: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function isGitRepo(cwd: string): boolean;
|
|
15
|
+
export declare function getCurrentBranch(cwd: string): string;
|
|
16
|
+
export declare function getGitStatus(cwd: string): GitStatusEntry[];
|
|
17
|
+
export declare function getGitDiff(cwd: string, opts?: {
|
|
18
|
+
staged?: boolean;
|
|
19
|
+
file?: string;
|
|
20
|
+
}): string;
|
|
21
|
+
export declare function getGitDiffStat(cwd: string, opts?: {
|
|
22
|
+
staged?: boolean;
|
|
23
|
+
file?: string;
|
|
24
|
+
}): string;
|
|
25
|
+
export declare function getGitLog(cwd: string, n?: number): GitLogEntry[];
|
|
26
|
+
export declare function getRemoteUrl(cwd: string): string | undefined;
|
|
27
|
+
export declare function gitAdd(cwd: string, files?: string[]): void;
|
|
28
|
+
export declare function gitCommit(cwd: string, message: string): string;
|
|
29
|
+
export declare function gitListBranches(cwd: string): {
|
|
30
|
+
name: string;
|
|
31
|
+
current: boolean;
|
|
32
|
+
}[];
|
|
33
|
+
export declare function gitCheckout(cwd: string, branch: string, create?: boolean): void;
|
|
34
|
+
export declare function ghAvailable(): boolean;
|
|
35
|
+
export declare function ghPrComments(cwd: string, prUrl: string): string;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Git worktree management — create/remove isolated worktrees for agents.
|
|
3
|
+
*/
|
|
4
|
+
export interface WorktreeSession {
|
|
5
|
+
originalCwd: string;
|
|
6
|
+
worktreePath: string;
|
|
7
|
+
worktreeName: string;
|
|
8
|
+
worktreeBranch: string;
|
|
9
|
+
originalBranch?: string;
|
|
10
|
+
sessionId: string;
|
|
11
|
+
createdAt: number;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Validate worktree slug to prevent path traversal attacks.
|
|
15
|
+
*/
|
|
16
|
+
export declare function validateWorktreeSlug(slug: string): void;
|
|
17
|
+
/**
|
|
18
|
+
* Find the canonical git root (resolves worktree → main repo).
|
|
19
|
+
*/
|
|
20
|
+
export declare function findGitRoot(cwd: string): string;
|
|
21
|
+
/**
|
|
22
|
+
* Create an isolated git worktree for an agent session.
|
|
23
|
+
*/
|
|
24
|
+
export declare function createWorktree(cwd: string, slug: string, sessionId: string): WorktreeSession;
|
|
25
|
+
/**
|
|
26
|
+
* Remove a worktree and optionally its branch.
|
|
27
|
+
*/
|
|
28
|
+
export declare function removeWorktree(worktreePath: string, removeBranch?: boolean): void;
|
|
29
|
+
/**
|
|
30
|
+
* List active worktrees.
|
|
31
|
+
*/
|
|
32
|
+
export declare function listWorktrees(cwd: string): Array<{
|
|
33
|
+
path: string;
|
|
34
|
+
branch: string;
|
|
35
|
+
head: string;
|
|
36
|
+
}>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook event type definitions.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Lifecycle hooks the engine emits.
|
|
6
|
+
*
|
|
7
|
+
* **Currently emitted** (handlers registered here will actually fire):
|
|
8
|
+
* - on_agent_start / on_agent_end (engine.ts)
|
|
9
|
+
* - on_turn_start / on_turn_end (turn-loop.ts)
|
|
10
|
+
* - pre_tool_use / post_tool_use (executor.ts)
|
|
11
|
+
* - on_tool_start / on_tool_end (executor.ts)
|
|
12
|
+
* - file_changed (executor.ts, Write/Edit only)
|
|
13
|
+
*
|
|
14
|
+
* **Reserved / not-yet-emitted** (defined so downstream can register handlers
|
|
15
|
+
* in anticipation; wire the emitter before relying on them):
|
|
16
|
+
* - on_permission_check / on_session_start / on_session_end
|
|
17
|
+
* - user_prompt_submit / pre_compact / post_compact / notification
|
|
18
|
+
*/
|
|
19
|
+
export type HookEventName = "on_agent_start" | "on_agent_end" | "on_turn_start" | "on_turn_end" | "on_tool_start" | "on_tool_end" | "on_permission_check" | "on_session_start" | "on_session_end" | "pre_tool_use" | "post_tool_use" | "user_prompt_submit" | "pre_compact" | "post_compact" | "file_changed" | "notification";
|
|
20
|
+
export interface HookContext {
|
|
21
|
+
eventName: HookEventName;
|
|
22
|
+
data: Record<string, unknown>;
|
|
23
|
+
sessionId?: string;
|
|
24
|
+
turnNumber?: number;
|
|
25
|
+
}
|
|
26
|
+
export interface HookResult {
|
|
27
|
+
/** If true, stop the hook chain */
|
|
28
|
+
stop?: boolean;
|
|
29
|
+
/** Modified data to pass along */
|
|
30
|
+
data?: Record<string, unknown>;
|
|
31
|
+
/** Additional messages to inject */
|
|
32
|
+
messages?: string[];
|
|
33
|
+
/** Allow/deny/ask override for permission hooks */
|
|
34
|
+
decision?: "allow" | "deny" | "ask";
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hook registry with priority-based chain-of-responsibility execution.
|
|
3
|
+
*/
|
|
4
|
+
import type { HookEventName, HookContext, HookResult } from "./events.js";
|
|
5
|
+
export type HookHandler = (ctx: HookContext) => HookResult | Promise<HookResult>;
|
|
6
|
+
export declare class HookRegistry {
|
|
7
|
+
private hooks;
|
|
8
|
+
register(eventName: HookEventName, handler: HookHandler, priority?: number, name?: string): void;
|
|
9
|
+
emit(eventName: HookEventName, data?: Record<string, unknown>): Promise<HookResult>;
|
|
10
|
+
hasHooks(eventName: HookEventName): boolean;
|
|
11
|
+
clear(eventName?: HookEventName): void;
|
|
12
|
+
listHooks(): Map<HookEventName, string[]>;
|
|
13
|
+
listEvents(): HookEventName[];
|
|
14
|
+
countHandlers(eventName: HookEventName): number;
|
|
15
|
+
}
|