build: opencode amicode.5 (home Open-chat fix) + vsix 0.0.2 - #145
Merged
Conversation
Bump the vendored opencode fork v1.17.3-amicode.4 -> amicode.5 (ref d6ffa97), which contains Kate's fix for the home-screen 'Open chat' buttons dead-ending with no tracked projects. New per-platform sha256s. Bump the extension version 0.0.1 -> 0.0.2 so the rebuilt vsix installs cleanly over prior 0.0.1 installs.
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.
Why
The shipped vsix (v0.0.2-alpha.2) vendors opencode fork
v1.17.3-amicode.4, in which the home-screen "Open chat" buttons dead-end when there are no tracked projects (forkhome.tsxstartWithPrompt→openNewSession()silently no-ops). Kate fixed this on the fork trunk (5a14614d7+ her #8 open-chat-on-fresh-profile fix), now released asv1.17.3-amicode.5.What
opencode.lock.json:amicode.4→amicode.5(refd6ffa97), new per-platform sha256s.package.json: version0.0.1→0.0.2so the rebuilt vsix upgrades cleanly over existing 0.0.1 installs (VS Code skips same-version installs).Testing
v1.17.3-amicode.5built both binaries with the UI gate ON (workflow gate-checked linux-x64 + darwin-arm64).sha256summatched the release's SHA256SUMS).vsix-gatere-vendors amicode.5, gates both binaries, and packages the .vsix — validating the bump end-to-end.