mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
* fix(kimi-code): bundle npm package into single entry Bundle runtime dependencies into the CLI npm entry file, prepare an npm publish directory without bundled dependencies, and keep clipboard support optional. * fix(kimi-code): sync npm publish directory lockfile Update pnpm-lock.yaml for apps/kimi-code publishConfig.directory so CI can install with --frozen-lockfile. * fix(kimi-code): disable cli declaration output Stop generating the TypeScript declaration sidecar so the npm package contains only the main.mjs CLI entry artifact. * fix(kimi-code): move bundled deps to devDependencies Remove the npm publish directory pre-processing path, keep runtime dependencies as dev-only build inputs for the single-file bundle, and add a manifest regression test. * fix(kimi-code): make koffi optional Keep koffi available as an optional native dependency without listing bundled runtime packages as published dependencies. * fix(kimi-code): use explicit bundle allowlist Avoid treating every devDependency as a runtime bundle input and list the bundled third-party dependencies explicitly. * fix(kimi-code): remove manifest regression test Keep the packaging change focused on the manifest and bundler configuration without an extra package-json regression test. * fix(kimi-code): only externalize optional deps Keep tsdown's never-bundle list limited to published optional native dependencies. * Update tsdown.config.ts * fix(kimi-code): simplify changeset Keep the changeset summary focused on optimizing the npm packaging system. |
||
|---|---|---|
| .. | ||
| kimi-code | ||
| vis | ||