Releases: matthewmyrick/beagle
Releases · matthewmyrick/beagle
Release list
v0.29.0
What's Changed
- feat(tickets): Linear CLI mode + skill tells agents to attach tickets by @matthewmyrick in #173
- release: cli 0.29.0 by @matthewmyrick in #174
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- build: root Cargo workspace + scaffold agent runtime crates by @matthewmyrick in #154
- feat(agent): agent config schema + agents.toml loader by @matthewmyrick in #155
- feat(agent): durable SQLite job-state store + crash recovery by @matthewmyrick in #156
- feat(agent): headless claude runner (process group, timeout, orphan cleanup) by @matthewmyrick in #157
- feat(agent): isolated git worktree manager by @matthewmyrick in #158
- feat(agent): RCA trigger poller over the beagle store by @matthewmyrick in #159
- feat(agent): orchestration — RCA → worktree → claude → PR → advance by @matthewmyrick in #160
- feat(agent): control socket + protocol by @matthewmyrick in #161
- feat(cli): beagle agent daemon control + macOS launchd autostart by @matthewmyrick in #162
- feat(cli): Linux systemd --user autostart for beagle agent by @matthewmyrick in #163
- feat(ui): top-level Screen enum + Agents screen placeholder by @matthewmyrick in #164
- feat(ui): agents screen — live daemon status over the control socket by @matthewmyrick in #165
- feat(ui): agents screen controls — select, start/stop, log, config by @matthewmyrick in #166
- feat(desktop): Tauri commands + live event stream for the agents daemon by @matthewmyrick in #167
- feat(desktop): agents monitor view — live status + controls by @matthewmyrick in #168
- docs: agent runtime guide + coexistence note by @matthewmyrick in #169
- feat: attach tracking tickets (Linear/GitHub) + ticket sync auto-attaches their PRs by @matthewmyrick in #170
- release: cli 0.28.0 by @matthewmyrick in #171
- fix(ci): release packages from the workspace target dir by @matthewmyrick in #172
Full Changelog: v0.27.0...v0.28.0
What's Changed
- build: root Cargo workspace + scaffold agent runtime crates by @matthewmyrick in #154
- feat(agent): agent config schema + agents.toml loader by @matthewmyrick in #155
- feat(agent): durable SQLite job-state store + crash recovery by @matthewmyrick in #156
- feat(agent): headless claude runner (process group, timeout, orphan cleanup) by @matthewmyrick in #157
- feat(agent): isolated git worktree manager by @matthewmyrick in #158
- feat(agent): RCA trigger poller over the beagle store by @matthewmyrick in #159
- feat(agent): orchestration — RCA → worktree → claude → PR → advance by @matthewmyrick in #160
- feat(agent): control socket + protocol by @matthewmyrick in #161
- feat(cli): beagle agent daemon control + macOS launchd autostart by @matthewmyrick in #162
- feat(cli): Linux systemd --user autostart for beagle agent by @matthewmyrick in #163
- feat(ui): top-level Screen enum + Agents screen placeholder by @matthewmyrick in #164
- feat(ui): agents screen — live daemon status over the control socket by @matthewmyrick in #165
- feat(ui): agents screen controls — select, start/stop, log, config by @matthewmyrick in #166
- feat(desktop): Tauri commands + live event stream for the agents daemon by @matthewmyrick in #167
- feat(desktop): agents monitor view — live status + controls by @matthewmyrick in #168
- docs: agent runtime guide + coexistence note by @matthewmyrick in #169
- feat: attach tracking tickets (Linear/GitHub) + ticket sync auto-attaches their PRs by @matthewmyrick in #170
- release: cli 0.28.0 by @matthewmyrick in #171
- fix(ci): release packages from the workspace target dir by @matthewmyrick in #172
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- feat(ui): P attaches a PR to the selected RCA via a URL prompt by @matthewmyrick in #135
- release: cli 0.27.0 by @matthewmyrick in #136
Full Changelog: v0.26.1...v0.27.0
What's Changed
- feat(ui): P attaches a PR to the selected RCA via a URL prompt by @matthewmyrick in #135
- release: cli 0.27.0 by @matthewmyrick in #136
Full Changelog: v0.26.1...v0.27.0
v0.26.1
What's Changed
- fix(ui): paint the content cursor bar on the buffer (blank-line doubling) by @matthewmyrick in #132
- release: cli 0.26.1 by @matthewmyrick in #133
Full Changelog: v0.26.0...v0.26.1
v0.26.0
What's Changed
- feat(ui): v visual-line select, full-width cursor, Y yanks id by @matthewmyrick in #129
- release: cli 0.26.0 by @matthewmyrick in #130
Full Changelog: v0.25.0...v0.26.0
What's Changed
- feat(ui): v visual-line select, full-width cursor, Y yanks id by @matthewmyrick in #129
- release: cli 0.26.0 by @matthewmyrick in #130
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- feat(md): syntax highlighting + delimiters for fenced code by @matthewmyrick in #125
- feat(ui): content line cursor + y copies the current line (vim-style) by @matthewmyrick in #126
- release: cli 0.25.0 by @matthewmyrick in #127
Full Changelog: v0.24.0...v0.25.0
What's Changed
- feat(md): syntax highlighting + delimiters for fenced code by @matthewmyrick in #125
- feat(ui): content line cursor + y copies the current line (vim-style) by @matthewmyrick in #126
- release: cli 0.25.0 by @matthewmyrick in #127
Full Changelog: v0.24.0...v0.25.0
What's Changed
- feat(md): syntax highlighting + delimiters for fenced code by @matthewmyrick in #125
- feat(ui): content line cursor + y copies the current line (vim-style) by @matthewmyrick in #126
- release: cli 0.25.0 by @matthewmyrick in #127
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- cli: add --json to
beagle listfor machine-readable output by @matthewmyrick in #120 - feat: optional Commands tab (commands.md) + s security filter facet by @matthewmyrick in #122
- release: cli 0.24.0 by @matthewmyrick in #123
Full Changelog: v0.23.0...v0.24.0
What's Changed
- cli: add --json to
beagle listfor machine-readable output by @matthewmyrick in #120 - feat: optional Commands tab (commands.md) + s security filter facet by @matthewmyrick in #122
- release: cli 0.24.0 by @matthewmyrick in #123
Full Changelog: v0.23.0...v0.24.0
What's Changed
- cli: add --json to
beagle listfor machine-readable output by @matthewmyrick in #120 - feat: optional Commands tab (commands.md) + s security filter facet by @matthewmyrick in #122
- release: cli 0.24.0 by @matthewmyrick in #123
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- feat(ui): drop sidebar id/slug, add p has-PR facet, poll PRs every 5m by @matthewmyrick in #117
- release: cli 0.23.0 by @matthewmyrick in #118
Full Changelog: v0.22.0...v0.23.0
What's Changed
- feat(ui): drop sidebar id/slug, add p has-PR facet, poll PRs every 5m by @matthewmyrick in #117
- release: cli 0.23.0 by @matthewmyrick in #118
Full Changelog: v0.22.0...v0.23.0
What's Changed
- feat(ui): drop sidebar id/slug, add p has-PR facet, poll PRs every 5m by @matthewmyrick in #117
- release: cli 0.23.0 by @matthewmyrick in #118
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- feat(ui): sidebar PR indicator — is this review tracking a PR? by @matthewmyrick in #114
- release: cli 0.22.0 by @matthewmyrick in #115
Full Changelog: v0.21.2...v0.22.0
What's Changed
- feat(ui): sidebar PR indicator — is this review tracking a PR? by @matthewmyrick in #114
- release: cli 0.22.0 by @matthewmyrick in #115
Full Changelog: v0.21.2...v0.22.0
What's Changed
- feat(ui): sidebar PR indicator — is this review tracking a PR? by @matthewmyrick in #114
- release: cli 0.22.0 by @matthewmyrick in #115
Full Changelog: v0.21.2...v0.22.0
v0.21.2
What's Changed
- fix(ui): reword the y help row to mention copy by @matthewmyrick in #111
- release: cli 0.21.2 by @matthewmyrick in #112
Full Changelog: v0.21.1...v0.21.2
What's Changed
- fix(ui): reword the y help row to mention copy by @matthewmyrick in #111
- release: cli 0.21.2 by @matthewmyrick in #112
Full Changelog: v0.21.1...v0.21.2