Skip to content

fix(oclite): resolve Ink rendering issues (#148) - #151

Merged
randomm merged 2 commits into
devfrom
fix/issue-148-ink-rendering
Feb 6, 2026
Merged

fix(oclite): resolve Ink rendering issues (#148)#151
randomm merged 2 commits into
devfrom
fix/issue-148-ink-rendering

Conversation

@randomm

Copy link
Copy Markdown
Owner

Summary

Additional Ink TUI rendering fixes.

Changes

  • Remove debug console.error logs that were polluting output
  • Add patchConsole: true to Ink render options
  • Fix text duplication with delta-first approach + fallback computation
  • Fix welcome banner re-appearing after message completion

Fixes#148

- Remove console.error debug logs polluting output
- Add patchConsole to prevent console breaking Ink render
- Fix text duplication with delta fallback computation
- Fix welcome banner re-appearing on re-render
@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.

- Fix text duplication with delta fallback computation
- Add patchConsole to prevent console breaking Ink render
- Remove debug console.error logs
@randomm
randomm merged commit ca4cc22 into devFeb 6, 2026
2 checks passed
@randomm
randomm deleted the fix/issue-148-ink-rendering branch February 6, 2026 08:08
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