Commit Graph
21834 Commits
Author SHA1 Message Date
kilo-maintainer[bot] 5c6b83ad28 release: v7.3.33 v7.3.33 2026-06-05 03:24:39 +00:00
Joshua Lambert 62ff9162ab Merge pull request #10935 from Kilo-Org/fix/cli-release-build-state
fix(cli): isolate release target builds
2026-06-04 23:15:54 -04:00
Joshua Lambert 7afef4aa85 Merge branch 'main' into fix/cli-release-build-state 2026-06-04 23:00:29 -04:00
Josh Lambert 254b070bb0 ci: limit CLI artifact validation to version 2026-06-04 22:55:22 -04:00
Josh Lambert 8295ab3096 ci: validate Linux CLI release artifacts 2026-06-04 22:52:27 -04:00
Josh Lambert 6cab5f18e7 fix(cli): isolate release target builds 2026-06-04 22:40:06 -04:00
kilo-maintainer[bot] 77c6b802c5 release: v7.3.32 v7.3.32 2026-06-05 02:17:45 +00:00
Catriel Müller a0eb3b7cb6 fix(cli): write strict JSON for MCP config 2026-06-04 22:50:37 -03:00
Evan Jacobson 881a451f8a Changeset 2026-06-04 17:01:39 -06:00
Evan Jacobson 8094ba6ab3 feat(cli): suggest skill slash commands 2026-06-04 16:30:01 -06:00
kilo-maintainer[bot] 7341745449 release: v7.3.31 v7.3.31 2026-06-04 22:12:32 +00:00
Josh Lambert 189f251866 fix(cli): temporarily disable session export 2026-06-04 17:28:28 -04:00
kilo-maintainer[bot] 3178592e0c release: v7.3.30 v7.3.30 2026-06-04 19:53:43 +00:00
Catriel Müller b0f22d998e Merge pull request #10905 from Kilo-Org/npm-package-readme
docs(cli): refresh npm package README
2026-06-04 14:41:58 -03:00
Catriel Müller 0af454de08 fix(cli): preserve npm package metadata 2026-06-04 14:21:38 -03:00
kirillk 80be074c9c fix: ignore stale JetBrains publish runs 2026-06-04 12:44:04 -04:00
Kirill Kalishev c9c3341c8e Merge pull request #10916 from Kilo-Org/different-sunday
docs(kilo-docs): update JetBrains EAP guidance
2026-06-04 12:42:02 -04:00
kirillk 1060fa4e5e docs(jetbrains): reference release skill 2026-06-04 12:35:42 -04:00
kirillk a7a9ccee9c fix: make JetBrains release merge optional 2026-06-04 12:33:52 -04:00
kirillk 41ab86f42c fix: address JetBrains release skill review 2026-06-04 12:28:13 -04:00
kirillk 341c5f8bdc docs(kilo-docs): refine JetBrains EAP compatibility wording 2026-06-04 12:23:46 -04:00
Kirill Kalishev 103daf3e66 Merge pull request #10913 from Kilo-Org/fix/book-open-check-training-icon
fix(vscode): replace brain-circuit with book-open-check for training disclosure
2026-06-04 12:21:05 -04:00
Kirill Kalishev c45b8fbad1 Merge pull request #10915 from Kilo-Org/jetbrains/release/v7.0.1-rc.7
release(jetbrains): v7.0.1-rc.7
2026-06-04 12:20:54 -04:00
kirillk 8ee6caf512 feat: add JetBrains release skill 2026-06-04 12:15:45 -04:00
kirillk dc793e2cb3 docs(kilo-docs): clarify JetBrains auto-update setting 2026-06-04 12:11:52 -04:00
kirillk ddb6005e14 docs(kilo-docs): update JetBrains EAP guidance 2026-06-04 12:04:14 -04:00
Kirill Kalishev cbebc0294d Merge branch 'main' into fix/book-open-check-training-icon 2026-06-04 12:01:07 -04:00
Kirill Kalishev 77db3cb311 Update CHANGELOG.md 2026-06-04 11:58:17 -04:00
kilo-maintainer[bot] 88bc5d8af7 release(jetbrains): v7.0.1-rc.7 2026-06-04 15:50:26 +00:00
kiloconnect[bot] ae91a34525 fix(vscode): replace brain-circuit with book-open-check for training disclosure icon
Aligns the VSCode extension and kilo-ui with the JetBrains plugin, which
replaced the brain-circuit icon with the book-open-check icon for the
'may be used for training data' indicator in the model picker.
2026-06-04 14:55:06 +00:00
Kirill Kalishev c1c6ec9d34 Merge pull request #10910 from Kilo-Org/skitter-porkpie
fix(jetbrains): render multi-release change notes
jetbrains/v7.0.1-rc.7
2026-06-04 10:49:55 -04:00
Kirill Kalishev 58e8efd321 Merge branch 'main' into skitter-porkpie 2026-06-04 10:29:16 -04:00
Kirill Kalishevandkilo-code-bot[bot] d6df2d5e98 Update packages/kilo-jetbrains/build.gradle.kts
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-06-04 10:29:04 -04:00
kilo-maintainer[bot] d38c2aaf8c chore: update nix node_modules hashes 2026-06-04 14:12:59 +00:00
2d109462db Add Atomic Chat as a first-class local provider. (#10555)
* Add Atomic Chat as a first-class local provider.

Ship the atomic-chat plugin with auto-discovery on localhost:1337, register the provider in models.dev fixtures, and document setup for VS Code and CLI.

* Remove dead code

Removed atomicChat provider mapping from legacy migration.

* Update Atomic Chat provider icon to theme-colored vector.

Replace the embedded raster icon with a currentColor SVG symbol so it matches provider icon styling and inherits UI color consistently.

* Allow optional API key for local Atomic Chat and LM Studio providers.

Load the atomic-chat plugin despite named constant exports, register local-server auth in the plugin, and let CLI and VS Code connect with an empty key on localhost.

* Gate Atomic Chat discovery behind explicit opt-in

* Update packages/plugin-atomic-chat/src/utils/should-probe-atomic-chat.ts

* Remove dead branch in atomic-chat model ref probe.

Drop the modelID check (never equals provider key) and the duplicate providerID branch.

* Fix PR CI: register atomic chat plugin and complete i18n.

Restore atomic-chat in default-plugins after main merge, add missing sidebar locale keys, and annotate shared upstream diffs.

* Format i18n locale files and ProviderConnectDialog with Prettier.

* Address PR review: docs order, narrow annotations, plugin fixes.

Reorder local-models providers per maintainer feedback; use inline kilocode_change markers in dialog-provider. Share ModelStatusCache, fix config discovery abort/timeout, throw on fetch failure, and resolve bot review warnings.

* Align dialog-provider with upstream keymap bindings after rebase.

Restore useBindings instead of useKeyboard so shared-file diff stays minimal and passes annotation checks.

* Update packages/kilo-vscode/webview-ui/src/components/settings/ProviderConnectDialog.tsx

* Deduplicate Atomic Chat /v1/models fetch on config discovery.

Use a single shared models endpoint request in enhanceConfig instead of separate health and discovery calls.

* Fix kilo-code-bot review: import provider key and log cache errors.

Export ATOMIC_CHAT_PROVIDER_KEY from local-providers for the webview, log cache warm failures, and throw on network errors in fetchModelsEndpoint.

* fix(plugin-atomic-chat): harden discovery and reduce chat toasts

Reuse auto-detect model list to avoid duplicate /v1/models calls, wire AbortSignal into fetch, replace silent catches with logging, and only surface validation errors in chat.params.

* fix(plugin-atomic-chat): refresh model cache on chat validation retries

Bypass the 15s model list cache after the first failed attempt so retryWithBackoff can observe newly loaded models.

* Update packages/plugin-atomic-chat/src/utils/index.ts

* fix(plugin-atomic-chat): repair categorizeError not_found branch

Restore return statement and map "not loaded" validation errors to not_found after bot commit broke the if block.

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-06-04 16:03:00 +02:00
Kirill Kalishevandkilo-code-bot[bot] 6cace2a29a Update packages/kilo-jetbrains/build.gradle.kts
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-06-04 09:58:46 -04:00
kirillk 49ccf6e45b fix(jetbrains): render multi-release change notes 2026-06-04 09:45:12 -04:00
Kirill Kalishev 3b3ce7e80a Merge pull request #10890 from Kilo-Org/thoracic-plume
test(jetbrains): stabilize backend SSE tests
2026-06-04 09:01:14 -04:00
chrarnoldusandkiloconnect[bot] 714f920b1e fix(cli): report unsupported icons as tool errors
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-04 12:43:30 +00:00
chrarnoldusandkiloconnect[bot] 165009df5f refactor(cli): clarify icon mime handling
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-04 12:13:46 +00:00
kilo-maintainer[bot] facf8b6b89 chore: update nix node_modules hashes 2026-06-04 10:58:53 +00:00
Christiaan Arnoldus 674ae29022 Merge pull request #10906 from Kilo-Org/christiaan/nvidia
Add NVIDIA Trial Terms of Service to docs
2026-06-04 12:49:09 +02:00
Christiaan Arnoldus 0f61fd6724 Merge pull request #10881 from Kilo-Org/christiaan/mistral
Add Mistral Kilo gateway provider
2026-06-04 12:48:29 +02:00
chrarnoldusandkiloconnect[bot] 1a1c0bd86a fix(cli): narrow webfetch image rejection
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-04 10:45:51 +00:00
chrarnoldusandkiloconnect[bot] 627afaccf0 fix(kilo-docs): exclude xAI account link from checks
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-04 10:26:32 +00:00
Christiaan Arnoldus fa53e52392 Add NVIDIA Trial Terms of Service to docs 2026-06-04 12:14:40 +02:00
Joshua Lambert 2e1945c287 fix(cli): resolve plan exit approval submissions (#10895)
* fix(cli): resolve plan exit approval submissions

* refactor(cli): remove plan followup question fallback
2026-06-04 12:08:33 +02:00
Christiaan Arnoldus 38eb5879f5 Merge pull request #10862 from Kilo-Org/chrarnoldus-patch-1
Add additional Mistral model IDs for reasoning
2026-06-04 11:48:13 +02:00
chrarnoldusandkiloconnect[bot] bbc80dfac9 fix(sdk): regenerate Mistral provider schema
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-04 09:33:24 +00:00
Job Rietbergen 60059d5e66 chore(cli): normalize npm keywords 2026-06-04 11:25:03 +02:00