Skip to content

Releases: Khan/format-claude-stream

v0.1.1

06 Mar 23:55
30eaefc

Choose a tag to compare

Patch Changes

  • 2fd38f4: Add blank lines between events, for readability. Tool results are kept together with their tool calls, with no intervening blank line. Consecutive Read and Edit calls are also grouped together.

v0.1.0

06 Mar 22:18
8bb813d

Choose a tag to compare

Minor Changes

  • 2fa7acc: Previously, Edit tool calls produced output like "The file <path> 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.

v0.0.3

06 Mar 19:37
1fcdf76

Choose a tag to compare

Patch Changes

  • a7ff63b: Compile CLI to JavaScript instead of relying on @swc-node/register to compile it on the fly.

v0.0.2

06 Mar 18:32

Choose a tag to compare

Patch Changes

  • ddfdf95: Re-publish of 0.0.1 with package provenance and OIDC enabled