Releases: kitlangton/terminal-control
Releases · kitlangton/terminal-control
Terminal Control v0.1.0
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
What's new
- Add pipe-backed capture mode for CLIs that only emit useful output when stdout/stderr are pipes.
- Add
--color always|auto|neverto control child color environment, including NO_COLOR handling. - Add session recording with
launch --recordand video export withcellshot video. - Add paced session input with
send --pace-msfor 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.