Commit Graph

24528 Commits

Author SHA1 Message Date
marius-kilocode a55c8f80fa fix(ci): stabilize Linux sandbox CLI release smoke test
The release publish smoke test demanded a live bubblewrap user-namespace bootstrap on the runner, which GitHub-hosted Ubuntu 24.04 blocks via kernel.apparmor_restrict_unprivileged_userns=1 (uid map permission denied). Make that host invocation non-fatal so the gate validates the artifact, not the runner's userns policy; the runtime probe already degrades gracefully when unprivileged user namespaces are unavailable.

The Alpine smoke block also had an unescaped single-quoted grep pattern inside an outer sh -c '...' string, which prematurely terminated the script so the NOTICE license grep ran with no file (empty stdin -> exit 1) and the rest of the script never ran. Escape the inner quotes as '\''...'\'' so the license check runs against the real file.
2026-06-30 09:44:14 +02:00
Catriel Müller 58a6883ae0 Merge pull request #11394 from Kilo-Org/shy-tellurium
feat(cli): interactive terminal tool
2026-06-29 17:53:57 -03:00
Catriel Müller ce01f72ce8 Merge branch 'main' into shy-tellurium 2026-06-29 17:13:58 -03:00
Catriel Müller 3f38c3f8fc refactor: fix kilo markers 2026-06-29 17:00:36 -03:00
Catriel Müller 9d9a5d06d6 refactor: add interactive terminal 2026-06-29 16:37:56 -03:00
Johnny Eric Amancio a3030136e9 feat(jetbrains): show profile balance details (#11805)
* feat(jetbrains): show profile balance details

* fix(jetbrains): address profile balance review feedback
2026-06-29 19:50:11 +02:00
Johnny Eric Amancio 4e7f0e775c fix(vscode): use models sparkle icon for auto model instead of branch (#11788)
The branch icon read as a git merge glyph for the auto model entry.
Swap to the models sparkle icon, which conveys automatic/AI selection.
2026-06-29 19:32:01 +02:00
Catriel Müller df70221462 refactor: Update branch 2026-06-29 14:22:28 -03:00
Catriel Müller d997abd5ef Merge remote-tracking branch 'origin/main' into shy-tellurium
# Conflicts:
#	bun.lock
#	packages/opencode/src/cli/cmd/run/footer.ts
#	packages/opencode/src/cli/cmd/run/footer.view.tsx
#	packages/opencode/src/cli/cmd/tui/context/sync.tsx
#	packages/opencode/src/kilocode/tool/registry.ts
#	packages/opencode/src/session/session.ts
#	packages/opencode/src/tool/shell.ts
#	packages/opencode/test/kilocode/task-nesting.test.ts
#	packages/opencode/test/kilocode/tool-registry-indexing.test.ts
#	packages/opencode/test/session/prompt.test.ts
2026-06-29 14:18:08 -03:00
Catriel Müller eb5474a09e Merge pull request #11456 from Kilo-Org/rainbow-bagel
feat(cli): add background process lifetimes
2026-06-29 13:47:33 -03:00
Marius 12eaca450f Merge pull request #11804 from Kilo-Org/checker-concrete
chore(ci): reduce test log noise
2026-06-29 18:28:13 +02:00
marius-kilocode 69e5cac6de chore(ci): compact bun junit test output 2026-06-29 17:36:43 +02:00
Mark IJbema 98dddd36ef Merge pull request #11225 from Kilo-Org/docs/remove-legacy-ide-docs
docs(kilo-docs): remove legacy IDE documentation
2026-06-29 16:50:56 +02:00
Catriel Müller e7255fc3fb fix: background process tests 2026-06-29 11:43:30 -03:00
Marius 64af7fff47 Merge pull request #11802 from Kilo-Org/purple-alloy
fix(jetbrains): ignore stale canceled startup failures
2026-06-29 16:37:42 +02:00
Marius ff0d7c0212 Merge pull request #11777 from Kilo-Org/kindly-need
fix(ui): keep mention highlights after slash command expansion
2026-06-29 16:25:47 +02:00
Marius afb8104717 Merge pull request #11733 from Kilo-Org/lackadaisical-motor
fix(agent-manager): collapse sessions by default
2026-06-29 16:21:04 +02:00
marius-kilocode 5e3472437c fix(jetbrains): recover startup reconnects while connecting 2026-06-29 16:19:26 +02:00
Marius 53bc08bffa Merge pull request #11601 from Kilo-Org/fix/curl-upgrade-install-url
fix(cli): point curl upgrade at the install script
2026-06-29 16:18:51 +02:00
Mark IJbema 0d62dc9e10 Merge branch 'main' into docs/remove-legacy-ide-docs 2026-06-29 16:15:33 +02:00
marius-kilocode bb9680bc22 chore(ci): reduce test log noise 2026-06-29 16:10:51 +02:00
marius-kilocode 971a418439 fix(jetbrains): ignore stale canceled startup failures 2026-06-29 16:00:55 +02:00
Marius 30e037b899 Merge branch 'main' into fix/curl-upgrade-install-url 2026-06-29 15:59:12 +02:00
Marian Alexandru Alecu 3a3b91766d Merge pull request #11746 from Kilo-Org/feat/vscode-routed-model-usage
feat(vscode): show usage by routed model
2026-06-29 16:58:00 +03:00
Marius e6a555f8e9 Merge pull request #11799 from Kilo-Org/pollen-seer
fix(cli): restore executable bit on opencode build scripts
2026-06-29 15:53:35 +02:00
Catriel Müller 4b56686850 refactor: fix test 2026-06-29 10:49:30 -03:00
marius-kilocode 90dce3ca24 test(jetbrains): harden app service startup waits 2026-06-29 15:48:10 +02:00
Alex Alecu 9105ae66c5 fix(vscode): reduce webview message handler complexity 2026-06-29 16:28:36 +03:00
Catriel Müller 8955eded76 Merge branch 'main' into rainbow-bagel 2026-06-29 10:17:30 -03:00
Marian Alexandru Alecu c174cecff2 Merge branch 'main' into feat/vscode-routed-model-usage 2026-06-29 16:11:45 +03:00
marius-kilocode 2a77848861 fix(cli): restore executable bit on opencode build scripts
PR #11591 rewrote build.ts during the sandbox refactor, which recreated the file with default 644 permissions and dropped the executable bit (100755 -> 100644). The same change stripped the bit from build-node.ts and publish.ts.

The pre-release publish workflow invokes ./packages/opencode/script/build.ts directly, relying on its #!/usr/bin/env bun shebang. On Linux CI the non-executable mode fails with Permission denied before the build starts.

Restore mode 100755 on all three scripts. Content is unchanged.
2026-06-29 14:54:40 +02:00
Catriel Müller db05b707ab Merge pull request #11798 from Kilo-Org/funny-tarp
fix(kiloclaw): restore slash command access
2026-06-29 09:54:01 -03:00
Catriel Müller 07b35e020b Merge branch 'main' into rainbow-bagel 2026-06-29 09:52:27 -03:00
Marius f26b706092 Merge pull request #11792 from Kilo-Org/marred-postage
fix(agent-manager): persist sandbox default in worktree dialog
2026-06-29 14:51:11 +02:00
Marius 94f4c23e00 Merge pull request #11796 from Kilo-Org/heartbreaking-thing
fix(jetbrains): recover stalled startup event streams
2026-06-29 14:49:57 +02:00
Marian Alexandru Alecu 53f5d9b9b8 Merge branch 'main' into feat/vscode-routed-model-usage 2026-06-29 15:46:33 +03:00
marius-kilocode cd09407f82 fix(jetbrains): cancel event stream timeout on dispose 2026-06-29 14:33:52 +02:00
Catriel Müller 1d798a106f fix(kiloclaw): restore slash command access 2026-06-29 09:29:44 -03:00
marius-kilocode d0958cf416 test(vscode): update mention highlight contract 2026-06-29 14:18:15 +02:00
marius-kilocode 8c37da02da fix(jetbrains): recover stalled startup event streams 2026-06-29 14:15:13 +02:00
Marius 06279c92bf Merge pull request #11530 from Kilo-Org/royal-spark
docs: clarify experimental flag settings
2026-06-29 14:14:45 +02:00
marius-kilocode 71cd438ed5 test(agent-manager): update sandbox dialog guard 2026-06-29 14:12:32 +02:00
Marius fdeca17c35 Merge branch 'main' into fix/curl-upgrade-install-url 2026-06-29 14:11:04 +02:00
Catriel Müller 30bdd8b667 Merge remote-tracking branch 'origin/main' into rainbow-bagel
# Conflicts:
#	packages/opencode/test/cli/cmd/tui/sync-fixture.tsx
2026-06-29 09:10:46 -03:00
Johnny Eric Amancio 7d64eb74f9 feat(cli): show credits and Kilo Pass in sidebar footer (#11729) 2026-06-29 14:08:42 +02:00
Marius db4fa053dc Merge pull request #11786 from Kilo-Org/vagabond-melody
feat(agent-manager): model and reasoning variant selection for tool-started sessions
2026-06-29 13:59:57 +02:00
markijbema ece2f91aed Merge remote-tracking branch 'origin/main' into docs/remove-legacy-ide-docs
# Conflicts:
#	packages/kilo-docs/pages/customize/custom-modes.md

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-29 11:58:39 +00:00
Christiaan Arnoldus cbd22a39c5 Merge pull request #11773 from Kilo-Org/refactor/agent-typed-metadata-fields
refactor(cli): carry agent displayName/source as typed fields instead of provider options
2026-06-29 13:58:26 +02:00
Marius 6aa85b0d8b Merge branch 'main' into royal-spark 2026-06-29 13:55:42 +02:00
Marius cc418c851e Merge branch 'main' into fix/curl-upgrade-install-url 2026-06-29 13:55:40 +02:00