Conversation
Contributor
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Moved Npm service to shared package to enable consistent dependency management across all components. Plugin dependencies are now installed with proper version targeting and concurrent install deduplication via Flock. Changes from user perspective: - Faster TUI startup by removing unnecessary Instance.provide wrapper - More reliable plugin dependency installation with proper serialization - Cleaner config loading without redundant worktree parameter requirements
The TUI config files (tui.ts, tui-schema.ts, tui-migrate.ts, console-state.ts) are source files used by the application, not test files. Moved them to the proper location in src/cli/cmd/tui/config/ and updated all imports.
…endency for more reliable plugin loading
d8fe9ff to
ba34400
Compare
- Add tracing spans to instance bootstrap initialization for easier debugging of startup issues - Make git branch discovery non-blocking so workspace loads faster without waiting for VCS state
…ly fork ensure during init
Removed the managed tui config directory feature that allowed external tools to override project-level tui.json settings. Users now only need to configure their TUI settings through .opencode/tui.json in their project root or the global config directory.
tui: remove stray debug console.log from thread startup
jerome-benoit
pushed a commit
to jerome-benoit/opencode
that referenced
this pull request
Apr 16, 2026
3 tasks
xywsxp
pushed a commit
to xywsxp/opencode
that referenced
this pull request
Apr 24, 2026
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.
Summary
Changes