chore: release v0.3.1
Some checks failed
Release / goreleaser (push) Failing after 6m8s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped

### Fixed
- Orphan cleanup on macOS - TTY comparison now handles macOS '??' format
- Session kill orphan prevention - gt done and gt crew stop use KillSessionWithProcesses

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mayor
2026-01-17 03:53:50 -08:00
committed by beads/crew/emma
parent 2feefd1731
commit cedb1bbd13
3 changed files with 16 additions and 1 deletions

View File

@@ -74,6 +74,14 @@ type VersionChange struct {
// versionChanges contains agent-actionable changes for recent versions
var versionChanges = []VersionChange{
{
Version: "0.3.1",
Date: "2026-01-17",
Changes: []string{
"FIX: Orphan cleanup on macOS - TTY comparison now handles macOS '??' format",
"FIX: Session kill orphan prevention - gt done and gt crew stop use KillSessionWithProcesses",
},
},
{
Version: "0.3.0",
Date: "2026-01-17",