Skip to content

v0.1.0-beta.4

Latest

Choose a tag to compare

@SetFodi SetFodi released this 11 Jul 10:48

AndSpace v0.1.0-beta.4

nvim-tree sidebar, inline terminal images, and a throughput pass on the PTY → xterm path.

New

  • Inline terminal images — SIXEL and iTerm2 image protocol (IIP) render in the pane. Open PNG/JPEG/GIF from the sidebar via View in AndSpace. See TERMINAL_IMAGES.md.
  • nvim-style project sidebar — path-first header, larger mono type, colored Nerd Font file glyphs (devicons-style), roomier rows.

Performance

  • Adaptive xterm write batches under flood (128→512 KiB)
  • Lazy image-addon load so plain-text floods skip image parsing
  • Larger host PTY reads (256 KiB) and a wider backpressure window
  • Skip server URL scans while the write queue is under flood pressure
  • Cap pre-subscribe PTY buffers so a stalled pane can’t pin unbounded RAM

Details: PERFORMANCE.md.

Notes

This is an unsigned (ad-hoc) build. On first launch: right-click the app → Open, or go to System Settings → Privacy & Security → Open Anyway.

AndSpace remains a workflow terminal: local-dev speed is the bar, not Ghostty-class flood throughput.