mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
d5f1495f12
The models snapshot is now embedded directly in the compiled binary, eliminating the need for a separate models-snapshot.json file alongside the CLI executable. - Delete script/kilocode/models-snapshot.ts build-time preparation - Delete src/kilocode/provider/models-snapshot.ts runtime loader - Remove snapshot copy steps from vscode, jetbrains, and opencode builds - Remove snapshot existence checks from PrepareLocalCliTask/CheckCliTask - Remove snapshot-related .gitignore and .prettierignore entries - Simplify watch-cli, local-bin, and build scripts - Update smoke test error messages to say "embedded" not "sidecar" - Simplify models-snapshot tests to validate parsing only - Remove models-snapshot from extract-source-links skip list
7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
packages/desktop/src/bindings.ts
|
|
|
|
# Markdown is excluded because prettier re-pads markdown table cells for column
|
|
# alignment, which creates large spurious diffs on any unrelated content change.
|
|
# See AGENTS.md "Markdown Tables" and script/check-md-table-padding.ts.
|
|
*.md
|