Fix stale claudeCodeVersion in run.ts and update bump automation (#943)

This commit is contained in:
Ashwin Bhat
2026-02-13 15:12:56 -08:00
committed by GitHub
parent ea36d6abde
commit f5088835af
+1 -1
View File
@@ -51,7 +51,7 @@ async function installClaudeCode(): Promise<void> {
return;
}
const claudeCodeVersion = "2.1.31";
const claudeCodeVersion = "2.1.42";
console.log(`Installing Claude Code v${claudeCodeVersion}...`);
for (let attempt = 1; attempt <= 3; attempt++) {