Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Releases: snomiao/claude-code-execute

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Oct 20:53

1.5.1 (2025-10-08)

Bug Fixes

  • mirror continue binary during postbuild (ef9c448)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 04:37

1.5.0 (2025-10-02)

Features

  • change default exitOnIdle to 0 (off) and clarify in help text (e14eaec)

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 04:22

1.4.1 (2025-09-15)

Bug Fixes

  • cli: update usage message to allow optional prompt argument for better clarity (5fb0097)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:19

1.4.0 (2025-08-13)

Features

  • enhance CLI with default timeout and improved option handling (1fed0c9)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:39

1.3.0 (2025-08-13)

Bug Fixes

  • ci: disable NPM publishing to resolve semantic-release authentication issues (94fb831)

Features

  • cli: add verbose option to enable detailed logging during execution (918b148)
  • cli: enhance CLI with yargs for better argument parsing and options (0ea8d89)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:17

1.2.1 (2025-08-10)

Bug Fixes

  • package.json: update claude-yes dependency version to use caret (^) for minor updates and bug fixes (f2eb5f1)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 05:10

1.2.0 (2025-07-17)

Features

  • cli: update claudeCodeExecute function to accept multiple arguments for improved flexibility (bea7f49)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 05:05

1.1.0 (2025-07-17)

Features

  • cli.ts: include package version in console log to provide context about the executed version of the CLI tool (fe66bc6)
  • cli: add cli-continue script for improved command line interaction (cbce6e5)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 23:22

1.0.3 (2025-07-11)

Bug Fixes

  • index.ts: update claudeArgs to include '-c' for improved command execution stability (173b159)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:51

1.0.2 (2025-07-11)

Bug Fixes

  • index.ts: increase exitOnIdle timeout from 10e3 to 30e3 for improved stability (65ee6cb)