Skip to content

Comments

Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29#11038

Merged
pelikhan merged 3 commits intomainfrom
copilot/update-claude-code-sandbox-runtime
Jan 21, 2026
Merged

Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29#11038
pelikhan merged 3 commits intomainfrom
copilot/update-claude-code-sandbox-runtime

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Plan: Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29

Changes Required

  • Update DefaultClaudeCodeVersion in pkg/constants/constants.go from 2.1.12 to 2.1.14
  • Update DefaultSandboxRuntimeVersion in pkg/constants/constants.go from 0.0.28 to 0.0.29
  • Update test expectations in pkg/constants/constants_test.go for version constants
  • Regenerate workflow lock files with updated versions
  • Recompile all workflows to update Claude Code version references
  • Verify all version-related tests pass
  • Confirm no old version references remain in codebase

Summary

This is a low-risk update:

  • Claude Code: 2.1.12 → 2.1.14 (adds optional --file flag, no breaking changes)
  • Sandbox Runtime: 0.0.28 → 0.0.29 (library update, no breaking changes)
  • No migration or workflow changes needed
  • All existing functionality remains intact

Changes Made

  • Updated version constants in pkg/constants/constants.go
  • Updated test expectations in pkg/constants/constants_test.go
  • Recompiled all workflows - 35 workflow lock files updated with Claude Code 2.1.14
  • All version-related unit tests passing
  • Verified no old version references remain in codebase

Testing Results

✅ Constants package tests: All passing
✅ Version constants test: All passing
✅ Build successful
✅ No old version references found in codebase
✅ Recompile successful: 133 out of 134 workflows compiled successfully

Note: Pre-existing test failures in TestClaudeEngineGitHubToolsetsRendering and TestSandboxAgentMandatory are unrelated to these version updates (confirmed by testing on main branch).

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29</issue_title>
<issue_description>This PR updates two Anthropic tools to their latest versions.

Summary of Updates

Two tools have been updated:

  • Claude Code: 2.1.12 → 2.1.14 (skipped 2.1.13)
  • Sandbox Runtime: 0.0.28 → 0.0.29

Update Details

Claude Code: 2.1.12 → 2.1.14

Version: 2.1.12 → 2.1.14
Release Timeline:

  • 2.1.12: Released 2026-01-17 15:40:35 UTC
  • 2.1.13: Skipped (no release)
  • 2.1.14: Released 2026-01-20 22:37:25 UTC
    Release Frequency: 2 versions over 3 days

Breaking Changes: None detected

New Features:

  • Added --file <specs...> flag for downloading file resources at startup
    • Format: file_id:relative_path (e.g., --file file_abc:doc.txt file_def:img.png)
    • Allows specifying multiple files to be downloaded when Claude Code starts

Bug Fixes: Not documented (no public release notes or repository available)

Security: No CVEs or security patches documented

CLI Discovery: New --file flag added for file resource management

Impact: Risk Low

  • New optional flag that doesn't affect existing functionality
  • No breaking changes to existing commands or flags
  • All existing workflows will continue to work without modification

Migration: No migration required

  • The new --file flag is optional
  • Existing code paths remain unchanged

Package Links


Sandbox Runtime: 0.0.28 → 0.0.29

Version: 0.0.28 → 0.0.29
Release Timeline:

  • 0.0.28: Released 2026-01-15 03:21:45 UTC
  • 0.0.29: Released 2026-01-21 06:43:24 UTC
    Release Frequency: 1 version over 6 days

Breaking Changes: None detected

New Features: Not documented (library package, no CLI or public changelog)

Bug Fixes: Not documented (no public release notes or repository available)

Security: No CVEs or security patches documented

CLI Discovery: Not applicable (library package, not a CLI tool)

Impact: Risk Low

  • Sandbox Runtime is a library package used internally
  • No API breaking changes detected from NPM metadata
  • Description unchanged: "Anthropic Sandbox Runtime (ASRT) - A general-purpose tool for wrapping security boundaries around arbitrary processes"

Migration: No migration required

  • Minor version bump suggests backward compatibility
  • Used internally by Claude Code for sandboxing

Package Links


Changes Made

  1. Updated pkg/constants/constants.go:

    • DefaultClaudeCodeVersion: "2.1.12""2.1.14"
    • DefaultSandboxRuntimeVersion: "0.0.28""0.0.29"
  2. Cached help outputs:

    • Saved Claude Code 2.1.14 help output to /tmp/gh-aw/cache-memory/claude-code-2.1.14-help.txt
    • Updated version check cache with latest versions

Testing Recommendations

  • Verify Claude Code 2.1.14 works with existing workflows
  • Test new --file flag functionality if needed in future workflows
  • Confirm Sandbox Runtime 0.0.29 doesn't introduce any sandboxing issues

Overall Risk Assessment

Risk Level: Low

Both updates are minor version bumps with no breaking changes. Claude Code adds a new optional feature, and Sandbox Runtime appears to be a maintenance release. All existing functionality remains intact.

AI generated by CLI Version Checker

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Changeset

  • Type: patch
  • Description: Update Claude Code default to 2.1.14 and Sandbox Runtime default to 0.0.29

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29 Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29 Jan 21, 2026
Copilot AI requested a review from pelikhan January 21, 2026 16:04
@pelikhan pelikhan marked this pull request as ready for review January 21, 2026 16:05
@pelikhan
Copy link
Contributor

@copilot recompile

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot recompile

Recompiled all workflows. 35 workflow lock files updated with Claude Code 2.1.14 (commit 492928a).

@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 Merged PRs:

Test Results:
✅ GitHub MCP | ✅ Serena MCP | ✅ Playwright | ✅ File Writing | ✅ Bash Tool

Overall Status: PASS

@pelikhan @copilot

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

Smoke Test Results

PRs Reviewed:

Test Status:

  • ✅ GitHub MCP
  • ✅ Serena MCP
  • ✅ Playwright
  • ✅ Tavily
  • ✅ File Writing
  • ✅ Bash

Overall: PASS

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

GitHub MCP ✅: [WIP] Update remove_labels allowed list configuration; Fix expiration detection for quoted footers and legacy format
Serena MCP ✅
Playwright ✅
Tavily ✅
File write ✅
Bash cat ✅
Overall: PASS

AI generated by Smoke Codex

@pelikhan pelikhan merged commit 3d0662f into main Jan 21, 2026
70 checks passed
@pelikhan pelikhan deleted the copilot/update-claude-code-sandbox-runtime branch January 21, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update Claude Code to 2.1.14 and Sandbox Runtime to 0.0.29

2 participants