Commit Graph
21745 Commits
Author SHA1 Message Date
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
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] 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
Christiaan Arnoldus d8217fcba9 Add Mistral 2026-06-04 11:15:05 +02:00
kilo-maintainer[bot] b7ce077c91 release: v7.3.29 v7.3.29 2026-06-04 07:50:57 +00:00
Kirill Kalishev 1c8653130a Merge pull request #10892 from Kilo-Org/jetbrains/release/v7.0.1-rc.6
release(jetbrains): v7.0.1-rc.6
2026-06-03 19:58:48 -04:00
Kirill Kalishev 7970274229 Update CHANGELOG.md 2026-06-03 19:41:53 -04:00
kilo-maintainer[bot] 089770ad71 release(jetbrains): v7.0.1-rc.6 2026-06-03 23:37:26 +00:00
Kirill Kalishev a4cdb16495 Merge pull request #10889 from Kilo-Org/jetbrains/release/v7.0.1-rc.5
release(jetbrains): v7.0.1-rc.5
jetbrains/v7.0.1-rc.6
2026-06-03 19:25:58 -04:00
kirillk 287d154233 fix(jetbrains): use tooltip html helper 2026-06-03 18:47:52 -04:00
kirillk fbb118d8f7 fix(jetbrains): update model picker training disclosure 2026-06-03 18:41:26 -04:00
kirillk 3227a8ab2f fix(jetbrains): position session model picker above control 2026-06-03 18:41:26 -04:00
kirillk 806a2e6147 test(jetbrains): coordinate SSE callback contention 2026-06-03 18:37:02 -04:00
Kirill Kalishev 8bc1ea02fa Update CHANGELOG.md by removing 7.3.23 section
Removed the 7.3.23 section from the changelog and consolidated some entries under the 7.0.1-rc.5 section.
2026-06-03 18:10:25 -04:00
kirillk fd6c6a8584 docs(jetbrains): clarify rc changelog 2026-06-03 18:03:27 -04:00
Jean du Plessis 19db7e69cc Merge pull request #10887 from Kilo-Org/docs/security-architecture-content
docs(kilo-docs): clarify contributor architecture docs
2026-06-03 23:57:57 +02:00
kirillk e8b3f5e8bf test(jetbrains): stabilize backend SSE tests 2026-06-03 17:53:09 -04:00
kilo-maintainer[bot] 6feabcb1f0 release(jetbrains): v7.0.1-rc.5 2026-06-03 21:47:50 +00:00
Kirill Kalishev e27ea8ab7f Merge pull request #9976 from Kilo-Org/crystalline-dive
fix(jetbrains): add editor-backed code blocks and optimize session UI
jetbrains/v7.0.1-rc.5
2026-06-03 17:41:09 -04:00
Imanol Maiztegui b89d4ea029 Extract Marketplace logic from KiloProvider (#10850)
* feat(marketplace): extract marketplace into standalone webview panel

* fix(marketplace): correct fetchData directory arg and add error logging

Replace swallowed catch block with console.warn for session status
sync failures, and pass `this.directory()` instead of `project` as the
second positional argument to `fetchMarketplaceData`.
2026-06-03 23:07:11 +02:00
kirillk 9e065d84cb docs(jetbrains): move log helper notes 2026-06-03 17:03:30 -04:00
Christiaan Arnoldus 9c5a461f81 Fix 2026-06-03 22:58:35 +02:00
kirillk 41e50ab5fd test(cli): rollback prompt timeout 2026-06-03 16:56:16 -04:00
kirillk aa5c0fbfaf chore(jetbrains): move dev log helper 2026-06-03 16:52:39 -04:00
kirillk 01df91d871 test: stabilize PR checks 2026-06-03 16:37:02 -04:00
kilo-maintainer[bot] b6ba97a09f release: v7.3.28 2026-06-03 19:24:41 +00:00
kilo-maintainer[bot] d8ee60adde chore: update nix node_modules hashes 2026-06-03 19:05:45 +00:00
Marius ac02d821b1 Merge pull request #10822 from Kilo-Org/marius-kilocode/kilo-opencode-v1.14.46
OpenCode v1.14.46
2026-06-03 20:54:22 +02:00
marius-kilocode 8b1ee6628c fix: restore routed APIs and task restrictions 2026-06-03 20:36:51 +02:00
Jean du Plessis ec6eebb858 docs(kilo-docs): clarify architecture documentation 2026-06-03 20:20:17 +02:00
Jean du Plessis 95b12ffcb1 docs(kilo-docs): expand architecture docs 2026-06-03 20:19:24 +02:00
kirillk 454b1a2197 Revert "fix(cli): add node types dependency"
This reverts commit 90ab22a006.
2026-06-03 13:43:48 -04:00
kirillk 90ab22a006 fix(cli): add node types dependency 2026-06-03 13:40:54 -04:00
Kirill Kalishev 73d641ae2c Merge pull request #10839 from Kilo-Org/generated-flame
feat(kilo-jetbrains): add model and config settings
2026-06-03 13:38:55 -04:00
kirillk 82cfbc0815 Merge remote-tracking branch 'origin/main' into crystalline-dive 2026-06-03 13:37:12 -04:00
kirillk e03be2b96e fix(cli): restore zstd worker bindings 2026-06-03 13:37:04 -04:00
kirillk 18e1ed99ef fix(jetbrains): align prompt view padding 2026-06-03 13:34:51 -04:00