Skip to content

Commit d70586a

Browse files
program247365claude
andcommitted
docs(readme): surface agent CLI in intro and features; bump crate to 0.4.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent eeb44b6 commit d70586a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hackertuah"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hacker News TUI
22

3-
A terminal-based user interface for browsing Hacker News with Vim-style navigation and Claude AI integration for story summarization.
3+
A terminal-based user interface for browsing Hacker News with Vim-style navigation and Claude AI integration for story summarization. Also an agent-friendly CLI: `hackertuah stories --json` gives scripts and coding agents clean JSON on stdout.
44

55
![Hacker News TUI Demo](./demo.gif)
66

@@ -33,6 +33,7 @@ cargo install --git https://github.com/program247365/hackertuah
3333
- **Context-aware help bar** — keyboard shortcuts displayed at the bottom of every screen, updating per context
3434
- **Matrix-style loading screen** while fetching data
3535
- **Classic green-on-black** terminal aesthetic
36+
- **Agent-friendly CLI**`hackertuah stories [section] [--limit N] [--json]` for scripts, pipelines, and coding agents; stable exit codes, data on stdout, progress on stderr (see [Agent / scripting usage](#agent--scripting-usage))
3637

3738
## Keyboard Controls
3839

0 commit comments

Comments
 (0)