Skip to content

chore(release): 0.6.0 - #172

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 21, 2026 •

Copy link
Copy Markdown
Contributor

The next agent-tty release. Merging this PR creates the release tag and GitHub Release and starts the publish pipeline.

[0.6.0] - 2026-09-24

Added

  • wait --scope cursor-line (also available on batch wait steps and the waitForRender RPC) matches --text/--regex only against the row the cursor is on, so a post-command wait can no longer be satisfied by the echoed command line. --scope screen remains the default and is byte-identical to prior behavior (#169).
  • agent-tty record diff <session-id-a> <session-id-b>: replays two sessions offline from events.jsonl and emits an LCS-based line diff of their canonical visible screens. Supports --at-seq-a/--at-seq-b for diffing a session against its own earlier state, and --json returns { identical, a, b, diff } validated against a new RecordDiffResultSchema (#170).
  • PTYs spawned inside a managed session now see AGENT_TTY_ACTIVE=true and AGENT_TTY_SESSION_ID=<sessionId> in their environment, so shell profiles and scripts can detect the active session and reference its ID (#166).

Fixed

  • Session-less PTYs (e.g. the doctor spawn probe) no longer inherit an outer AGENT_TTY_ACTIVE / AGENT_TTY_SESSION_ID from the parent environment, restoring the documented contract that a session reports its own ID. An empty sessionId is now rejected via invariant instead of being silently treated as session-less. Closes #177 (#178).

Changed


Maintained by the release-please workflow. Notes are regenerated by Communique on every push to main, so manual edits to this PR are overwritten.

@github-actions github-actions Bot changed the title chore(release): 0.5.1 chore(release): 0.6.0 Aug 21, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from b99a3f3 to 8803e75 Compare August 21, 2026 16:02
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 3c28057 to 4877580 Compare September 24, 2026 10:37
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 4877580 to 37f9725 Compare September 24, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PTYs spawned without a session inherit the outer AGENT_TTY_SESSION_ID (doctor probe)

0 participants