sync to main#1
Open
darkogj wants to merge 2919 commits into
Open
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
feat(agent-manager): add close others tab action
…-persists-after-add-10139 fix(vscode): keep custom provider picker open after partial add
…-unused-deps chore: remove 33 unused dependencies across monorepo
These auto-generated SST type files reference a root sst-env.d.ts that does not exist and import the "sst" package, which was removed in #10993. Kilo is CLI-only with no hosted platform, so these are dead artifacts. The upstream-merge tooling already lists sst-env.d.ts in skipFiles, so they won't be re-added. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Nothing imports @hono/zod-validator anywhere in the repo, and its peer dependency hono was removed in #10993, leaving an unmet peer. opencode was the only consumer, so the root catalog entry is dropped too. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
fix(webview-ui): ignore Enter during IME composition
chore: remove stale sst-env.d.ts artifacts
…validator chore(cli): remove unused @hono/zod-validator dependency
feat(vscode): render images in diff viewer
fix(vscode): restore authenticated speech input
feat(agent-manager): add quick search for worktrees and sessions
fix(agent-manager): stabilize concurrent subagent rendering
fix: silence subagent completion sounds
feat: indicate BYOK availability in model pickers
fix: hide provider errors after session revert
fix(agent-manager): speed up worktree hover cards
…amText 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).
…ed 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.
fix(console): add context to settings fields
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
fix(tui): show docs URL in dialog when browser cannot open on headless systems
fix(cli): improve headless docs dialog UX
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
docs(vscode): clarify custom provider protocol selection
…-dropout docs(cli): propagate chunkTimeout to streamText and document provider options
…ents fix(cli): scale local-review sub-agents based on diff size and complexity
feat(cli): add a privacy filter to Console model Explore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey! Darko from Kilo here 👋
Saw you forked Kilo, really appreciate for building on top of us.
We are putting together a short Kilo Show segment on why people contribute to open source, and would love to include real perspectives from folks like you.
If you are open to it, would you be up for sharing a quick thought or two on what motivates you (or would motivate you) to contribute to open source?
Also opened a small PR to sync your fork with main in case that is useful.