sync to main#1
Closed
darkogj wants to merge 2419 commits into
Closed
Conversation
05569ee to
fc014b1
Compare
dbd7b80 to
760f246
Compare
…frontend - restart: tears down all connections (SSE, health, OkHttp clients), kills the CLI process, then respawns it with fresh connections - reinstall: same teardown, but also deletes and re-extracts the CLI binary from JAR resources before respawning - teardown sequence cancels jobs before closing SSE to prevent reconnect races
Add eslint-disable comments for complexity and max-lines rules in KiloProvider.ts and AgentManagerProvider.ts with TODO markers to refactor and remove these disables. These files currently exceed the complexity and line-count limits needed for the pre-release build.
…exity fix(vscode): temporarily disable eslint complexity/max-lines rules
…ation, add logging - Settings gear icon in tool window title bar shows popup with Restart/Reinstall actions and a connection status + version info line - Actions declared in frontend XML with IDs, looked up via ActionManager - Fix Moshi deserialization of const boolean fields: openapi-generator creates enum classes for `const: true` but Moshi expects strings while the server sends JSON booleans — fixGeneratedApi now replaces these with plain Boolean - Add detailed logging across restart/reinstall/teardown/health chains
This reverts commit 6ba5308.
…ementation fix: align pre-release version publishing
… GitHub MCP examples, restore VSCode tab
…sions, cross-link from other pages
Replace upstream opencode ASCII art with Kilo-branded wordmark in the CLI startup banner.
…l locales Introduce new localized strings for git/branch change titles and diff file list controls (changed, showAll, showLess, more) in 18 language files to support the updated session review UI.
… popup selector Align boolean expression continuation indent in isCompletionResult and reformat generic type constraint in PopupSelectorProps interface to follow consistent code style conventions.
…names Add GitHub Copilot API endpoint reference, update file paths to reflect github-copilot plugin directory restructure and tui config migration rename, and remove stale bun issue link references.
Add api.githubcopilot.com to the exclude patterns in the extraction script and regenerate source-links.md, dropping the now-filtered entry and updating the unique URL count from 79 to 78.
docs(architecture): add Gas Town section to architecture overview
…v1.3.14 OpenCode v1.3.14
…way and opencode update @openrouter/ai-sdk-provider to 2.5.1 in kilo-gateway and opencode package to keep dependencies in sync
* fix(vscode): keep worktree sessions across project id changes * fix(cli): isolate session directory fallback
…a4-98db-0ef22a1f9fe9 fix: suppress OpenRouter reasoning warning
Owner
|
hey, i have updated my pull request, sorry missed this earlier, can you check if this is still needed? |
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're 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're 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's useful.