Skip to content

fix(opencode): remove verbose logs that flood the TUI#440

Merged
backnotprop merged 1 commit intomainfrom
fix/opencode-logs
Mar 30, 2026
Merged

fix(opencode): remove verbose logs that flood the TUI#440
backnotprop merged 1 commit intomainfrom
fix/opencode-logs

Conversation

@backnotprop
Copy link
Copy Markdown
Owner

Summary

  • Remove writeRemoteShareLink stderr output from the OpenCode plugin — the base64-encoded share URL was flooding the TUI on remote sessions
  • Strip leftover console.log debug statements from the PR viewed files feature in the review server

Closes #435

Test plan

  • Run OpenCode with PLANNOTATOR_REMOTE=1 and PLANNOTATOR_PORT=9999, call submit_plan — confirm no share URL floods the TUI
  • PR review with GitHub viewed files — confirm viewed state still syncs correctly without debug logs

Remove writeRemoteShareLink stderr output from the OpenCode plugin —
the base64 share URL was flooding the TUI on remote sessions. Also
strip leftover console.log debug statements from the PR viewed files
feature in the review server.

Closes #435

For provenance purposes, this commit was AI assisted.
@backnotprop backnotprop merged commit b0980ef into main Mar 30, 2026
5 checks passed
stk-code pushed a commit to stk-code/plannotator that referenced this pull request Mar 31, 2026
Remove writeRemoteShareLink stderr output from the OpenCode plugin —
the base64 share URL was flooding the TUI on remote sessions. Also
strip leftover console.log debug statements from the PR viewed files
feature in the review server.

Closes backnotprop#435

For provenance purposes, this commit was AI assisted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenCode TUI crashes after submit_plan

1 participant