Skip to content

Commit 07f1749

Browse files
🔖 Release version v0.24.7
1 parent 3292128 commit 07f1749

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [v0.24.7] - 2026-05-09
4+
5+
### What's Changed
6+
7+
- ✨ Add reviewer provider selection (#63) (3292128)
8+
9+
**Full Changelog**: https://github.com/AnandChowdhary/continuous-claude/compare/v0.24.6...v0.24.7
10+
11+
312
## [v0.24.6] - 2026-05-09
413

514
### What's Changed

continuous_claude.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Set-StrictMode -Version Latest
44
$ErrorActionPreference = "Stop"
55

6-
$script:Version = "v0.24.6"
6+
$script:Version = "v0.24.7"
77
$script:ClaudeFlags = @("--dangerously-skip-permissions", "--output-format", "stream-json", "--verbose")
88
$script:CodexFlags = @("--json", "--dangerously-bypass-approvals-and-sandbox", "--skip-git-repo-check")
99

continuous_claude.ps1.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
406b4c21e97a455ac4ac8295acc201d9f6848c2b314312d00236e869296440d1 continuous_claude.ps1
1+
46b46d409f78110b06f70fb48ad47e5b617b34cb977cd7ac3388ca0853c8cf40 continuous_claude.ps1

continuous_claude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# shellcheck disable=SC2155
33

4-
VERSION="v0.24.6"
4+
VERSION="v0.24.7"
55

66
ADDITIONAL_FLAGS="--dangerously-skip-permissions --output-format stream-json --verbose"
77
CODEX_ADDITIONAL_FLAGS="--json --dangerously-bypass-approvals-and-sandbox --skip-git-repo-check"

continuous_claude.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f7a5c8930e9d80dc1df1419603c89ff2fa5e040861ac2eec1e659b51519dd501 continuous_claude.sh
1+
5e8288dd13dd447db315a0a072cac61e74ff05e64935dd08039c1ff333884bf8 continuous_claude.sh

0 commit comments

Comments
 (0)