mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-03 21:45:27 +00:00
* feat(vscode): migrate extension to Node SDK * fix(vscode): address CI failures * fix(vis): handle token count records * fix(vscode): keep chat toolbar and header readable at narrow widths * fix(vscode): map yolo to core yolo permission and honor the global yolo setting * docs(vscode): record Node SDK migration design * docs(vscode): split breaking changes out of the 0.6.0 changelog * fix(vscode): keep a resumed session's thinking effort instead of reapplying the default * fix(vscode): announce session status when a view attaches so the display matches it * fix(vscode): align webview thinking effort handling with the TUI
21 lines
480 B
YAML
21 lines
480 B
YAML
packages:
|
|
- packages/*
|
|
- apps/*
|
|
- apps/vis/server
|
|
- apps/vis/web
|
|
- docs
|
|
|
|
catalog:
|
|
zod: 4.3.6
|
|
|
|
overrides:
|
|
"kimi-code>@tailwindcss/vite": "4.1.18"
|
|
"ssh2@1.17.0>cpu-features": "-"
|
|
"ssh2@1.17.0>nan": "-"
|
|
"kimi-code>tailwindcss": "4.1.18"
|
|
|
|
# Allow Electron's postinstall to extract its prebuilt binary (needed by
|
|
# apps/kimi-desktop). Other native deps stay unbuilt and rely on their own
|
|
# prebuilds, matching the prior default.
|
|
onlyBuiltDependencies:
|
|
- electron
|