Skip to content

Commit c26cb64

Browse files
committed
chore: bump Claude Code to 2.1.100 and Agent SDK to 0.2.98
1 parent 657fb7c commit c26cb64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124
PATH_TO_CLAUDE_CODE_EXECUTABLE: ${{ inputs.path_to_claude_code_executable }}
125125
run: |
126126
if [ -z "$PATH_TO_CLAUDE_CODE_EXECUTABLE" ]; then
127-
CLAUDE_CODE_VERSION="2.1.98"
127+
CLAUDE_CODE_VERSION="2.1.100"
128128
echo "Installing Claude Code v${CLAUDE_CODE_VERSION}..."
129129
for attempt in 1 2 3; do
130130
echo "Installation attempt $attempt..."

src/entrypoints/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function installClaudeCode(): Promise<void> {
6464
return;
6565
}
6666

67-
const claudeCodeVersion = "2.1.98";
67+
const claudeCodeVersion = "2.1.100";
6868
console.log(`Installing Claude Code v${claudeCodeVersion}...`);
6969

7070
for (let attempt = 1; attempt <= 3; attempt++) {

0 commit comments

Comments
 (0)