Skip to content

Commit 686776d

Browse files
authored
chore(release): 0.4.0 (#133)
Change-Id: If5a494ed4be5e2911c9bc06d3b30df71de0a6686 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 96ef0c8 commit 686776d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.4.0] - 2026-06-08
6+
57
### Added
68

79
- `agent-tty batch <session-id>`: run an ordered sequence of input-and-`wait` steps against one session in a single invocation, supplied as a positional JSON array or `--file`. Each step is one verb (`type`, `paste`, `sendKeys`, `run`, or `wait`); every `wait` is anchored to a Wait Baseline (the Event Log sequence after the preceding input step) so it cannot match a stale screen the way a hand-written `run`/`wait`/`send-keys` loop can (ADR 0007). Fail-fast by default with a non-zero exit and a per-step `--json` envelope; `--keep-going` attempts every step. SIGINT/SIGTERM flushes a partial envelope (in-flight step `interrupted`, later steps `not-run`). Adds a new `WAIT_TIMEOUT` error and exit code `11` for timed-out wait steps inside a batch ([#126](https://github.com/coder/agent-tty/pull/126), closes [#123](https://github.com/coder/agent-tty/issues/123)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-tty",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Terminal automation CLI for AI agents and humans",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)