feat(kilo-vscode): add shared package version tracking and update app name#9740
Merged
marius-kilocode merged 7 commits intoKilo-Org:mainfrom May 1, 2026
Merged
feat(kilo-vscode): add shared package version tracking and update app name#9740marius-kilocode merged 7 commits intoKilo-Org:mainfrom
marius-kilocode merged 7 commits intoKilo-Org:mainfrom
Conversation
… name Add version tracking for the shared package alongside the opencode package to improve cache invalidation. Also update the app name from "opencode" to "kilo" in the shared global configuration. This change ensures that the local binary build process tracks both the opencode and shared package versions, allowing for more accurate cache invalidation when either package changes. The app name update reflects the correct project branding.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by gpt-5.5-2026-04-23 · 1,542,786 tokens |
Contributor
Author
Collaborator
marius-kilocode
left a comment
There was a problem hiding this comment.
Do we need a changeset for this?
0618440 to
486c736
Compare
486c736 to
31dc485
Compare
marius-kilocode
approved these changes
Apr 30, 2026
21 tasks
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.
Add version tracking for the shared package alongside the opencode package to improve cache invalidation. Also update the app name from "opencode" to "kilo" in the shared global configuration.
This change ensures that the local binary build process tracks both the opencode and shared package versions, allowing for more accurate cache invalidation when either package changes. The app name update reflects the correct project branding.
Simplified bun executable detection.
Context
Noticed that latest KiloCode versions started to use .cache/opencode instead of .cache/kilo local folder. This fix changes that. Fixes part of #9503
Implementation
Just changed the name of the app in shared global.ts. Also noticed that change does not initiate rebuild of CLI so local-bin.ts script is updated to detect change and initiate rebuilding during extension build process.
Screenshots
How to Test
Add any opencode or kilocode plugin into config file. Watch where added plugin is installed in local cache.
Get in Touch