v0.1.2 tightened workspace isolation and fixed renderer issues
This release concentrated on reliability. It improved workspace boundaries for terminal and agent integrations while removing a few performance issues that could lock up the renderer.
Terminal isolation: Commands run inside your workspace now use the project's own configuration more reliably, which makes local tooling behavior match the actual repo you are working in.
Cleaner integrations: Agent and CLI integrations across Claude Code, Codex, git, gh, MCP, and IDE launchers were tightened so workspace boundaries behave more predictably.
Renderer and browser fixes: Large command output no longer drives the renderer to 100% CPU, file diffs no longer reload on theme changes, and browser tab snapshotting is now deferred and throttled so it does not pin the renderer.