Commit Graph

19266 Commits

Author SHA1 Message Date
Marian Alexandru Alecu fd6c4658a8 Merge pull request #9844 from Kilo-Org/track-code-reviews
fix(cli): track local reviews
2026-05-05 16:38:43 +03:00
Mark IJbema 0eb187cf2f Merge pull request #9912 from Kilo-Org/mark/improve-upstream-manual-merge-command
docs(kilo-cli): tighten upstream-manual-merge command
2026-05-05 15:38:17 +02:00
Mark IJbema 9a833ad171 docs(kilo-cli): use find-conflict-markers.sh for post-edit verification 2026-05-05 15:29:45 +02:00
Mark IJbema 8b407f4fd7 docs(kilo-cli): tighten upstream-manual-merge command
Incorporate lessons from the v1.14.30 merge: explain reasoning before
showing diffs, investigate why Kilo-specific helpers exist before
bypassing them, prefer commenting-out over deletion with kilocode_change
markers, use TODO (not NOTE) for follow-ups, check adjacent files that
structural upstream splits force you to touch, grep for usages before
deleting apparently-unused upstream declarations, and include PR-body
guidance and the 'resolve merge conflicts' commit convention.
2026-05-05 15:23:29 +02:00
Marius d9d4dcd37c fix(cli): recover dangling assistant turns (#9907) 2026-05-05 10:22:45 -03:00
Marius 0c5d75772d Show snapshot progress in working indicator (#9905)
* fix(vscode): show snapshot progress in working indicator

* fix(vscode): type synthetic text parts

* fix(vscode): keep provider under lint line cap
2026-05-05 15:18:13 +02:00
Catriel Müller 7c59d31ec5 Merge pull request #9901 from Kilo-Org/determined-oxygen
test(cli): quarantine flaky MCP OAuth browser tests
2026-05-05 09:44:44 -03:00
Marius b7657d1aef Add webview font size setting (#9824)
* feat(vscode): add webview font size setting

* test(vscode): guard webview font size tokens

* fix(vscode): add font size locale keys

* fix(vscode): preserve default webview font rendering

* fix(vscode): keep provider under line cap

* chore: update kilo-vscode visual regression baselines

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-05 14:43:53 +02:00
Mark IJbema 346c1058cc Merge pull request #9904 from Kilo-Org/fix/mention-autocomplete-trailing-space
fix(vscode): append trailing space after @ mention autocomplete
2026-05-05 14:24:34 +02:00
Catriel Müller b37808d123 Merge pull request #9881 from Kilo-Org/catrielmuller/fix-9511
fix(vscode): route Kilo Gateway sign-in through Profile view
2026-05-05 09:22:35 -03:00
kiloconnect[bot] 080faf4df8 fix(vscode): append trailing space after @ mention autocomplete
When autocompleting a file, folder, or special mention via the @ menu
in the chat textarea, insert a single trailing space (unless the next
char is already whitespace) so typing immediately after selection does
not get appended to the path and break attachment parsing.
2026-05-05 12:15:40 +00:00
Marian Alexandru Alecu 490df21393 Merge pull request #9887 from Kilo-Org/fix/queued-compaction-marker
fix(cli): process queued compaction markers
2026-05-05 15:05:25 +03:00
Marius 59e8effc3d Make codebase indexing setting project-specific (#9855)
* fix: make indexing enablement project-specific

* chore: annotate indexing config changes

* fix: save TUI indexing toggle per project

* fix: move indexing scope logic to Kilo config
2026-05-05 14:04:56 +02:00
Marius 4737eedef2 test(vscode): cover opening config files (#9864) 2026-05-05 14:04:43 +02:00
kilo-code-bot[bot] 008387a8ac fix(cli): restore kilo branding in MCP auth toast and client name (#9892)
* fix(cli): restore kilo branding in MCP auth toast and client name

The 'Run: opencode mcp auth' popup / toast and the MCP protocol client
'name' field were reverted to 'opencode' by an upstream refactor
(opencode PR #22913, pulled in via Kilo PR #9346). Re-apply the
Kilo-branded strings with narrow kilocode_change markers and add a
regression test in packages/opencode/test/kilocode/ so the next upstream
merge fails a Kilo-owned test instead of shipping an 'opencode' popup.

* fix: use kilocode_change block markers for startAuth signature

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: marius-kilocode <marius@kilocode.ai>
2026-05-05 14:04:37 +02:00
marius-kilocode c0c982befd test(cli): allow explicit quarantined test runs 2026-05-05 13:47:34 +02:00
marius-kilocode 279a86c2b6 test(cli): quarantine flaky MCP OAuth browser tests 2026-05-05 13:43:00 +02:00
Catriel Müller 6b9b659b96 refactor: disable flasky windows test 2026-05-05 08:42:14 -03:00
Scuttle Bot 35dd6557c3 docs: update Ask agent tool access to reflect read-only bash and MCP support (#7955) 2026-05-05 13:18:02 +02:00
Mark IJbema 3db7620ddb Merge pull request #9888 from Kilo-Org/mark/upstream-manual-prompt-zdiff
docs(upstream): extract manual merge prompt
2026-05-05 13:06:42 +02:00
Mark IJbema 23818a5127 Merge pull request #9896 from Kilo-Org/mark/skip-team-members
chore(upstream): skip files Kilo has removed from upstream
2026-05-05 12:49:41 +02:00
Mark IJbema fcce31aae7 Merge remote-tracking branch 'origin/main' into mark/upstream-manual-prompt-zdiff 2026-05-05 12:48:05 +02:00
kiloconnect[bot] 6986b2b879 chore(upstream): skip files Kilo has removed from upstream
Add .github/TEAM_MEMBERS and other files Kilo has deleted to skipFiles
so future upstream merges auto-remove them via git rm instead of
surfacing delete-by-us conflicts that need manual resolution.

Also drop the stale github/.gitignore entry from keepOurs (the file
does not exist in Kilo main; keepOurs was a no-op) and move it to
skipFiles so upstream's copy is dropped on merge instead of added.
2026-05-05 10:27:26 +00:00
Mark IJbema 33891196c7 Merge pull request #9895 from Kilo-Org/mark/release-slack-prerelease-status
fix: show release type in Slack notifications
2026-05-05 12:15:27 +02:00
Christiaan Arnoldus 12d2c08e8f Merge pull request #8732 from shssoichiro/cli-cost
feat(cli): show model costs in model picker
2026-05-05 11:54:44 +02:00
kiloconnect[bot] 7be57483bd docs(upstream): keep manual merge prompt only 2026-05-05 09:44:58 +00:00
Mark IJbema aef7147395 Merge remote-tracking branch 'origin/main' into mark/upstream-manual-prompt-zdiff 2026-05-05 11:38:26 +02:00
Mark IJbema e77c6c005a Merge pull request #9889 from Kilo-Org/mark/reset-file-to-upstream
Add reset-to-upstream helper
2026-05-05 11:29:48 +02:00
Marius 27d14d432c fix(cli): keep env reads behind ask (#9843)
* fix(cli): keep env reads behind ask

* fix(cli): protect pending env reads

* fix(cli): share permission rule helpers
2026-05-05 11:24:34 +02:00
kiloconnect[bot] 47cab6b3df fix: show release type in Slack notifications 2026-05-05 09:12:27 +00:00
kilo-maintainer[bot] 8fcc77a2ae release: v7.2.40 2026-05-05 09:05:27 +00:00
Marius f392debf0f fix(cli): serialize OAuth callback port tests (#9870)
* fix(cli): serialize OAuth callback port tests

* fix(cli): close MCP OAuth browser test listener race

The mock subprocess emitted its error via setTimeout(10ms), which raced the error listener attachment on slow Windows CI and left BrowserOpenFailed unpublished. Emit on newListener('error') via a microtask so the listener is always attached first. Revert the unrelated test-runner serialization.

* fix(cli): deliver MCP OAuth mock error to listener directly

Override subprocess.on in the mock so the error is queued to the registered listener as soon as it attaches. The previous newListener + emit chain still lost events on slow Windows CI because EventEmitter dispatch can race microtask draining.
2026-05-05 11:04:53 +02:00
kilo-maintainer[bot] 4e1bae01ae release: v7.2.39 v7.2.39 2026-05-05 08:30:11 +00:00
kiloconnect[bot] b59dfaa642 fix: preserve binary upstream resets 2026-05-05 08:28:57 +00:00
kiloconnect[bot] f206432a0c docs(upstream): generalize manual merge pitfalls 2026-05-05 08:19:27 +00:00
kiloconnect[bot] 6e3ddaad60 feat: add reset-to-upstream script 2026-05-05 08:19:17 +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
kiloconnect[bot] 3788991bd4 docs(upstream): require manual merge approval 2026-05-05 08:14:02 +00:00
kiloconnect[bot] 87845d176b docs(upstream): extract manual merge prompt 2026-05-05 08:11:09 +00: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
Alex Alecu d9453f0da2 fix(cli): process queued compaction markers 2026-05-05 11:00:55 +03: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
Alex Alecu 95be772b9b Merge remote-tracking branch 'origin/main' into track-code-reviews
# Conflicts:
#	packages/opencode/src/session/processor.ts
2026-05-05 09:55:16 +03: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