chore(release): 0.4.0#133
Merged
Merged
Conversation
Change-Id: If5a494ed4be5e2911c9bc06d3b30df71de0a6686 Signed-off-by: Thomas Kosiewski <tk@coder.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release cut for v0.4.0 off
main(10fe51d).This is the standard PR-first release-prep commit:
package.jsonversion0.3.0→0.4.0CHANGELOG.md: renamed the curated## [Unreleased]section to## [v0.4.0] - 2026-06-08and inserted a fresh empty## [Unreleased]heading above it (keeps both headings onmainso theUpdate Unreleased ChangelogandRelease Changelogworkflows stay green).Highlights since v0.3.0
agent-tty batch— ordered input-and-waitsequences against one session (feat(batch): add batch command for ordered input-and-wait sequences #126)screenHashonsnapshot/wait/batchresults + canonical visible-screen form shared across both backends (feat(screen-hash): stable content hash on snapshot and render-wait results #127)agent-tty dshort alias fordashboard(feat(cli): adddalias for the dashboard command #129)gcis now cross-Home by default (backward-incompatible) (Home Registry + dashboard home picker #130, feat(home-registry): Home Registry + dashboard Home picker #131)After this merges, the
v0.4.0tag is created from syncedmainvianpm run release:finalize, which triggers the publish pipeline.