Commit Graph
18998 Commits
Author SHA1 Message Date
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
Marius 0b9c043abe Merge branch 'main' into like-drawer 2026-06-25 10:00:09 +02:00
kiloconnect[bot] 61a50daf93 fix: correct settings anchor link in marketplace docs 2026-06-25 07:36:42 +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
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 c2afe1528f Merge branch 'main' into research-linux-filesystem-sandbox 2026-06-24 18:51:19 +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
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] 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
markijbemaandkiloconnect[bot] ebcf81f58f fix(vscode): match marketplace display labels in search
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-24 10:04:39 +00:00
github-actions[bot] 47dfd5e688 chore: update kilo-vscode visual regression baselines 2026-06-24 09:59:06 +00:00
Mark IJbema 1568a43e60 test(vscode): trim marketplace visual coverage 2026-06-24 11:56:18 +02:00
Marius Wichtner ebb744ce2d fix(cli): reconcile Linux sandbox network tests 2026-06-24 11:14:48 +02:00
Marius Wichtner 72b386731a Merge branch 'main' into research-linux-filesystem-sandbox
# Conflicts:
#	packages/kilo-sandbox/src/backend.ts
#	packages/kilo-sandbox/src/index.ts
#	packages/kilo-sandbox/test/backend.test.ts
#	packages/kilo-vscode/script/local-bin.ts
#	packages/kilo-vscode/src/services/cli-backend/cli-resources.ts
#	packages/kilo-vscode/tests/unit/server-manager-utils.test.ts
#	packages/opencode/script/postinstall.mjs
#	packages/opencode/script/publish.ts
2026-06-24 10:57:48 +02:00
Marius 04c7c85881 test(sandbox): handle Windows file modes 2026-06-24 10:01:01 +02:00
Marius e69828e93e test(sandbox): resolve worker path on Windows 2026-06-24 09:52:24 +02:00
Marius 80d0186159 chore: merge main into sandbox hardening 2026-06-24 09:39:47 +02:00
github-actions[bot] cf07116fde chore: update kilo-vscode visual regression baselines 2026-06-24 06:24:20 +00:00
Mark IJbema 34540a959f feat(vscode): add marketplace type filters 2026-06-24 08:21:35 +02:00
Mark IJbema 92cd9d2838 fix(vscode): avoid stale autocomplete abort controllers 2026-06-24 08:17:42 +02:00
Mark IJbema 8dc96eff6a fix(vscode): scope notebook autocomplete aborts 2026-06-24 06:50:27 +02:00
Marian Alexandru Alecu c1f3eb7272 Merge pull request #11556 from Kilo-Org/feature/show-routed-step-models
feat(cli): show routed step models
2026-06-24 07:49:26 +03:00