kimi-code/.changeset/config.json
Haozhe 31f9024046
chore(daemon): remove unused daemon package and stale references (#852)
- delete packages/daemon package.json
- drop daemon from flake.nix workspace paths/names and pnpm-lock.yaml
- remove dead daemon-e2e Dockerfile gitignore negation
- update stale daemon references in DiffView and PromptDispatchLogEntry comments
2026-06-17 21:11:36 +08:00

30 lines
815 B
JSON

{
"changelog": ["@changesets/changelog-github", { "repo": "MoonshotAI/kimi-code", "disableThanks": true }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@moonshot-ai/acp-adapter",
"@moonshot-ai/agent-core",
"@moonshot-ai/kaos",
"@moonshot-ai/kimi-code-oauth",
"@moonshot-ai/kimi-telemetry",
"@moonshot-ai/kimi-web",
"@moonshot-ai/kosong",
"@moonshot-ai/migration-legacy",
"@moonshot-ai/protocol",
"@moonshot-ai/server",
"@moonshot-ai/server-e2e",
"@moonshot-ai/vis",
"@moonshot-ai/vis-server",
"@moonshot-ai/vis-web",
"kimi-migration-legacy"
],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
}
}