|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [v0.1.1-beta.4](https://github.com/coder/agent-tty/releases/tag/v0.1.1-beta.4) - 2026-04-25 |
| 6 | + |
5 | 7 | ### Added |
6 | 8 |
|
7 | | -- Release automation now uses Communique to update release PR changelog entries and compose GitHub Release notes while preserving install, checksum, and tarball fallback guidance. |
8 | | -- CI now runs GitHub Actions workflow linting with `actionlint` and `zizmor` through the shared `mise run workflow-lint` task. |
9 | | -- CI now installs mise-managed tools from the committed `mise.lock` so tool archive URLs and checksums are stable across release automation. |
10 | | -- The package engine range now allows Node 25 in addition to Node 24. |
| 9 | +- Selectable `libghostty-vt` renderer backend support with backend-selection plumbing for live commands, offline replay, screenshots, snapshots, waits, and WebM export, plus dogfood coverage for the fallback path (#42). |
| 10 | +- Skills eval authoring and reporting DX, including workspace presets, reporter lifecycle hooks, token usage snapshots, and stronger statistical guidance for measuring skill changes (#33, #35, #36, #37). |
| 11 | +- Communique-powered release changelog and GitHub Release note automation, locked `mise` tooling, and GitHub Actions workflow linting with `actionlint` and `zizmor` (#32, #39). |
| 12 | +- Apache license and reorganized repository documentation for release, roadmap, design, dogfood, contributor, and maintainer workflows (#40, #41, #43). |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +- The package engine range now allows Node 25 in addition to Node 24 (#39). |
| 17 | +- Development dependency maintenance updated PostCSS (#44). |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- `agent-tty --help` now points users at `agent-tty skills list` for bundled skill discovery (#38). |
| 22 | +- Release workflows now authenticate protected branch fetches so private-repository release automation can read base/default branch refs (#45). |
| 23 | +- Eval scoring, reporting, verifier calibration, and anti-pattern checks were hardened with additional unit coverage (#34, #36). |
11 | 24 |
|
12 | 25 | ## [v0.1.1-beta.3](https://github.com/coder/agent-tty/releases/tag/v0.1.1-beta.3) - 2026-04-24 |
13 | 26 |
|
|
0 commit comments