You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
4
4
- - -
5
+
## v0.4.0 - 2026-07-20
6
+
#### Documentation
7
+
-**(readme)** surface agent CLI in intro and features; bump crate to 0.4.0 - (d70586a) - Kevin B. Ridgway
8
+
- document agent-friendly CLI contract - (44f178b) - Kevin B. Ridgway
9
+
- add agent-CLI phase 1 implementation plan - (a4f3b3a) - Kevin B. Ridgway
10
+
- add Homebrew install as primary method, remove duplicate install sections - (774646e) - Kevin B. Ridgway
11
+
#### Features
12
+
-**(cli)** stories subcommand with --json, exit codes, and TTY guard - (c4048ae) - Kevin B. Ridgway
13
+
-**(cli)** add clap arg definitions for stories subcommand - (f4ddf61) - Kevin B. Ridgway
14
+
-**(types)** derive Serialize on Story for JSON output - (a9dba99) - Kevin B. Ridgway
15
+
#### Miscellaneous Chores
16
+
- add publish target and set v-prefixed tags - (25292ad) - Kevin B. Ridgway
17
+
#### Refactoring
18
+
-**(api)** add limit parameter to fetch_stories - (5278c52) - Kevin B. Ridgway
19
+
20
+
- - -
21
+
5
22
## 0.3.0 - 2026-04-10
6
23
#### Features
7
24
-**(comments)** add threaded comments view, help bar, and version 0.3.0 - (a4c90c7) - Kevin B. Ridgway
0 commit comments