Skip to content

Commit d89e6a8

Browse files
Version Packages
1 parent cff684c commit d89e6a8

6 files changed

Lines changed: 10 additions & 21 deletions

File tree

.changeset/easy-lemons-follow.md

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

.changeset/late-words-fly.md

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

.changeset/puny-cars-create.md

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

.changeset/smart-zoos-unite.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @khanacademy/format-claude-stream
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- c47684b: Task tool calls are now formatted nicely instead of the raw JSON being dumped.
8+
- 7f1c749: Help text is now printed when the `-h` or `--help` flag is passed on the command line.
9+
- d30a5a4: Task results now render without displaying "Unrecognized JSON" errors.
10+
- cff684c: Subagent prompts no longer display as "Unrecognized JSON" errors.
11+
312
## 0.1.2
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/format-claude-stream",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Formats output from `claude --output-format stream-json` as human-readable text",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)