Skip to content

Commit d1641b9

Browse files
docs: update changelog for v0.7.0
1 parent 0e15001 commit d1641b9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to Chief are documented in this file.
44

5+
## [0.7.0] - 2026-03-08
6+
7+
### Features
8+
- **Pluggable agent backend** — in addition to Claude Code, Chief now supports OpenCode and Codex as agent CLIs thanks to @Simon-BEE and @tpaulshippy
9+
- PRD robustness: handle large PRDs exceeding token limits, prevent merge/edit from truncating JSON, stable task IDs across PRD regeneration, watchdog for hung agents with no output, fix partially created PRD directories causing UI bugs, fix `.chief/` files committed despite gitignore
10+
- Scrollable TUI task list with proper label wrapping
11+
12+
### Refactoring
13+
- Deduplicate flag parsing and convert helpers with improved test coverage
14+
- Inline story ID and title into commit message template
15+
516
## [0.6.1] - 2026-02-24
617

718
### Bug Fixes
@@ -127,6 +138,10 @@ Initial release.
127138
- CLI commands: `chief new`, `chief edit`, `chief status`, `chief list`
128139
- Homebrew formula and install script
129140

141+
[0.7.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.6.1...v0.7.0
142+
[0.6.1]: https://github.com/MiniCodeMonkey/chief/compare/v0.6.0...v0.6.1
143+
[0.6.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.5.4...v0.6.0
144+
[0.5.4]: https://github.com/MiniCodeMonkey/chief/compare/v0.5.3...v0.5.4
130145
[0.5.3]: https://github.com/MiniCodeMonkey/chief/compare/v0.5.2...v0.5.3
131146
[0.5.2]: https://github.com/MiniCodeMonkey/chief/compare/v0.5.1...v0.5.2
132147
[0.5.1]: https://github.com/MiniCodeMonkey/chief/compare/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)