Docyrus Open IDE v0.1.6
Docyrus Open IDE v0.1.6 makes terminals work with full-screen tools like Claude Code, lets a pane hold several terminals, and quiets the WebView flicker on window drags and splitter resizes.
Highlights:
- Scrolling in terminal panes. Scrolling up in a terminal did nothing, so a resumed agent session's history was unreachable. The wheel now moves through scrollback in the expected direction, and scrollback holds about ten times more history.
- Full-screen terminal programs own the wheel. A program that enables mouse tracking (Claude Code in fullscreen mode,
less,vim,htop) now receives wheel events as mouse reports in every format ghostty supports, so it scrolls its own view. On the alternate screen without tracking, the wheel sends cursor keys. Everything else keeps the local scrollback. - Several terminals per pane. The pane's terminal button always opens a new terminal, up to eight per workspace. Closing a terminal tab kills its shell and frees the slot.
- Editor tabs match the File Explorer. Square, flush tabs marked by an accent underline instead of lifted chips.
Fixes:
- WebView flicker on window drags and splitter resizes. A pure window move no longer relayouts the panes, and webviews are no longer re-added to the window on every frame push, which detached and re-attached their remote layers as a white flash.
- Idle cover-rect injection. Unchanged, empty mouse-cover rect lists are no longer re-injected into every webview on each frame.
Apple Silicon macOS install:
curl -fsSL https://github.com/Docyrus/docyrus-open-ide/releases/latest/download/install-mac.sh | bashThe installer verifies the archive's SHA-256 against the digest pinned in install-mac.sh before replacing the app. SHA256SUMS.txt lists the digest of every asset.