Skip to content

fix(opencode): use in-process SDK connection for oclite TUI (#134) - #135

Merged
randomm merged 1 commit into
devfrom
fix/issue-134-inprocess-sdk
Feb 4, 2026
Merged

fix(opencode): use in-process SDK connection for oclite TUI (#134)#135
randomm merged 1 commit into
devfrom
fix/issue-134-inprocess-sdk

Conversation

@randomm

Copy link
Copy Markdown
Owner

Summary

  • Replaces HTTP SDK connection with in-process fetch via Server.App()
  • TUI no longer needs external server on localhost:4096
  • Fixes hang after bootstrap where TUI never rendered

Fixes#134

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@randomm
randomm merged commit 2eb4aff into devFeb 4, 2026
2 of 3 checks passed
@randomm
randomm deleted the fix/issue-134-inprocess-sdk branch February 4, 2026 09:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@randomm