Ashwin Bhat
0d2971c794
fix: pass install.sh binary path explicitly to Agent SDK ( #1235 )
...
Agent SDK 0.2.113 dropped vendor/ripgrep and now ships native binaries
via per-platform optionalDependencies. Two breakages:
- action.yml chmod'd vendor/ripgrep which no longer exists, failing the
Install Dependencies step with find exit 1.
- The SDK auto-resolves its bundled binary by trying the -musl platform
package before the glibc one. bun install does not respect the
package.json libc field and installs both on glibc Linux, so the SDK
picks the musl binary and spawn fails with ENOENT.
Remove the obsolete ripgrep chmod. Make installClaudeCode() return the
install.sh binary path and pass it explicitly as
pathToClaudeCodeExecutable so the SDK skips auto-resolution entirely.
2026-04-17 15:50:46 -07:00
GitHub Actions
c68f82cb11
chore: bump Claude Code to 2.1.113 and Agent SDK to 0.2.113
2026-04-17 19:40:20 +00:00
GitHub Actions
c3d45e8e94
chore: bump Claude Code to 2.1.112 and Agent SDK to 0.2.112
2026-04-16 20:00:08 +00:00
GitHub Actions
931e620273
chore: bump Claude Code to 2.1.111 and Agent SDK to 0.2.111
2026-04-16 15:22:22 +00:00
GitHub Actions
905d4eb99a
chore: bump Claude Code to 2.1.110 and Agent SDK to 0.2.110
2026-04-15 22:06:40 +00:00
GitHub Actions
5fb899572b
chore: bump Claude Code to 2.1.109 and Agent SDK to 0.2.109
2026-04-15 04:05:34 +00:00
GitHub Actions
3943183052
chore: bump Claude Code to 2.1.108 and Agent SDK to 0.2.108
2026-04-14 19:16:11 +00:00
GitHub Actions
65f29cf68e
chore: bump Claude Code to 2.1.107 and Agent SDK to 0.2.107
2026-04-14 06:14:35 +00:00
GitHub Actions
1c8b699d43
chore: bump Claude Code to 2.1.105 and Agent SDK to 0.2.105
2026-04-13 21:56:13 +00:00
GitHub Actions
25474bfe8b
chore: bump Claude Code to 2.1.104 and Agent SDK to 0.2.104
2026-04-12 03:21:43 +00:00
GitHub Actions
b47fd721da
chore: bump Claude Code to 2.1.101 and Agent SDK to 0.2.101
2026-04-10 19:06:59 +00:00
GitHub Actions
c26cb6427d
chore: bump Claude Code to 2.1.100 and Agent SDK to 0.2.98
2026-04-10 05:15:24 +00:00
GitHub Actions
657fb7c9c9
chore: bump Claude Code to 2.1.98 and Agent SDK to 0.2.98
2026-04-09 19:21:28 +00:00
GitHub Actions
2ff1acb3ee
chore: bump Claude Code to 2.1.97 and Agent SDK to 0.2.97
2026-04-08 21:55:30 +00:00
GitHub Actions
26ddc358fe
chore: bump Claude Code to 2.1.96 and Agent SDK to 0.2.96
2026-04-08 04:40:59 +00:00
GitHub Actions
398370690e
chore: bump Claude Code to 2.1.94 and Agent SDK to 0.2.94
2026-04-07 21:22:37 +00:00
Ashwin Bhat
6e2bd52842
fix: pin bun runtime config and improve log hygiene ( #1174 )
...
* fix: pin bun runtime config and improve log hygiene
* snapshot all SENSITIVE_PATHS to .claude-pr/, not just .claude/
2026-04-05 07:42:02 -07:00
Ashwin Bhat
3534c326a5
chore: fix prettier formatting in parse-sdk-options.test.ts ( #1176 )
2026-04-04 23:10:12 -07:00
VoidChecksum
eb8baa46af
fix: strip shell comment lines before parsing claude_args ( #1055 )
...
shell-quote treats # as a shell comment character, swallowing all
subsequent content including flags on new lines. Strip comment lines
(lines starting with #) before passing input to shell-quote.
Fixes #802
Co-authored-by: VoidChecksum <Admin@CyberNord>
2026-04-04 20:26:13 -07:00
chyipin
f37c786ad3
Strip OIDC token request env vars from Claude session ( #1011 )
...
When id-token: write permission is enabled, ACTIONS_ID_TOKEN_REQUEST_URL
and ACTIONS_ID_TOKEN_REQUEST_TOKEN are passed to the Claude session via
the process.env spread in parseSdkOptions(). This allows Claude to mint
new OIDC tokens, which is an unintended capability.
This commit deletes these two variables from the env object before passing
it to the Claude SDK. The OIDC flow in token.ts reads directly from
process.env and runs before parseSdkOptions(), so it is unaffected.
Fixes #1010
2026-04-04 20:13:05 -07:00
GitHub Actions
1eddb334cf
chore: bump Claude Code to 2.1.92 and Agent SDK to 0.2.92
2026-04-04 00:45:34 +00:00
GitHub Actions
0432df8bfe
chore: bump Claude Code to 2.1.91 and Agent SDK to 0.2.91
2026-04-03 00:19:01 +00:00
GitHub Actions
58dbe8ed68
chore: bump Claude Code to 2.1.90 and Agent SDK to 0.2.90
2026-04-01 23:57:02 +00:00
Ashwin Bhat
408a40e7c2
Pin Claude Code to 2.1.87 ( #1142 )
...
* Revert "chore: bump Claude Code to 2.1.89 and Agent SDK to 0.2.89"
This reverts commit bee87b3258c251f9279e5371b0cc3660f37f3f77.
* Revert "chore: bump Claude Code to 2.1.88 and Agent SDK to 0.2.88"
This reverts commit 7225f045c6219dd201504adc5534baf31024db31.
2026-04-01 11:29:30 -07:00
GitHub Actions
bee87b3258
chore: bump Claude Code to 2.1.89 and Agent SDK to 0.2.89
2026-04-01 01:13:44 +00:00
GitHub Actions
7225f045c6
chore: bump Claude Code to 2.1.88 and Agent SDK to 0.2.88
2026-03-31 00:35:26 +00:00
GitHub Actions
88c168b39e
chore: bump Claude Code to 2.1.87 and Agent SDK to 0.2.87
2026-03-29 02:29:10 +00:00
GitHub Actions
e7b588b6ea
chore: bump Claude Code to 2.1.86 and Agent SDK to 0.2.86
2026-03-27 21:50:59 +00:00
GitHub Actions
094bd24d57
chore: bump Claude Code to 2.1.85 and Agent SDK to 0.2.85
2026-03-26 22:51:40 +00:00
GitHub Actions
3ac52d0da9
chore: bump Claude Code to 2.1.84 and Agent SDK to 0.2.84
2026-03-26 00:37:42 +00:00
GitHub Actions
0ee1beea58
chore: bump Claude Code to 2.1.83 and Agent SDK to 0.2.83
2026-03-25 06:35:03 +00:00
GitHub Actions
6062f37096
chore: bump Claude Code to 2.1.81 and Agent SDK to 0.2.81
2026-03-20 22:30:13 +00:00
GitHub Actions
df37d2f076
chore: bump Claude Code to 2.1.79 and Agent SDK to 0.2.79
2026-03-18 22:39:18 +00:00
GitHub Actions
1b422b3517
chore: bump Claude Code to 2.1.78 and Agent SDK to 0.2.77
2026-03-17 23:47:59 +00:00
GitHub Actions
4c044bb2f5
chore: bump Claude Code to 2.1.77 and Agent SDK to 0.2.77
2026-03-17 00:33:47 +00:00
GitHub Actions
cd77b50d2b
chore: bump Claude Code to 2.1.76 and Agent SDK to 0.2.76
2026-03-14 01:29:31 +00:00
GitHub Actions
0e80d3c5b8
chore: bump Claude Code to 2.1.75 and Agent SDK to 0.2.75
2026-03-13 17:07:33 +00:00
GitHub Actions
567be3da98
chore: bump Claude Code to 2.1.73 and Agent SDK to 0.2.73
2026-03-11 18:33:26 +00:00
GitHub Actions
eb99fb38f0
chore: bump Claude Code to 2.1.72 and Agent SDK to 0.2.72
2026-03-10 00:49:35 +00:00
GitHub Actions
3428ca8991
chore: bump Claude Code to 2.1.71 and Agent SDK to 0.2.71
2026-03-07 00:11:30 +00:00
GitHub Actions
26ec041249
chore: bump Claude Code to 2.1.70 and Agent SDK to 0.2.70
2026-03-06 01:18:43 +00:00
GitHub Actions
1fc90f3ed9
chore: bump Claude Code to 2.1.69 and Agent SDK to 0.2.69
2026-03-05 00:24:53 +00:00
GitHub Actions
e763fe78de
chore: bump Claude Code to 2.1.68 and Agent SDK to 0.2.68
2026-03-04 10:09:58 +00:00
GitHub Actions
5f8e5bfe5b
chore: bump Claude Code to 2.1.66 and Agent SDK to 0.2.66
2026-03-04 01:17:58 +00:00
David Dworken
64c7a0ef71
Only expose permission_denials count in sanitized output ( #993 )
2026-03-02 09:21:16 +00:00
GitHub Actions
ba7fa4bcf0
chore: bump Claude Code to 2.1.63 and Agent SDK to 0.2.63
2026-02-28 03:51:01 +00:00
GitHub Actions
1dd74842e5
chore: bump Claude Code to 2.1.61 and Agent SDK to 0.2.61
2026-02-26 22:39:58 +00:00
GitHub Actions
273fe82540
chore: bump Claude Code to 2.1.59 and Agent SDK to 0.2.59
2026-02-26 01:05:07 +00:00
GitHub Actions
cd4b150a2a
chore: bump Claude Code to 2.1.58 and Agent SDK to 0.2.58
2026-02-25 20:04:44 +00:00
GitHub Actions
ade221fd1c
chore: bump Claude Code to 2.1.56 and Agent SDK to 0.2.56
2026-02-25 06:37:46 +00:00