Commit Graph
24215 Commits
Author SHA1 Message Date
github-actions[bot] 2808def87a chore: update kilo-vscode visual regression baselines 2026-06-25 09:52:19 +00:00
marius-kilocode 71857e3599 test(vscode): keep prompt stories inside providers 2026-06-25 11:49:28 +02:00
marius-kilocode 37d81bf6b1 feat(vscode): show network sandbox indicator 2026-06-25 11:33:24 +02:00
Marius 761b6339ad Merge pull request #11672 from Kilo-Org/fix-sandbox-toggle-prompt
fix(vscode): preserve draft when toggling sandbox
2026-06-25 11:01:51 +02:00
Marius af49fc7496 Merge branch 'main' into fix-sandbox-toggle-prompt 2026-06-25 10:45:40 +02:00
Marius fb437c33e8 chore(vscode): format sandbox draft test 2026-06-25 10:37:24 +02:00
Marius 8047854400 fix(vscode): capture pending sandbox draft edits 2026-06-25 10:33:30 +02:00
Marius e3ad3bca8b Merge pull request #11659 from Kilo-Org/feat/linux-network-sandbox
feat(sandbox): enforce Linux network isolation
2026-06-25 10:27:12 +02:00
Marius cbe29c64f7 fix(vscode): preserve draft when toggling sandbox 2026-06-25 10:21:02 +02:00
Marius 9dfd2b0bf2 Merge pull request #11645 from Kilo-Org/like-drawer
fix(vscode): use native sandbox notifications
2026-06-25 10:16:44 +02:00
Marius bc98567818 Merge branch 'main' into feat/linux-network-sandbox 2026-06-25 10:09:43 +02:00
Mark IJbema 39e82abb62 Merge pull request #11669 from Kilo-Org/docs/fix-marketplace-settings-anchor-link
fix: correct settings anchor link in marketplace docs
2026-06-25 10:07:31 +02:00
Marius 0b9c043abe Merge branch 'main' into like-drawer 2026-06-25 10:00:09 +02:00
Mark IJbema e71909bf70 Merge pull request #11667 from Kilo-Org/add-config-regression-review
feat: add CONFIG_REGRESSION sub-agent concern to upstream merge review
2026-06-25 09:58:28 +02:00
markijbemaandkiloconnect[bot] 4ecf221c17 fix: narrow CONFIG_REGRESSION check to opencode paths only
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-25 07:39:05 +00:00
kiloconnect[bot] 61a50daf93 fix: correct settings anchor link in marketplace docs 2026-06-25 07:36:42 +00:00
markijbemaandkiloconnect[bot] db6425515b feat: add CONFIG_REGRESSION sub-agent concern to upstream merge review
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-25 07:11:22 +00:00
Catriel Müller e000cbe2c3 Merge pull request #11660 from Kilo-Org/fix/vscode-cli-version-marker-packaging
fix(vscode): exclude .cli-version marker from VSIX packaging
2026-06-24 17:17:03 -03:00
marius-kilocode 1d9970188a test(sandbox): isolate network status fixture 2026-06-24 22:00:33 +02:00
marius-kilocode 10d4308726 fix(sandbox): report Linux network support 2026-06-24 21:52:17 +02:00
marius-kilocode 2a02e757fb test(sandbox): harden Linux network coverage 2026-06-24 21:40:08 +02:00
Iván Uruchurtu def7b660f8 Merge pull request #11487 from Kilo-Org/feat/vscode-tool-call-animations
feat(vscode): animate tool call previews
2026-06-24 13:23:05 -06:00
Catriel Müller 6e390c1d37 fix(vscode): exclude .cli-version marker from VSIX packaging
The .cli-version file written by local-bin.ts during both dev (compile)
and production (package) builds was shipped in the VSIX because
.vscodeignore re-includes bin/**. That made the localCli branch in
ServerManager true for production installs, letting resolveLocalBwrapEnv
inject KILO_BWRAP_PATH from ~/.cache/kilo-vscode/bwrap whenever the
bundled helper looked incomplete — broader than the intended dev-only
fallback.

Exclude the build-only marker after the !bin/** re-include so it stays
present in local source/dev checkouts but is absent from packaged
installs, keeping localCli detection truly local-only.
2026-06-24 15:25:11 -03:00
Catriel Müller cce4da313e Merge pull request #11657 from Kilo-Org/fix/vscode-local-bwrap-bundle
fix(vscode): bundle local bwrap helper
2026-06-24 15:04:33 -03:00
marius-kilocode 7f4702bec9 feat(sandbox): enforce Linux network isolation 2026-06-24 19:51:41 +02:00
Catriel Müller 0dd4ff546b fix(vscode): bundle local bwrap helper 2026-06-24 14:42:50 -03:00
Marius 22ca0d6411 Merge pull request #11596 from Kilo-Org/research-linux-filesystem-sandbox
feat(cli): add Linux filesystem sandbox
2026-06-24 19:21:28 +02:00
Marius c2afe1528f Merge branch 'main' into research-linux-filesystem-sandbox 2026-06-24 18:51:19 +02:00
Mark IJbema 946db0f3a3 Merge pull request #11648 from Kilo-Org/docs/marketplace-page
docs: add marketplace guide
2026-06-24 18:16:27 +02:00
Mark IJbema 04b7ec33c6 docs: add marketplace guide 2026-06-24 17:56:58 +02:00
marius-kilocode bd623cceee fix(vscode): use native sandbox notifications 2026-06-24 17:25:35 +02:00
Jean du Plessis 3044ab168e Merge pull request #11369 from Kilo-Org/docs/security-agent-guide
docs(kilo-docs): expand Security Agent guide
2026-06-24 17:17:44 +02:00
Mark IJbema f9b3579a78 Merge pull request #11629 from Kilo-Org/mark/fix-jetbrains-workspace-test-flake
test(jetbrains): isolate workspace concurrency test
2026-06-24 15:50:01 +02:00
kiloconnect[bot] 1da0d3c82e docs: restore Clear orphaned findings heading and remove duplicate warning text 2026-06-24 12:43:23 +00:00
marius-kilocode f893ed2c90 fix(cli): integrate sandbox status backend support 2026-06-24 14:38:26 +02:00
marius-kilocode 4eccd0e905 Merge remote-tracking branch 'origin/main' into research-linux-filesystem-sandbox 2026-06-24 14:32:00 +02:00
Marius 984ceaaf48 Merge pull request #11628 from Kilo-Org/feat-tui-sandbox-toggle
feat(sandbox): add session sandbox controls
2026-06-24 14:30:21 +02:00
Mark IJbema db0c9fa507 Merge pull request #11626 from Kilo-Org/mark/fix-openai-ws-idle-test-flake
test(cli): stabilize websocket idle timeout coverage
2026-06-24 14:09:45 +02:00
Mark IJbema 99c4747474 Merge pull request #11627 from Kilo-Org/mark/narrow-merge-minimizer-trigger
docs: narrow merge minimizer skill trigger
2026-06-24 14:09:17 +02:00
Marius 0c9519c757 Merge pull request #11594 from Kilo-Org/storm-ridge
fix(cli): keep snapshot stalls from blocking turns
2026-06-24 13:51:18 +02:00
Jean du Plessisandkilo-code-bot[bot] 5a8d904c6d Update packages/kilo-docs/pages/deploy-secure/security-reviews.md
Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
2026-06-24 13:49:06 +02:00
marius-kilocode 01b098889e test(sandbox): handle unavailable network backends 2026-06-24 12:43:58 +02:00
markijbemaandkiloconnect[bot] e210010e29 test(jetbrains): isolate workspace concurrency test
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:38:46 +00:00
marius-kilocode 2638e06ffb feat(sandbox): add session sandbox controls 2026-06-24 12:29:44 +02:00
Mark IJbema 77d8efa6b4 Merge pull request #11597 from Kilo-Org/mark/jupyter-notebook-support-stacked
feat(vscode): support Jupyter notebook autocomplete
2026-06-24 12:28:35 +02:00
markijbemaandkiloconnect[bot] ef50772460 docs: narrow merge minimizer skill trigger
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:24:21 +00:00
markijbemaandkiloconnect[bot] 1bddb20a0b test(cli): stabilize websocket idle timeout coverage
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:19:37 +00:00
Mark IJbema 5c11cd2838 Merge pull request #11582 from Kilo-Org/mark/fuse-marketplace-tabs
feat(vscode): unify marketplace browsing
2026-06-24 12:19:01 +02:00
markijbemaandkiloconnect[bot] 588b8c8996 fix(vscode): prune unavailable marketplace filters
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:07:38 +00:00
markijbemaandkiloconnect[bot] 233fb0d126 fix(vscode): expose type filters in high contrast
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:04:39 +00:00