Skip to content

Commit c865943

Browse files
0.4.0
1 parent 4772c67 commit c865943

4 files changed

Lines changed: 22 additions & 23 deletions

File tree

.changeset/fix-stdin-handling.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- f6f0756: feat: Improve CLI stdin handling with new options and user feedback
8+
- Add `-p`/`--prompt` flag to send prompts directly without stdin
9+
- Add `--disable-stdin` flag to explicitly disable stdin mode
10+
- Add `--stdin-stream-timeout` for optional timeout on stdin reading
11+
- Add `--dry-run` flag for simulating operations
12+
- Output JSON status message when entering stdin listening mode
13+
- Include CTRL+C exit hint and --help guidance
14+
- Show help immediately when running in interactive terminal (TTY)
15+
- Remove default timeout on stdin reading (wait indefinitely by default)
16+
17+
This improves user experience by:
18+
1. Never hanging silently - always provide feedback
19+
2. Supporting multiple input modes (stdin, direct prompt, help)
20+
3. Following CLI best practices from clig.dev guidelines
21+
322
## 0.3.1
423

524
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/agent",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)