Skip to content

Releases: kitlangton/terminal-control

Terminal Control v0.1.0

01 Jun 15:38

Choose a tag to compare

Initial Terminal Control release.\n\n- Install the CLI with cargo install terminal-control and run termctrl.\n- Install the TypeScript client with bun add -d @kitlangton/terminal-control.\n- Install the agent skill with npx skills add kitlangton/terminal-control --skill terminal-control.

cellshot v0.3.0

30 May 18:02

Choose a tag to compare

What's new

  • Add pipe-backed capture mode for CLIs that only emit useful output when stdout/stderr are pipes.
  • Add --color always|auto|never to control child color environment, including NO_COLOR handling.
  • Add session recording with launch --record and video export with cellshot video.
  • Add paced session input with send --pace-ms for readable recordings.
  • Harden persistent sessions with private runtime/socket permissions, request size limits, and control timeouts.
  • Improve rendering for block/shade characters and OpenCode spinner glyphs.
  • Update OpenCode screenshots and README examples.

Published to crates.io as cellshot 0.3.0.