- Fix rendering issues: - Use term.reset() instead of clear() for proper clearing - Only update when content changes (prevents flickering) - Add scrollToBottom() to show latest output - Increase scrollback buffer to 10000 lines - Add convertEol for proper line endings - Increase default height to 600px - Add padding around terminal content - Simplify interface: - Remove separate input box (was clunky) - Make it clearly "Read-only" by default - Clean up header UI - Better fullscreen sizing calculation Next step: Consider WebSocket-based bidirectional terminal for true interactive sessions (like tmux attach). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||