Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/easy-lemons-follow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-words-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/puny-cars-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-zoos-unite.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/format-claude-stream

## 0.1.3

### Patch Changes

- c47684b: Task tool calls are now formatted nicely instead of the raw JSON being dumped.
- 7f1c749: Help text is now printed when the `-h` or `--help` flag is passed on the command line.
- d30a5a4: Task results now render without displaying "Unrecognized JSON" errors.
- cff684c: Subagent prompts no longer display as "Unrecognized JSON" errors.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/format-claude-stream",
"version": "0.1.2",
"version": "0.1.3",
"description": "Formats output from `claude --output-format stream-json` as human-readable text",
"repository": {
"type": "git",
Expand Down
Loading