kilo-maintainer[bot]
4e1bae01ae
release: v7.2.39
v7.2.39
2026-05-05 08:30:11 +00:00
Imanol Maiztegui
d7643bcdff
Merge pull request #9886 from Kilo-Org/imanol/fix-build-scripts
...
fix(cli): skip web UI embed when packages/app is missing
2026-05-05 10:19:00 +02:00
Imanol Maiztegui
6cd26f31c6
fix(cli): skip web UI embed when packages/app is missing
...
The upstream build script tries to bundle packages/app/ which was removed in #9845 . Guard the embed step so the CLI build still works, and revert the --skip-embed-web-ui workaround from #9885 since it is no longer needed.
2026-05-05 10:10:03 +02:00
Imanol Maiztegui
1271422bd4
Merge pull request #9885 from Kilo-Org/imanol/fix-extension-build-script
...
Skip embedding web UI in extension build script
2026-05-05 09:41:39 +02:00
kilo-maintainer[bot]
8935522311
chore: update nix node_modules hashes
2026-05-05 07:37:23 +00:00
Imanol Maiztegui
af41b32038
fix(kilo-vscode): skip embedding web UI in extension build script
...
Add --skip-embed-web-ui flag to the build command to avoid bundling
packages/app since the extension uses its own webview.
2026-05-05 09:29:47 +02:00
Mark IJbema
44460f33e4
Merge pull request #9845 from Kilo-Org/mark/remove-oc-desktop-apps
...
Remove OpenCode desktop apps from repo
2026-05-05 09:18:00 +02:00
Mark IJbema
0364cda447
Merge remote-tracking branch 'origin/main' into mark/remove-oc-desktop-apps
2026-05-05 09:05:38 +02:00
Joshua Lambert
86b6a8fc68
Merge pull request #8687 from ScuttleBot/docs/update-2025-04-09
...
docs: update new_task limitations and KiloClaw default model
2026-05-05 01:45:36 -04:00
kilo-maintainer[bot]
fa7082fcf8
release: v7.2.36
2026-05-05 00:11:27 +00:00
Kirill Kalishev
716bdbca2c
Merge pull request #9882 from Kilo-Org/recondite-crane
...
feat(jetbrains): match VS Code mode and model pickers
2026-05-04 18:01:21 -04:00
kirillk
d3b40c4f61
Merge remote-tracking branch 'origin/main' into recondite-crane
2026-05-04 17:41:59 -04:00
Catriel Müller
3669730de7
Merge pull request #9717 from Kilo-Org/dull-taxi
...
JetBrains session views + layout
2026-05-04 18:36:25 -03:00
kirillk
0e9db1bfaf
Merge branch 'pr-9879-frost-king' into recondite-crane
...
# Conflicts:
# packages/kilo-jetbrains/frontend/src/main/kotlin/ai/kilocode/client/session/SessionUi.kt
2026-05-04 17:28:39 -04:00
kirillk
9ca1342357
feat(jetbrains): add session scroll button
2026-05-04 16:33:54 -04:00
kirillk
d2d1f61779
fix(jetbrains): update stop session shortcut
2026-05-04 16:30:35 -04:00
kirillk
650f9a6a6e
feat(jetbrains): add stop session action
2026-05-04 16:16:14 -04:00
Mark IJbema
302470e4ce
Merge pull request #9840 from Kilo-Org/fix/restore-kilo-env-var
...
fix: restore KILO env var (regression from #9014 )
2026-05-04 21:37:49 +02:00
kirillk
7e7c6d9aba
fix(jetbrains): improve prompt control hints
2026-05-04 15:29:24 -04:00
kirillk
b481210bee
fix(jetbrains): refine prompt button hover
2026-05-04 15:12:33 -04:00
Joshua Lambert
917f359b45
Merge pull request #9776 from ScuttleBot/docs/add-xiaomi-byok
...
docs: add Xiaomi to BYOK providers list
2026-05-04 15:05:59 -04:00
kirillk
1ebf094fb0
fix(jetbrains): preserve session scroll position
2026-05-04 15:04:12 -04:00
kirillk
0fe01a3326
feat(jetbrains): add keymap send action
2026-05-04 14:58:34 -04:00
Joshua Lambert
ac0715107b
Merge branch 'main' into docs/add-xiaomi-byok
2026-05-04 14:57:08 -04:00
Catriel Müller
1bb2042c22
Merge pull request #9869 from Kilo-Org/catrielmuller/fix-9823
...
fix(cli): restore question tool availability in code mode
2026-05-04 15:04:06 -03:00
Catriel Müller
27fd7a46d7
fix: kilocode_change
2026-05-04 14:55:41 -03:00
Catriel Müller
e82f56176c
fix: tests
2026-05-04 14:49:43 -03:00
Imanol Maiztegui
fdfc0949ca
Merge pull request #7835 from sainzs/fix/agent-toggle-false-persistence
...
fix(vscode): persist false agent toggle values
2026-05-04 19:48:18 +02:00
Imanol Maiztegui
b4a7de70bb
chore: add changeset
2026-05-04 19:35:30 +02:00
Imanol Maiztegui
df42ca48ac
Merge remote-tracking branch 'origin/main' into fix/agent-toggle-false-persistence
2026-05-04 19:29:22 +02:00
Imanol Maiztegui
e7e3e39746
refactor(config): use explicit undefined guard in agent normalize function
...
The nullish coalescing operator (??) treats null as a falsy value and
falls through to the right-hand operand. Switch to a strict undefined
check so that a null assignment on `steps` is forwarded as-is, allowing
callers to express an intentional reset of the steps configuration.
2026-05-04 19:28:45 +02:00
Catriel Müller
532a16c9f9
Merge branch 'main' into catrielmuller/fix-9823
2026-05-04 14:26:28 -03:00
Marius
2044d78521
docs(kilo-docs): document CLI permission behavior ( #9863 )
2026-05-04 17:19:13 +00:00
Catriel Müller
1c15a07464
chore: annotate kilocode_change on filesystem.ts import
2026-05-04 14:17:34 -03:00
Marius
9c005215b7
test(vscode): cover permission editor patches ( #9867 )
2026-05-04 14:12:36 -03:00
Marius
a23ae2320c
test(vscode): cover auto-approve permission safety ( #9865 )
2026-05-04 14:11:51 -03:00
Catriel Müller
4ed9fc0d8d
fix(cli): atomic write in Filesystem.write to prevent partial JSON reads
2026-05-04 14:11:26 -03:00
Marius
97bed63b78
test(cli): cover indexing registry isolation ( #9866 )
2026-05-04 14:11:13 -03:00
Marius
01995f845b
docs: document chat and diff rendering ( #9860 )
2026-05-04 14:10:43 -03:00
Marius
802abbfbd9
docs(kilo-docs): document agent manager tool ( #9862 )
2026-05-04 14:10:16 -03:00
Marius
51aaddf14e
docs(kilo-docs): document settings updates ( #9859 )
2026-05-04 14:10:05 -03:00
Imanol Maiztegui
2c1a8d882c
Merge branch 'main' into fix/agent-toggle-false-persistence
2026-05-04 19:09:55 +02:00
Marius
17fab73a7a
docs(kilo-docs): update ChatGPT OAuth setup ( #9861 )
2026-05-04 14:09:39 -03:00
Catriel Müller
d5fd42c3d7
chore: add changeset for code mode question tool fix
2026-05-04 14:00:12 -03:00
Catriel Müller
896d8d0d82
fix: fix code question on code mode
2026-05-04 13:55:46 -03:00
kilo-maintainer[bot]
3cc792471d
chore: update nix node_modules hashes
2026-05-04 16:34:34 +00:00
Marius
f499257c32
fix(cli): honor external directory allows in Ask mode ( #9838 )
...
* fix(cli): honor external directory allows in ask mode
* chore(cli): annotate external directory permission fix
2026-05-04 18:17:54 +02:00
Marius
712371e231
Add basic mermaid support ( #9850 )
...
* feat: render Mermaid diagrams in chat markdown
* fix: remove duplicate Mermaid diagram border
* fix: annotate Mermaid markdown hook
* fix: stabilize Mermaid markdown rendering
2026-05-04 18:14:35 +02:00
kirillk
91b54daeb1
fix(jetbrains): match prompt editor background
2026-05-04 12:12:16 -04:00
kilo-maintainer[bot]
a0d657fc65
release: v7.2.35
2026-05-04 16:10:20 +00:00