diff --git a/.changeset/blue-wombats-cross.md b/.changeset/blue-wombats-cross.md deleted file mode 100644 index 5f3365b..0000000 --- a/.changeset/blue-wombats-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/format-claude-stream": minor ---- - -Previously, Edit tool calls produced output like "The file `` has been updated successfully." This noise is now suppressed. diff --git a/.changeset/odd-dogs-wash.md b/.changeset/odd-dogs-wash.md deleted file mode 100644 index 6e7b17d..0000000 --- a/.changeset/odd-dogs-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/format-claude-stream": patch ---- - -Suppress output of Read calls more reliably, preventing file contents from getting dumped to the terminal. diff --git a/CHANGELOG.md b/CHANGELOG.md index b172a2d..12756e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/format-claude-stream +## 0.1.0 + +### Minor Changes + +- 2fa7acc: Previously, Edit tool calls produced output like "The file `` has been updated successfully." This noise is now suppressed. + +### Patch Changes + +- 305932f: Suppress output of Read calls more reliably, preventing file contents from getting dumped to the terminal. + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 8791ff7..b609fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@khanacademy/format-claude-stream", - "version": "0.0.3", + "version": "0.1.0", "description": "Formats output from `claude --output-format stream-json` as human-readable text", "repository": { "type": "git",