Commit Graph

23684 Commits

Author SHA1 Message Date
Christiaan Arnoldus f232e95a39 Merge pull request #11301 from Kilo-Org/console-explore-privacy-filter
feat(cli): add a privacy filter to Console model Explore
2026-06-19 17:22:47 +02:00
Marian Alexandru Alecu 0255a4a7eb Merge pull request #11155 from Kilo-Org/fix/local-review-scale-sub-agents
fix(cli): scale local-review sub-agents based on diff size and complexity
2026-06-19 18:03:00 +03:00
Alex Alecu a0305b337b test(review): update prompt assertions 2026-06-19 17:45:47 +03:00
Marian Alexandru Alecu db26772c67 Merge branch 'main' into fix/local-review-scale-sub-agents 2026-06-19 16:21:13 +03:00
Catriel Müller 646d2104cd Merge pull request #9795 from Fatty911/docs/chunk-idle-timeout-silent-dropout
docs(cli): propagate chunkTimeout to streamText and document provider options
2026-06-19 10:19:52 -03:00
Christiaan Arnoldus 55957a153f Merge pull request #11418 from Kilo-Org/docs/custom-provider-options
docs(vscode): clarify custom provider protocol selection
2026-06-19 15:14:52 +02:00
Christiaan Arnoldus 30e62509b7 Merge branch 'main' into docs/custom-provider-options 2026-06-19 14:57:13 +02:00
chrarnoldus 2edb3eeca5 fix(cli): limit privacy filtering to gateway models
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-19 12:51:10 +00:00
Catriel Müller c1589777ff Merge pull request #11212 from IamCoder18/fix/headless-docs-dialog
fix(cli): improve headless docs dialog UX
2026-06-19 09:49:42 -03:00
Christiaan Arnoldus 4d018deffd Merge branch 'main' into docs/custom-provider-options 2026-06-19 14:38:23 +02:00
Catriel Müller ab7c32d7d4 refactor: kilocode isolation 2026-06-19 09:33:33 -03:00
Catriel Müller 77a72858d1 refactor: merge main 2026-06-19 09:28:42 -03:00
Catriel Müller 5a18c2a468 Merge pull request #11319 from grandmaster451/fix/headless-docs-url
fix(tui): show docs URL in dialog when browser cannot open on headless systems
2026-06-19 09:19:58 -03:00
chrarnoldus baf5cea43e fix(cli): scope privacy filter to Kilo Gateway
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-19 12:13:59 +00:00
Marius c829642054 fix(vscode): keep chat streaming after revert (#11464) 2026-06-19 14:09:46 +02:00
Christiaan Arnoldus 2700c39eb1 Merge branch 'main' into console-explore-privacy-filter 2026-06-19 14:08:11 +02:00
Christiaan Arnoldus 32e124d55a Merge branch 'main' into docs/custom-provider-options 2026-06-19 14:07:49 +02:00
Christiaan Arnoldus 033aefec9a Apply suggestion from @chrarnoldus 2026-06-19 14:07:33 +02:00
Catriel Müller f2bb02dd83 Merge pull request #11446 from nyxst4ck/fix/settings-context-help
fix(console): add context to settings fields
2026-06-19 09:05:17 -03:00
Fatty911 12d20074bf fix(cli): fall back to item.options for chunkTimeout when not in merged options
ProviderTransform.options() does not merge arbitrary provider options into
the merged options object. Read chunkTimeout from item.options as a fallback
so provider.<id>.options.chunkTimeout works as documented.

Addresses kilo-code-bot review finding in PR #9795.
2026-06-19 08:59:21 -03:00
Fatty911 c3e15d1486 docs(cli): add chunkTimeout to provider options and propagate to streamText
Add chunkTimeout propagation to Vercel AI SDK streamText timeout.chunkMs
for silent stream dropout detection. The config option already existed in
the provider schema and worked at the fetch wrapper level, but was not
passed through to the streamText call. This adds dual-layer protection
at both the fetch layer and the SDK stream consumer layer.

Also updates docs to document chunkTimeout with failure scenario and
recommended values (15-30s).
2026-06-19 08:58:30 -03:00
Catriel Müller e8bcb70b9a fix: minimal css fix 2026-06-19 08:46:11 -03:00
Marius b0e7f4ac48 Merge pull request #11463 from Kilo-Org/uttermost-reindeer
fix(agent-manager): speed up worktree hover cards
2026-06-19 12:51:43 +02:00
Johnny Eric Amancio f714423511 fix: Add vercel bypass token to opencode release watcher (#11460) 2026-06-19 10:45:42 +00:00
Marius f67ea4dea6 Merge pull request #11455 from Kilo-Org/opaque-mole
fix: hide provider errors after session revert
2026-06-19 12:42:50 +02:00
marius-kilocode 909ec73b9c fix(agent-manager): speed up worktree hover cards 2026-06-19 12:35:39 +02:00
kilo-maintainer[bot] 4bfd65264f chore: update nix node_modules hashes 2026-06-19 10:12:49 +00:00
Christiaan Arnoldus ff7db0dab4 Merge pull request #11421 from Kilo-Org/feat/byok-model-badges
feat: indicate BYOK availability in model pickers
2026-06-19 12:08:19 +02:00
Marius 87b6b8e9f8 Merge pull request #11453 from Kilo-Org/wool-jeans
fix: silence subagent completion sounds
2026-06-19 12:05:30 +02:00
Marius c726f8776e Merge pull request #11433 from Kilo-Org/candy-mouth
fix(agent-manager): stabilize concurrent subagent rendering
2026-06-19 12:00:50 +02:00
Christiaan Arnoldus 9b6b7754f9 Merge pull request #11416 from Kilo-Org/docs/hide-prompt-training-models
docs: document prompt-training model visibility
2026-06-19 12:00:38 +02:00
Marius 576a6fb154 Merge pull request #11423 from Kilo-Org/honored-responsibility
fix(vscode): keep diff identifiers intact
2026-06-19 11:56:08 +02:00
marius-kilocode 4d0933371c fix: hide provider errors after session revert 2026-06-19 11:51:50 +02:00
marius-kilocode d3c58e6c1f test(cli): preserve promise facade ratchet 2026-06-19 11:47:48 +02:00
marius-kilocode f7e68d19d9 fix: silence subagent completion sounds 2026-06-19 11:41:57 +02:00
Marius 3a0a4a40cf Merge pull request #10940 from mjnaderi/fix/vscode-panel-command-registration
fix(vscode): tolerate duplicate panel command registration
2026-06-19 11:40:19 +02:00
Christiaan Arnoldus 5f54b5433d Merge branch 'main' into feat/byok-model-badges 2026-06-19 11:26:39 +02:00
Marius 02a728da52 Merge pull request #11451 from Kilo-Org/small-leaf
fix(vscode): widen chat readable lane
2026-06-19 11:24:28 +02:00
marius-kilocode 6bd1e79c58 fix(vscode): preserve panel command outcomes 2026-06-19 11:23:35 +02:00
github-actions[bot] d319acac10 chore: update kilo-vscode visual regression baselines 2026-06-19 09:07:06 +00:00
marius-kilocode 732fbc30dc fix(vscode): widen chat readable lane 2026-06-19 11:03:50 +02:00
Marian Alexandru Alecu 37026c392c Merge branch 'main' into fix/local-review-scale-sub-agents 2026-06-19 11:21:36 +03:00
Christiaan Arnoldus b78c9b5ad8 Merge branch 'main' into feat/byok-model-badges 2026-06-19 10:04:54 +02:00
nyxst4ck 5d7b1bf4a3 fix(console): add context to settings fields 2026-06-19 02:43:43 -03:00
Catriel Müller 6f86c95279 Merge pull request #11434 from Kilo-Org/zest-canoe
feat: add account profile to Kilo Console
2026-06-18 16:03:39 -03:00
Kirill Kalishev 7a1be0564a Merge pull request #11435 from Kilo-Org/jetbrains/release/v7.0.1-rc.12
release(jetbrains): v7.0.1-rc.12
2026-06-18 14:41:52 -04:00
Kirill Kalishev 33fb3a2f28 docs(jetbrains): edit changelog for v7.0.1-rc.12 2026-06-18 14:04:26 -04:00
kilo-maintainer[bot] d1bfd7dbee release(jetbrains): v7.0.1-rc.12 2026-06-18 17:50:34 +00:00
Catriel Müller b45dd9b303 feat: add account profile to Kilo Console 2026-06-18 14:10:09 -03:00
Rietie 1cd34f2e3e Merge pull request #11431 from Kilo-Org/docs/add-auto-efficient-tier
docs: add Auto Efficient tier to Auto Model documentation
jetbrains/v7.0.1-rc.12
2026-06-18 19:00:05 +02:00