Skip to content

Releases: AnandChowdhary/continuous-claude

Release v0.14.0

30 Nov 17:39

Choose a tag to compare

What's Changed

  • ♻️ Refine waiting logic in wait_for_pr_checks function (d246e62)
  • ✨ Improve waiting message logic with dots for each check (f7187af)
  • 👷 Update CHANGELOG and release workflow to exclude installation instructions (803e99f)

Full Changelog: v0.13.0...v0.14.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.14.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.14.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.13.0

28 Nov 08:59

Choose a tag to compare

What's Changed

  • ✨ Show PR title after merge complete (#38) (2039502)

Full Changelog: v0.12.0...v0.13.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.13.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.13.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.12.0

26 Nov 17:22

Choose a tag to compare

What's Changed

  • ✨ Add --max-duration flag for time-boxed execution (#35) (c21bd35)

Full Changelog: v0.11.1...v0.12.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.12.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.12.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.11.1

26 Nov 11:10

Choose a tag to compare

What's Changed

  • 🐛 Fix updates, allow skipping and timeouts (666a85d)
  • 🔖 Update continuous_claude.sh for improved functionality (ea527b9)
  • 👷 Regenerate checksum for continuous_claude.sh during release process (7eba78e)

Full Changelog: v0.11.0...v0.11.1

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.11.1/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.11.1/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.11.0

26 Nov 10:06

Choose a tag to compare

What's Changed

  • ✨ Auto-detect GitHub owner and repo from git remote (#33) (1c76c30)

Full Changelog: v0.10.0...v0.11.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.11.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.11.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.10.0

26 Nov 09:40

Choose a tag to compare

What's Changed

  • ✨ Add auto-update functionality with startup checks and manual update command (#26) (6bb6019)

Full Changelog: v0.9.1...v0.10.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.10.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.10.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.9.1

24 Nov 10:54

Choose a tag to compare

What's Changed

  • 🐛 Handle Claude Code array output format (#24) (bdf9261)

Full Changelog: v0.9.0...v0.9.1

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.1/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.1/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Release v0.9.0

21 Nov 14:21

Choose a tag to compare

What's Changed

  • ✨ Delete remote branch while closing PR (0bca6f9)

Full Changelog: v0.8.5...v0.9.0

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.0/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.0/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Pre-release for PR #23

20 Nov 14:41
8a219b1

Choose a tag to compare

Pre-release

Pre-release for Testing

Warning: This is a pre-release version created automatically from PR #23.
It is intended for testing purposes only and should not be used in production.

Pull Request Details

Changes in this PR

  • 🐛 Simplify agent iteration error handling (5026ded)
  • 🎨 Clean up whitespace in PR preview workflow (1172e93)
  • 👷 Add support for custom prompts in AI agent commands (61614b6)
  • ✨ Introduce custom AI agent support (fixes #22) (c682eb5)

Installation

Test this pre-release with:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.0-dev.pr23/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.9.0-dev.pr23/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/

Feedback

Please test this pre-release and report any issues in the PR comments.

Release v0.8.5

20 Nov 17:37

Choose a tag to compare

What's Changed

  • 🐛 Enhance error handling in run_claude_iteration (64e8386)

Full Changelog: v0.8.4...v0.8.5

Installation

Install with a single command:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.8.5/install.sh | bash

Or download the script directly:

curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.8.5/continuous_claude.sh -o continuous-claude
chmod +x continuous-claude
sudo mv continuous-claude /usr/local/bin/