@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,246 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class;
|
|
2
|
+
|
|
3
|
+
var _chunkIJSHQGMPcjs = require('./chunk-IJSHQGMP.cjs');
|
|
4
|
+
|
|
5
|
+
// src/cli/cost-tracker.ts
|
|
6
|
+
_chunkIJSHQGMPcjs.init_cjs_shims.call(void 0, );
|
|
7
|
+
var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);
|
|
8
|
+
function pricing(input, output) {
|
|
9
|
+
return { input, output, cacheRead: input * 0.1, cacheWrite: input * 1.25 };
|
|
10
|
+
}
|
|
11
|
+
var MODEL_PRICING = {
|
|
12
|
+
// Anthropic (per 1M tokens, USD)
|
|
13
|
+
"claude-opus-4.6": { input: 15, output: 75, cacheRead: 1.5, cacheWrite: 18.75 },
|
|
14
|
+
"claude-opus-4-6": { input: 15, output: 75, cacheRead: 1.5, cacheWrite: 18.75 },
|
|
15
|
+
// alias
|
|
16
|
+
"claude-opus-4.5": { input: 15, output: 75, cacheRead: 1.5, cacheWrite: 18.75 },
|
|
17
|
+
"claude-opus-4.1": { input: 15, output: 75, cacheRead: 1.5, cacheWrite: 18.75 },
|
|
18
|
+
"claude-opus-4": { input: 15, output: 75, cacheRead: 1.5, cacheWrite: 18.75 },
|
|
19
|
+
"claude-sonnet-4.6": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
20
|
+
"claude-sonnet-4-6": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
21
|
+
// alias
|
|
22
|
+
"claude-sonnet-4.5": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
23
|
+
"claude-sonnet-4": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
24
|
+
"claude-3.7-sonnet": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
25
|
+
"claude-3-7-sonnet": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 3.75 },
|
|
26
|
+
"claude-3.5-haiku": { input: 0.8, output: 4, cacheRead: 0.08, cacheWrite: 1 },
|
|
27
|
+
"claude-haiku-4.5": { input: 1, output: 5, cacheRead: 0.1, cacheWrite: 1.25 },
|
|
28
|
+
"claude-haiku-4-5": { input: 1, output: 5, cacheRead: 0.1, cacheWrite: 1.25 },
|
|
29
|
+
// alias
|
|
30
|
+
// OpenAI
|
|
31
|
+
"gpt-5.4": pricing(5, 20),
|
|
32
|
+
"gpt-5.4-mini": pricing(1.5, 6),
|
|
33
|
+
"gpt-5.4-pro": pricing(10, 40),
|
|
34
|
+
"gpt-5": pricing(5, 20),
|
|
35
|
+
"gpt-4o": pricing(2.5, 10),
|
|
36
|
+
"gpt-4o-mini": pricing(0.15, 0.6),
|
|
37
|
+
"gpt-4.1": pricing(2, 8),
|
|
38
|
+
"gpt-4.1-mini": pricing(0.4, 1.6),
|
|
39
|
+
"o4-mini": pricing(1.1, 4.4),
|
|
40
|
+
"o3": pricing(10, 40),
|
|
41
|
+
"o3-mini": pricing(1.1, 4.4),
|
|
42
|
+
// Google
|
|
43
|
+
"gemini-2.5-pro": pricing(1.25, 10),
|
|
44
|
+
"gemini-2.5-pro-preview": pricing(1.25, 10),
|
|
45
|
+
"gemini-2.5-flash": pricing(0.15, 0.6),
|
|
46
|
+
"gemini-3.1-pro-preview": pricing(2, 10),
|
|
47
|
+
"gemini-3-flash-preview": pricing(0.15, 0.6),
|
|
48
|
+
"gemini-2.0-flash": pricing(0.1, 0.4),
|
|
49
|
+
// DeepSeek
|
|
50
|
+
"deepseek-v3.2": pricing(0.14, 0.28),
|
|
51
|
+
"deepseek-chat": pricing(0.14, 0.28),
|
|
52
|
+
"deepseek-r1": pricing(0.55, 2.19),
|
|
53
|
+
"deepseek-reasoner": pricing(0.55, 2.19),
|
|
54
|
+
// Qwen
|
|
55
|
+
"qwen3-coder": pricing(0.3, 0.6),
|
|
56
|
+
"qwen3-235b-a22b": pricing(0.3, 1.2),
|
|
57
|
+
"qwen3-30b-a3b": pricing(0.1, 0.3),
|
|
58
|
+
"qwen3-max": pricing(0.5, 2),
|
|
59
|
+
// Meta
|
|
60
|
+
"llama-4-maverick": pricing(0.2, 0.8),
|
|
61
|
+
"llama-4-scout": pricing(0.15, 0.4),
|
|
62
|
+
// Mistral
|
|
63
|
+
"devstral-medium": pricing(0.5, 1.5),
|
|
64
|
+
"mistral-large": pricing(2, 6),
|
|
65
|
+
"devstral-small": pricing(0.1, 0.3)
|
|
66
|
+
};
|
|
67
|
+
var DEFAULT_PRICING = pricing(3, 15);
|
|
68
|
+
function getCanonicalName(model) {
|
|
69
|
+
const slashIdx = model.lastIndexOf("/");
|
|
70
|
+
const base = slashIdx >= 0 ? model.slice(slashIdx + 1) : model;
|
|
71
|
+
return base.replace(/-\d{8}$/, "");
|
|
72
|
+
}
|
|
73
|
+
var CostTracker = (_class = class {constructor() { _class.prototype.__init.call(this);_class.prototype.__init2.call(this);_class.prototype.__init3.call(this); }
|
|
74
|
+
__init() {this.records = []}
|
|
75
|
+
__init2() {this.sessionStart = Date.now()}
|
|
76
|
+
__init3() {this._hasUnknownModel = false}
|
|
77
|
+
record(model, promptTokens, completionTokens, isSubAgent = false, cacheReadTokens = 0, cacheWriteTokens = 0) {
|
|
78
|
+
const canonical = getCanonicalName(model);
|
|
79
|
+
if (!MODEL_PRICING[canonical] && !MODEL_PRICING[model]) {
|
|
80
|
+
this._hasUnknownModel = true;
|
|
81
|
+
}
|
|
82
|
+
this.records.push({
|
|
83
|
+
model: canonical,
|
|
84
|
+
promptTokens,
|
|
85
|
+
completionTokens,
|
|
86
|
+
cacheReadTokens,
|
|
87
|
+
cacheWriteTokens,
|
|
88
|
+
totalTokens: promptTokens + completionTokens,
|
|
89
|
+
timestamp: Date.now(),
|
|
90
|
+
isSubAgent
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
getTotalTokens() {
|
|
94
|
+
let prompt = 0;
|
|
95
|
+
let completion = 0;
|
|
96
|
+
for (const r of this.records) {
|
|
97
|
+
prompt += r.promptTokens;
|
|
98
|
+
completion += r.completionTokens;
|
|
99
|
+
}
|
|
100
|
+
return { prompt, completion, total: prompt + completion };
|
|
101
|
+
}
|
|
102
|
+
getEstimatedCost() {
|
|
103
|
+
let totalCost = 0;
|
|
104
|
+
for (const r of this.records) {
|
|
105
|
+
const p = _nullishCoalesce(MODEL_PRICING[r.model], () => ( DEFAULT_PRICING));
|
|
106
|
+
const uncachedInput = Math.max(0, r.promptTokens - r.cacheReadTokens - r.cacheWriteTokens);
|
|
107
|
+
totalCost += uncachedInput / 1e6 * p.input;
|
|
108
|
+
totalCost += r.completionTokens / 1e6 * p.output;
|
|
109
|
+
totalCost += r.cacheReadTokens / 1e6 * p.cacheRead;
|
|
110
|
+
totalCost += r.cacheWriteTokens / 1e6 * p.cacheWrite;
|
|
111
|
+
}
|
|
112
|
+
return totalCost;
|
|
113
|
+
}
|
|
114
|
+
getRequestCount() {
|
|
115
|
+
return this.records.length;
|
|
116
|
+
}
|
|
117
|
+
getSessionDuration() {
|
|
118
|
+
return Date.now() - this.sessionStart;
|
|
119
|
+
}
|
|
120
|
+
/** Estimate cost for a specific set of tokens without recording them. */
|
|
121
|
+
estimateForTokens(model, promptTokens, completionTokens, cacheReadTokens = 0, cacheWriteTokens = 0) {
|
|
122
|
+
const canonical = getCanonicalName(model);
|
|
123
|
+
const p = _nullishCoalesce(_nullishCoalesce(MODEL_PRICING[canonical], () => ( MODEL_PRICING[model])), () => ( DEFAULT_PRICING));
|
|
124
|
+
const uncachedInput = Math.max(0, promptTokens - cacheReadTokens - cacheWriteTokens);
|
|
125
|
+
return uncachedInput / 1e6 * p.input + completionTokens / 1e6 * p.output + cacheReadTokens / 1e6 * p.cacheRead + cacheWriteTokens / 1e6 * p.cacheWrite;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Get total cache token counts.
|
|
129
|
+
*/
|
|
130
|
+
getCacheTokens() {
|
|
131
|
+
let cacheRead = 0;
|
|
132
|
+
let cacheWrite = 0;
|
|
133
|
+
for (const r of this.records) {
|
|
134
|
+
cacheRead += r.cacheReadTokens;
|
|
135
|
+
cacheWrite += r.cacheWriteTokens;
|
|
136
|
+
}
|
|
137
|
+
return { cacheRead, cacheWrite };
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Format a styled cost summary for terminal display.
|
|
141
|
+
*/
|
|
142
|
+
formatSummary() {
|
|
143
|
+
const tokens = this.getTotalTokens();
|
|
144
|
+
const cache = this.getCacheTokens();
|
|
145
|
+
const cost = this.getEstimatedCost();
|
|
146
|
+
const requests = this.getRequestCount();
|
|
147
|
+
const duration = this.getSessionDuration();
|
|
148
|
+
const lines = [];
|
|
149
|
+
lines.push(` ${_chalk2.default.bold.cyan("Cost Summary")}`);
|
|
150
|
+
lines.push(_chalk2.default.dim(" \u2500".repeat(25)));
|
|
151
|
+
lines.push(` ${_chalk2.default.dim("Requests:")} ${_chalk2.default.white(String(requests))}`);
|
|
152
|
+
lines.push(` ${_chalk2.default.dim("Input tokens:")} ${_chalk2.default.white(formatNumber(tokens.prompt))}`);
|
|
153
|
+
lines.push(` ${_chalk2.default.dim("Output tokens:")} ${_chalk2.default.white(formatNumber(tokens.completion))}`);
|
|
154
|
+
if (cache.cacheRead > 0 || cache.cacheWrite > 0) {
|
|
155
|
+
lines.push(` ${_chalk2.default.dim("Cache read:")} ${_chalk2.default.white(formatNumber(cache.cacheRead))}`);
|
|
156
|
+
lines.push(` ${_chalk2.default.dim("Cache write:")} ${_chalk2.default.white(formatNumber(cache.cacheWrite))}`);
|
|
157
|
+
}
|
|
158
|
+
lines.push(` ${_chalk2.default.dim("Total cost:")} ${_chalk2.default.green(formatCost(cost))}`);
|
|
159
|
+
lines.push(` ${_chalk2.default.dim("Duration:")} ${_chalk2.default.white(formatDuration(duration))}`);
|
|
160
|
+
const modelMap = /* @__PURE__ */ new Map();
|
|
161
|
+
for (const r of this.records) {
|
|
162
|
+
const existing = _nullishCoalesce(modelMap.get(r.model), () => ( { prompt: 0, completion: 0, cacheRead: 0, cacheWrite: 0, count: 0 }));
|
|
163
|
+
existing.prompt += r.promptTokens;
|
|
164
|
+
existing.completion += r.completionTokens;
|
|
165
|
+
existing.cacheRead += r.cacheReadTokens;
|
|
166
|
+
existing.cacheWrite += r.cacheWriteTokens;
|
|
167
|
+
existing.count++;
|
|
168
|
+
modelMap.set(r.model, existing);
|
|
169
|
+
}
|
|
170
|
+
if (modelMap.size >= 1) {
|
|
171
|
+
lines.push("");
|
|
172
|
+
lines.push(` ${_chalk2.default.dim("By model:")}`);
|
|
173
|
+
for (const [model, stats] of modelMap) {
|
|
174
|
+
const p = _nullishCoalesce(MODEL_PRICING[model], () => ( DEFAULT_PRICING));
|
|
175
|
+
const uncachedInput = Math.max(0, stats.prompt - stats.cacheRead - stats.cacheWrite);
|
|
176
|
+
const modelCost = uncachedInput / 1e6 * p.input + stats.completion / 1e6 * p.output + stats.cacheRead / 1e6 * p.cacheRead + stats.cacheWrite / 1e6 * p.cacheWrite;
|
|
177
|
+
const tokenDetail = `${formatNumber(stats.prompt)} in, ${formatNumber(stats.completion)} out` + (stats.cacheRead > 0 ? `, ${formatNumber(stats.cacheRead)} cache` : "");
|
|
178
|
+
lines.push(
|
|
179
|
+
` ${_chalk2.default.dim(model)} \u2014 ${tokenDetail}, ${formatCost(modelCost)} (${stats.count} reqs)`
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
if (this._hasUnknownModel) {
|
|
184
|
+
lines.push("");
|
|
185
|
+
lines.push(_chalk2.default.dim(" (costs may be inaccurate due to usage of unknown models)"));
|
|
186
|
+
}
|
|
187
|
+
return lines.join("\n");
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Format a compact one-line cost display for the prompt footer.
|
|
191
|
+
*/
|
|
192
|
+
formatCompact() {
|
|
193
|
+
const tokens = this.getTotalTokens();
|
|
194
|
+
const cost = this.getEstimatedCost();
|
|
195
|
+
return _chalk2.default.dim(
|
|
196
|
+
`tokens: ${formatNumber(tokens.total)} | cost: ${formatCost(cost)}`
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
reset() {
|
|
200
|
+
this.records = [];
|
|
201
|
+
this.sessionStart = Date.now();
|
|
202
|
+
}
|
|
203
|
+
/** Serialize cost state for session persistence. */
|
|
204
|
+
serialize() {
|
|
205
|
+
const tokens = this.getTotalTokens();
|
|
206
|
+
return {
|
|
207
|
+
records: this.records,
|
|
208
|
+
sessionStart: this.sessionStart,
|
|
209
|
+
totalPromptTokens: tokens.prompt,
|
|
210
|
+
totalCompletionTokens: tokens.completion,
|
|
211
|
+
estimatedCost: this.getEstimatedCost()
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
/** Restore cost state from a previous session. */
|
|
215
|
+
restore(state) {
|
|
216
|
+
this.records = _nullishCoalesce(state.records, () => ( []));
|
|
217
|
+
this.sessionStart = _nullishCoalesce(state.sessionStart, () => ( Date.now()));
|
|
218
|
+
}
|
|
219
|
+
}, _class);
|
|
220
|
+
function formatCost(cost) {
|
|
221
|
+
if (cost >= 0.5) return `$${Math.round(cost * 100) / 100}`;
|
|
222
|
+
if (cost >= 0.01) return `$${cost.toFixed(4)}`;
|
|
223
|
+
if (cost > 0) return `$${cost.toFixed(6)}`;
|
|
224
|
+
return "$0.00";
|
|
225
|
+
}
|
|
226
|
+
function formatNumber(n) {
|
|
227
|
+
if (n >= 1e6) return (n / 1e6).toFixed(1) + "M";
|
|
228
|
+
if (n >= 1e3) return (n / 1e3).toFixed(1) + "K";
|
|
229
|
+
return String(n);
|
|
230
|
+
}
|
|
231
|
+
function formatDuration(ms) {
|
|
232
|
+
const s = Math.floor(ms / 1e3);
|
|
233
|
+
if (s < 60) return `${s}s`;
|
|
234
|
+
const m = Math.floor(s / 60);
|
|
235
|
+
const rs = s % 60;
|
|
236
|
+
if (m < 60) return `${m}m ${rs}s`;
|
|
237
|
+
const h = Math.floor(m / 60);
|
|
238
|
+
const rm = m % 60;
|
|
239
|
+
return `${h}h ${rm}m`;
|
|
240
|
+
}
|
|
241
|
+
var costTracker = new CostTracker();
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
exports.CostTracker = CostTracker; exports.costTracker = costTracker;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CompositeEvaluator,
|
|
3
|
+
FileRunStore,
|
|
4
|
+
NoopEvaluator,
|
|
5
|
+
RunManager,
|
|
6
|
+
registerPreset
|
|
7
|
+
} from "./chunk-7RMAR2Y3.js";
|
|
8
|
+
import {
|
|
9
|
+
init_esm_shims
|
|
10
|
+
} from "./chunk-DI7RDLOS.js";
|
|
11
|
+
|
|
12
|
+
// src/product/index.ts
|
|
13
|
+
init_esm_shims();
|
|
14
|
+
|
|
15
|
+
// src/product/define.ts
|
|
16
|
+
init_esm_shims();
|
|
17
|
+
import { join } from "path";
|
|
18
|
+
import { homedir } from "os";
|
|
19
|
+
function defineProduct(definition, runtime) {
|
|
20
|
+
const { preset: presetDef, adapter, contract } = definition;
|
|
21
|
+
const presetName = presetDef.name;
|
|
22
|
+
const baseTools = [
|
|
23
|
+
"Read",
|
|
24
|
+
"Write",
|
|
25
|
+
"Edit",
|
|
26
|
+
"Glob",
|
|
27
|
+
"Grep",
|
|
28
|
+
"Bash",
|
|
29
|
+
"AskUserQuestion",
|
|
30
|
+
"Agent",
|
|
31
|
+
"ToolSearch",
|
|
32
|
+
"TaskCreate",
|
|
33
|
+
"TaskList",
|
|
34
|
+
"TaskUpdate",
|
|
35
|
+
"TaskGet"
|
|
36
|
+
];
|
|
37
|
+
const enabledSet = /* @__PURE__ */ new Set([...baseTools, ...adapter?.enableTools ?? []]);
|
|
38
|
+
for (const t of adapter?.disableTools ?? []) {
|
|
39
|
+
enabledSet.delete(t);
|
|
40
|
+
}
|
|
41
|
+
const permissionRules = [
|
|
42
|
+
// Default safe rules
|
|
43
|
+
{ tool: "Read", decision: "allow" },
|
|
44
|
+
{ tool: "Glob", decision: "allow" },
|
|
45
|
+
{ tool: "Grep", decision: "allow" },
|
|
46
|
+
{ tool: "AskUserQuestion", decision: "allow" },
|
|
47
|
+
{ tool: "ToolSearch", decision: "allow" },
|
|
48
|
+
{ tool: "TaskCreate", decision: "allow" },
|
|
49
|
+
{ tool: "TaskList", decision: "allow" },
|
|
50
|
+
{ tool: "TaskUpdate", decision: "allow" },
|
|
51
|
+
{ tool: "TaskGet", decision: "allow" },
|
|
52
|
+
// Product-specific rules (higher priority)
|
|
53
|
+
...adapter?.permissionRules ?? []
|
|
54
|
+
];
|
|
55
|
+
const agentPreset = {
|
|
56
|
+
name: presetName,
|
|
57
|
+
label: presetDef.label,
|
|
58
|
+
description: presetDef.description,
|
|
59
|
+
promptSections: presetDef.sections ?? ["base", "orchestration"],
|
|
60
|
+
injectGitStatus: presetDef.injectGitStatus ?? false,
|
|
61
|
+
builtinTools: [...enabledSet],
|
|
62
|
+
defaultPermissionRules: permissionRules
|
|
63
|
+
};
|
|
64
|
+
registerPreset(agentPreset);
|
|
65
|
+
let evaluator;
|
|
66
|
+
if (!contract?.evaluator) {
|
|
67
|
+
evaluator = new NoopEvaluator();
|
|
68
|
+
} else if (Array.isArray(contract.evaluator)) {
|
|
69
|
+
evaluator = new CompositeEvaluator(contract.evaluator);
|
|
70
|
+
} else {
|
|
71
|
+
evaluator = contract.evaluator;
|
|
72
|
+
}
|
|
73
|
+
const customTools = adapter?.tools ?? [];
|
|
74
|
+
const customToolEntries = customTools.map((ct) => ({
|
|
75
|
+
definition: ct.definition,
|
|
76
|
+
execute: ct.execute
|
|
77
|
+
}));
|
|
78
|
+
const runsDir = runtime.runsDir ?? join(homedir(), ".code-shell", "runs");
|
|
79
|
+
const store = new FileRunStore(runsDir);
|
|
80
|
+
const manager = new RunManager({
|
|
81
|
+
store,
|
|
82
|
+
executor: {
|
|
83
|
+
llm: runtime.llm,
|
|
84
|
+
maxTurns: contract?.maxTurns ?? 30,
|
|
85
|
+
maxContextTokens: contract?.maxContextTokens ?? 2e5,
|
|
86
|
+
permissionMode: runtime.permissionMode ?? "acceptEdits",
|
|
87
|
+
sessionStorageDir: runtime.sessionStorageDir,
|
|
88
|
+
mcpServers: adapter?.mcpServers,
|
|
89
|
+
enabledBuiltinTools: [...enabledSet],
|
|
90
|
+
disabledBuiltinTools: adapter?.disableTools,
|
|
91
|
+
customSystemPrompt: presetDef.customPrompt,
|
|
92
|
+
appendSystemPrompt: presetDef.appendPrompt,
|
|
93
|
+
customTools: customToolEntries.length > 0 ? customToolEntries : void 0
|
|
94
|
+
},
|
|
95
|
+
concurrency: contract?.concurrency ?? 1,
|
|
96
|
+
runsDir,
|
|
97
|
+
evaluator
|
|
98
|
+
});
|
|
99
|
+
return { manager, preset: agentPreset, customTools };
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export {
|
|
103
|
+
defineProduct
|
|
104
|
+
};
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__esm,
|
|
3
|
+
__export,
|
|
4
|
+
init_esm_shims
|
|
5
|
+
} from "./chunk-DI7RDLOS.js";
|
|
6
|
+
|
|
7
|
+
// src/settings/schema.ts
|
|
8
|
+
import { z } from "zod";
|
|
9
|
+
function validateSettings(raw) {
|
|
10
|
+
return SettingsSchema.parse(raw);
|
|
11
|
+
}
|
|
12
|
+
var SettingsSchema;
|
|
13
|
+
var init_schema = __esm({
|
|
14
|
+
"src/settings/schema.ts"() {
|
|
15
|
+
"use strict";
|
|
16
|
+
init_esm_shims();
|
|
17
|
+
SettingsSchema = z.object({
|
|
18
|
+
agent: z.object({
|
|
19
|
+
// Use z.string() instead of z.enum() to allow custom presets registered via registerPreset()
|
|
20
|
+
preset: z.string().default("terminal-coding"),
|
|
21
|
+
enabledBuiltinTools: z.array(z.string()).default([]),
|
|
22
|
+
disabledBuiltinTools: z.array(z.string()).default([]),
|
|
23
|
+
customSystemPrompt: z.string().optional(),
|
|
24
|
+
appendSystemPrompt: z.string().optional()
|
|
25
|
+
}).default({}),
|
|
26
|
+
model: z.object({
|
|
27
|
+
provider: z.string().default("openai"),
|
|
28
|
+
name: z.string().default("anthropic/claude-opus-4-6"),
|
|
29
|
+
apiKey: z.string().optional(),
|
|
30
|
+
baseUrl: z.string().default("https://openrouter.ai/api/v1"),
|
|
31
|
+
temperature: z.number().min(0).max(2).default(0.3),
|
|
32
|
+
maxTokens: z.number().default(8192)
|
|
33
|
+
}).default({}),
|
|
34
|
+
models: z.array(
|
|
35
|
+
z.object({
|
|
36
|
+
key: z.string(),
|
|
37
|
+
label: z.string().optional(),
|
|
38
|
+
provider: z.string(),
|
|
39
|
+
model: z.string(),
|
|
40
|
+
baseUrl: z.string().optional(),
|
|
41
|
+
apiKey: z.string().optional(),
|
|
42
|
+
maxOutputTokens: z.number().optional()
|
|
43
|
+
})
|
|
44
|
+
).default([]),
|
|
45
|
+
permissions: z.object({
|
|
46
|
+
defaultMode: z.enum(["default", "acceptEdits", "dontAsk", "bypassPermissions", "auto", "plan"]).default("default"),
|
|
47
|
+
rules: z.array(
|
|
48
|
+
z.object({
|
|
49
|
+
tool: z.string(),
|
|
50
|
+
argsPattern: z.record(z.string()).optional(),
|
|
51
|
+
decision: z.enum(["allow", "deny", "ask"]),
|
|
52
|
+
reason: z.string().optional()
|
|
53
|
+
})
|
|
54
|
+
).default([])
|
|
55
|
+
}).default({}),
|
|
56
|
+
context: z.object({
|
|
57
|
+
maxTokens: z.number().default(2e5),
|
|
58
|
+
compactAtRatio: z.number().default(0.6),
|
|
59
|
+
summarizeAtRatio: z.number().default(0.8)
|
|
60
|
+
}).default({}),
|
|
61
|
+
session: z.object({
|
|
62
|
+
storageDir: z.string().optional(),
|
|
63
|
+
maxHistory: z.number().default(100)
|
|
64
|
+
}).default({}),
|
|
65
|
+
mcpServers: z.record(
|
|
66
|
+
z.object({
|
|
67
|
+
name: z.string(),
|
|
68
|
+
command: z.string().optional(),
|
|
69
|
+
args: z.array(z.string()).optional(),
|
|
70
|
+
env: z.record(z.string()).optional(),
|
|
71
|
+
url: z.string().optional(),
|
|
72
|
+
transport: z.enum(["stdio", "sse", "streamable-http", "inprocess"]).optional(),
|
|
73
|
+
headers: z.record(z.string()).optional()
|
|
74
|
+
})
|
|
75
|
+
).default({}),
|
|
76
|
+
instructions: z.object({
|
|
77
|
+
fileName: z.string().default("CODESHELL.md"),
|
|
78
|
+
scanDirs: z.array(z.string()).default([]),
|
|
79
|
+
compatFileNames: z.array(z.string()).default(["CLAUDE.md"]),
|
|
80
|
+
ignoreGitBoundary: z.boolean().default(false)
|
|
81
|
+
}).default({}),
|
|
82
|
+
arena: z.object({
|
|
83
|
+
participants: z.array(
|
|
84
|
+
z.union([
|
|
85
|
+
// Short form: just a model pool key
|
|
86
|
+
z.string(),
|
|
87
|
+
// Full form: explicit config (backward compat)
|
|
88
|
+
z.object({
|
|
89
|
+
name: z.string(),
|
|
90
|
+
model: z.string(),
|
|
91
|
+
provider: z.string().optional(),
|
|
92
|
+
apiKey: z.string().optional(),
|
|
93
|
+
baseUrl: z.string().optional()
|
|
94
|
+
})
|
|
95
|
+
])
|
|
96
|
+
).default([])
|
|
97
|
+
}).default({}),
|
|
98
|
+
search: z.object({
|
|
99
|
+
provider: z.enum(["serper", "tavily", "searxng"]).default("serper"),
|
|
100
|
+
apiKey: z.string().optional(),
|
|
101
|
+
baseUrl: z.string().optional()
|
|
102
|
+
}).default({}),
|
|
103
|
+
output: z.object({
|
|
104
|
+
format: z.enum(["text", "json", "jsonl", "stream-json"]).default("text")
|
|
105
|
+
}).default({})
|
|
106
|
+
}).passthrough();
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
// src/settings/manager.ts
|
|
111
|
+
var manager_exports = {};
|
|
112
|
+
__export(manager_exports, {
|
|
113
|
+
SettingsManager: () => SettingsManager
|
|
114
|
+
});
|
|
115
|
+
import { readFileSync, existsSync } from "fs";
|
|
116
|
+
import { join } from "path";
|
|
117
|
+
import { homedir } from "os";
|
|
118
|
+
function merge(base, override) {
|
|
119
|
+
const result = { ...base };
|
|
120
|
+
for (const [key, value] of Object.entries(override)) {
|
|
121
|
+
if (value === null) {
|
|
122
|
+
delete result[key];
|
|
123
|
+
} else if (typeof value === "object" && !Array.isArray(value) && typeof result[key] === "object" && !Array.isArray(result[key]) && result[key] !== null) {
|
|
124
|
+
result[key] = merge(
|
|
125
|
+
result[key],
|
|
126
|
+
value
|
|
127
|
+
);
|
|
128
|
+
} else {
|
|
129
|
+
result[key] = value;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return result;
|
|
133
|
+
}
|
|
134
|
+
var SettingsManager;
|
|
135
|
+
var init_manager = __esm({
|
|
136
|
+
"src/settings/manager.ts"() {
|
|
137
|
+
init_esm_shims();
|
|
138
|
+
init_schema();
|
|
139
|
+
SettingsManager = class {
|
|
140
|
+
constructor(cwd = process.cwd()) {
|
|
141
|
+
this.cwd = cwd;
|
|
142
|
+
}
|
|
143
|
+
sources = [];
|
|
144
|
+
merged = null;
|
|
145
|
+
/**
|
|
146
|
+
* Load settings from all sources.
|
|
147
|
+
*/
|
|
148
|
+
load(flagOverrides) {
|
|
149
|
+
this.sources = [];
|
|
150
|
+
this.loadJsonFile(join(homedir(), ".code-shell", "settings.managed.json"), "managed", 0);
|
|
151
|
+
this.loadJsonFile(join(homedir(), ".code-shell", "settings.json"), "user", 1);
|
|
152
|
+
this.loadJsonFile(join(homedir(), ".claude", "settings.json"), "user", 1);
|
|
153
|
+
this.loadJsonFile(join(this.cwd, ".code-shell", "settings.json"), "project", 2);
|
|
154
|
+
this.loadJsonFile(join(this.cwd, ".claude", "settings.json"), "project", 2);
|
|
155
|
+
this.loadJsonFile(join(this.cwd, ".code-shell", "settings.local.json"), "local", 3);
|
|
156
|
+
this.loadJsonFile(join(this.cwd, ".claude", "settings.local.json"), "local", 3);
|
|
157
|
+
if (flagOverrides && Object.keys(flagOverrides).length > 0) {
|
|
158
|
+
this.sources.push({ name: "flag", priority: 4, data: flagOverrides });
|
|
159
|
+
}
|
|
160
|
+
this.sources.sort((a, b) => a.priority - b.priority);
|
|
161
|
+
const raw = this.deepMerge();
|
|
162
|
+
this.merged = validateSettings(raw);
|
|
163
|
+
return this.merged;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Get current effective settings.
|
|
167
|
+
*/
|
|
168
|
+
get() {
|
|
169
|
+
if (!this.merged) return this.load();
|
|
170
|
+
return this.merged;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Invalidate cached merge.
|
|
174
|
+
*/
|
|
175
|
+
invalidate() {
|
|
176
|
+
this.merged = null;
|
|
177
|
+
}
|
|
178
|
+
loadJsonFile(path, name, priority) {
|
|
179
|
+
if (!existsSync(path)) return;
|
|
180
|
+
try {
|
|
181
|
+
const content = readFileSync(path, "utf-8");
|
|
182
|
+
const data = JSON.parse(content);
|
|
183
|
+
if (typeof data === "object" && data !== null) {
|
|
184
|
+
this.sources.push({ name, priority, data });
|
|
185
|
+
}
|
|
186
|
+
} catch {
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
deepMerge() {
|
|
190
|
+
let result = {};
|
|
191
|
+
for (const source of this.sources) {
|
|
192
|
+
result = merge(result, source.data);
|
|
193
|
+
}
|
|
194
|
+
return result;
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
|
|
200
|
+
export {
|
|
201
|
+
SettingsSchema,
|
|
202
|
+
validateSettings,
|
|
203
|
+
init_schema,
|
|
204
|
+
SettingsManager,
|
|
205
|
+
manager_exports,
|
|
206
|
+
init_manager
|
|
207
|
+
};
|