chore: cut v0.29.0 - #231
Merged
Merged
Conversation
Move the [Unreleased] block under a v0.29.0 heading and refresh the compare links. The release job copies that section verbatim into the published notes, so it is checked here: the awk in release.yml extracts 255 lines under two headings, opening at Added and closing on the loopback-listener entry. Both READMEs claimed less than the app does. Neither said a session can hand work to another — the feature this release is mostly about — so neither mentioned the tools an agent is handed at spawn, the lich command every session carries, opening a session with a worktree under it, or that the same commands drive a session from any shell. The plugin line still offered Claude Code and Codex "or both", where Settings has installed into all four harnesses since 0.29.0's plugin work. The Chinese README was a release further behind: it never picked up lich rage or lich doctor either, and does now.
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.
Prepares the v0.29.0 release. No tag here — that is the next step, by hand.
CHANGELOG
The
[Unreleased]block moves under a## [0.29.0] - 2026-08-11heading, and the compare links pick up the new version. Same shape as the v0.28.0 cut.The release job copies that section verbatim into the published notes, so I ran its own
awkagainst the result: 255 lines, opening at### Addedand closing on the loopback-listener entry, with exactly the two headings the section has. Nothing above or below leaks in.READMEs
Both claimed less than the app does, and the gap is this release's headline.
lichcommand every session carries, opening a session with a worktree under it and closing it again, or the same commands driving a session from any shell. A new bullet covers it and points atdocs/cli.mdfor the full surface.lich rageorlich doctorfrom v0.28.0. It does now, alongside the two fixes above.Test plan
go test ./...green —CHANGELOG.mdis embedded in the binary andinternal/patchnotesparses itrelease.yml's extractionawkrun against the new file, output inspectedgofmt -l .clean (no Go changed; the suite is what proves the embed)After this merges
lich-binon the AUR is still at0.23.0-1— theaurjob has failed on every tag since v0.24.0 withThe AUR is down due to maintenance. That maintenance is over:ssh aur@aur.archlinux.org helpandlist-reposboth answer normally now, withlich-binlisted. So this tag should be the one that republishes, jumping straight from 0.23.0 to 0.29.0. Worth watching that job.