Commit Graph
20320 Commits
Author SHA1 Message Date
Mark IJbema 33eb706c58 fix(vscode): support direct autocomplete FIM providers 2026-05-25 16:38:29 +02:00
Imanol Maiztegui 39affcc140 ci: skip jetbrains tests (#10433) 2026-05-20 08:26:43 +00:00
Mark IJbema 95a5fa5c58 Merge pull request #10411 from reeceshuttle/update-mercury-edit-2
chore: Update autocomplete model to mercury-edit-2
2026-05-20 08:44:38 +02:00
Reece Shuttleworth 8537e85d8f chore: update model to mercury-edit-2 2026-05-19 22:13:41 +00:00
Catriel Müller 6f3725803f Merge pull request #10304 from baco/update-ascii-logo
feat(tui): update ascii style to mimic company's logo
2026-05-19 18:11:21 -03:00
Catriel Müller fbbeb3c7a3 fix: fix flaky test 2026-05-19 17:18:36 -03:00
Catriel Müller 72a5a84f8b Merge branch 'main' into update-ascii-logo 2026-05-19 16:59:08 -03:00
Catriel Müller ba09fa8f04 refactor: unify kilo logos 2026-05-19 16:56:47 -03:00
Catriel Müller 62f492de3e fix: fix shadows 2026-05-19 16:44:13 -03:00
Catriel Müller a92e6e5088 refactor: safe render on ssh 2026-05-19 16:42:06 -03:00
Catriel Müller 739564535d refactor: fallback support 2026-05-19 16:36:31 -03:00
Catriel Müller db75188066 refactor: fix logo shadows 2026-05-19 16:19:34 -03:00
Imanol Maiztegui 86342e3734 ci: exclude jetbrains from root typecheck (#10397)
Fixes #10396

Generated OpenAPI client churn (#10395) breaks the JetBrains gradle
typecheck. Exclude @kilocode/kilo-jetbrains from the root `bun typecheck`
filter so contributors and the typecheck CI workflow don't need Java/Gradle.
The jetbrains test:ci pipeline still runs the gradle typecheck via Turbo's
task graph, so the plugin remains covered in its own CI job.
2026-05-19 16:43:09 +00:00
Marius 9b3e1818c4 Merge pull request #10288 from Kilo-Org/stylish-bloom
Focus session history search on open
2026-05-19 17:11:11 +02:00
Kirill Kalishev cce24c238d Merge pull request #10221 from Kilo-Org/striped-patch
docs(jetbrains): consolidate JetBrains agent guidance
2026-05-19 10:45:59 -04:00
kilo-maintainer[bot] f6bb9972e8 release: v7.3.1 2026-05-19 14:01:52 +00:00
Marius 046567eda6 Merge pull request #10377 from mjnaderi/patch-1
Fix misplaced section in AGENTS.md
2026-05-19 15:51:33 +02:00
marius-kilocode 6cdfe68028 Merge remote-tracking branch 'origin/main' into stylish-bloom
# Conflicts:
#	packages/kilo-vscode/webview-ui/agent-manager/MarkdownAnnotationLayer.tsx
#	packages/kilo-vscode/webview-ui/agent-manager/markdown-annotation-mutation.ts
2026-05-19 15:46:46 +02:00
Kirill Kalishev 7f0685a789 Merge branch 'main' into striped-patch 2026-05-19 09:23:57 -04:00
Kirill Kalishev b44fd2d73d Merge pull request #10322 from Kilo-Org/rainbow-hotel
feat(jetbrains): question tool parity with VS Code
2026-05-19 09:23:26 -04:00
Kirill Kalishev d966bf55e8 Merge branch 'main' into rainbow-hotel 2026-05-19 09:02:48 -04:00
kilo-code-bot[bot]andkiloconnect[bot] 86585a3411 fix(vscode): add missing ProviderProvider and ConfigProvider to DiffViewerApp (#10389)
PR #10274 added useProvider() and useConfig() calls inside FullScreenDiffView
to power speech-to-text in inline review comments. Both hooks throw when called
outside their respective provider contexts.

DiffViewerApp.tsx (the Changes panel) only wrapped content in VSCodeProvider and
ServerProvider, so rendering FullScreenDiffView there crashed the component tree
and left the panel empty.

Fixes the empty Changes panel by wrapping DiffViewerShell in the missing
ProviderProvider and ConfigProvider.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-05-19 13:02:29 +00:00
Aarav d8163c8953 docs: update KiloClaw pricing post-beta (#10295)
* docs: update KiloClaw pricing post-beta

* docs: simplify KiloClaw pricing, link to app for current plans

* chore: add changeset for KiloClaw pricing update
2026-05-19 13:52:24 +02:00
Mark IJbema 7c8817a33c Merge pull request #10382 from Kilo-Org/mark/collapsible-model-picker-sections
feat(vscode): make model picker sections collapsible
2026-05-19 13:05:27 +02:00
kiloconnect[bot] 522c5b50a5 feat(vscode): show match dot on collapsed model picker groups during search 2026-05-19 10:49:24 +00:00
Mark IJbema 24454bf796 fix(vscode): honor collapse state during model picker search
Lets users skip past large providers like Kilo Gateway when searching, instead of scrolling through every match.
2026-05-19 11:56:35 +02:00
kiloconnect[bot] 6ce2ded75c feat(vscode): make model picker sections collapsible
Click any section header (Favorites, Recommended, or a provider) to
collapse it and skip an entire provider with one click. Search ignores
collapse state. Collapse state resets each time the picker opens.
2026-05-19 09:38:36 +00:00
Mark IJbema 4c0e6987b1 Merge pull request #10381 from Kilo-Org/mark/remove-upstream-vscode-sdk
chore: remove upstream vscode sdk
2026-05-19 11:20:55 +02:00
Mark IJbema 523e3d8f03 chore: remove upstream vscode sdk 2026-05-19 10:50:27 +02:00
Mohammad Javad Naderi 6392a88bc4 Fix misplaced section in AGENTS.md 2026-05-19 09:33:42 +03:30
kirillk 5c74c819c7 docs(jetbrains): reorganize AGENTS.md for logical grouping and deduplication
Merge split-mode architecture sections, consolidate threading/services, unify CLI sections,
restructure UI guidelines into subsections, and surface package overview first.
2026-05-18 21:17:53 -04:00
kirillk b5be9977e5 test(jetbrains): stabilize history timezone assertions 2026-05-18 20:46:07 -04:00
kirillk 23e48c0fbb test(jetbrains): stabilize backend loading state test 2026-05-18 19:57:24 -04:00
kirillk eeca40407e docs(jetbrains): consolidate agent guidance 2026-05-18 18:31:46 -04:00
kirillk d37cdd61fa fix(jetbrains): serialize history deletes 2026-05-18 18:31:21 -04:00
kirillk 1c59315526 chore: ignore .secrets directory 2026-05-18 18:16:34 -04:00
kirillk 215421433f refactor(jetbrains): extract QuestionResultParser and add unit tests 2026-05-18 18:10:19 -04:00
kirillk 2ef26e44d6 Merge remote-tracking branch 'origin/main' into striped-patch 2026-05-18 18:06:09 -04:00
kirillk 4cd17dcc55 fix(jetbrains): ignore stale workspace reloads 2026-05-18 17:37:40 -04:00
kirillk 18fbc42987 chore: remove plan from question parity PR 2026-05-18 17:05:43 -04:00
kirillk 44942c1f60 test(jetbrains): snapshot captured log messages 2026-05-18 16:40:49 -04:00
kirillk 1bae6adfe0 Merge remote-tracking branch 'origin/rainbow-hotel' into rainbow-hotel 2026-05-18 16:13:13 -04:00
kirillk 6b5952694e fix(jetbrains): prevent empty question replies 2026-05-18 16:12:41 -04:00
Kirill Kalishev 32b3a43fd3 Merge branch 'main' into rainbow-hotel 2026-05-18 16:01:39 -04:00
kirillk 59e680ffe3 Merge remote-tracking branch 'origin/main' into rainbow-hotel 2026-05-18 15:49:27 -04:00
kirillk 9164f42c4d refactor(jetbrains): organize question views
Move question renderers into their own package and update retained Swing state handling to reduce UI churn.
2026-05-18 15:49:17 -04:00
kirillk 7b0b12375d fix(jetbrains): collapse answered-question card by default 2026-05-18 15:20:12 -04:00
kirillk 276276bbc6 feat(jetbrains): add review step and answered-question card for question tool parity
Multi-question prompts now show a Review pseudo-step before submitting,
listing all questions and selected answers (matching VS Code behavior).
Completed question tool parts render as a structured 'Questions / N answered'
card instead of raw output text.
2026-05-18 15:15:32 -04:00
kirillk 5051a595fe feat(jetbrains): hide active question tool row in transcript for parity with VS Code
When a linked question request is active, suppress the matching pending/running
question tool card from the assistant message transcript. Completed tool results
remain visible. Matches VS Code behavior where the tool part is not rendered as
a normal tool card while the question form is shown.
2026-05-18 14:38:45 -04:00
kirillk 7437ec03a3 docs(jetbrains): plan question tool parity 2026-05-18 14:25:55 -04:00