Skip to content

CLI Pulse Desktop v0.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 05:28

The in-app terminal. A local terminal is now built into the app (Sessions tab): click Start Claude to run your own claude on this machine and drive it in an embedded xterm.js pane — spawn, stream, type / paste / Ctrl-C, resize, and exit detection, plus a local usage signal.

  • Reuses the hardened ConPTY / PTY transport (Ctrl-C, Windows Job Objects, clean teardown); output streams over a single-flight pump reading raw binary frames so it never reorders.
  • claude is resolved robustly (PATH + common install dirs; Windows .cmd shim), with graceful "install Claude" guidance when it's missing.
  • Every slice was adversarially reviewed.

Multi-provider managed spawn (Codex / Gemini on-plan) is the next phase.

See the CHANGELOG for details.