Skip to content

Comments

Update Claude Code to version 2.0.15#1739

Merged
pelikhan merged 3 commits intomainfrom
copilot/update-claude-code-2-0-15
Oct 15, 2025
Merged

Update Claude Code to version 2.0.15#1739
pelikhan merged 3 commits intomainfrom
copilot/update-claude-code-2-0-15

Conversation

Copy link
Contributor

Copilot AI commented Oct 15, 2025

Summary

This PR updates the Claude Code CLI from version 2.0.14 to 2.0.15, a minor bug fix release that improves file handling reliability in conversation resumption and print mode.

What Changed

Updated DefaultClaudeCodeVersion constant in pkg/constants/constants.go from "2.0.14" to "2.0.15" and recompiled all workflow files to reflect the new version.

Claude Code 2.0.15 Release Notes

Release Date: October 14, 2025
Release Type: Bug fix release

Bug Fixes

  • Fixed bug with resuming where previously created files needed to be read again before writing
  • Fixed bug with -p mode where @-mentioned files needed to be read again before writing

Impact Assessment

Category Details
Risk Level Low
Breaking Changes None
New Features None (bug fix release only)
Bug Fixes 2 file handling improvements
Security Updates None
Performance Minor improvements to file operation efficiency

Testing

✅ All unit tests pass
✅ All integration tests pass
✅ All JavaScript tests pass
✅ Successfully compiled 94 workflow files (30 main + 64 test)
✅ Formatting and linting validated
make agent-finish completed successfully

Files Updated

  • Source: pkg/constants/constants.go - Updated DefaultClaudeCodeVersion constant
  • Workflows: 11 main workflow lock files in .github/workflows/ regenerated with new version
  • Test Workflows: 64 test workflow lock files in pkg/cli/workflows/ regenerated with new version

All workflow files now install @anthropic-ai/claude-code@2.0.15 instead of 2.0.14.

Migration Requirements

No migration required. This is a backward-compatible bug fix release with no configuration changes needed.

References

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update Claude Code to version 2.0.15</issue_title>
<issue_description>## Summary

This PR updates the Claude Code CLI from version 2.0.14 to 2.0.15, a minor bug fix release that improves file handling reliability in conversation resumption and print mode.

Version Check Results

Checked CLI/MCP Server Versions:

  • Claude Code: 2.0.14 → 2.0.15 (update available)
  • ⏸️ Copilot CLI: 0.0.340 (latest: 0.0.333-10 - current version is newer)
  • ⏸️ Codex: 0.46.0 (no update available)
  • ⏸️ GitHub MCP Server: v0.18.0 (no update available)

Claude Code Update: 2.0.14 → 2.0.15

Release Information

  • Previous Version: 2.0.14
  • New Version: 2.0.15
  • Release Date: October 14, 2025
  • Release Type: Bug fix release

Changes

Bug Fixes

  • Fixed bug with resuming where previously created files needed to be read again before writing
  • Fixed bug with -p mode where @-mentioned files needed to be read again before writing

Impact Assessment

Category Details
Risk Level Low
Breaking Changes None
New Features None (bug fix release only)
Bug Fixes 2 file handling improvements
Security Updates None
Performance Minor improvements to file operation efficiency

Affected Features

  • Conversation Resumption: Improves reliability when resuming conversations that involved file creation operations
  • Print Mode (-p): Fixes issue where @-mentioned files required redundant reads before writing

Migration Requirements

No migration required. This is a backward-compatible bug fix release with no breaking changes or configuration updates needed.

Testing

  • ✅ Updated pkg/constants/constants.go with new version
  • ✅ Ran make recompile successfully - all 30 workflows compiled
  • ✅ Verified workflow lock files updated correctly
  • ✅ No breaking changes to gh-aw functionality

Files Changed

  • pkg/constants/constants.go - Updated DefaultClaudeCodeVersion constant
  • .github/workflows/*.lock.yml - Updated workflow definitions (11 files using Claude Code engine)

Changelog Reference

Full changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2015


🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

AI generated by CLI Version Checker


[!NOTE]
This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available as an artifact (aw.patch) in the workflow run linked above.
To apply the patch locally:

# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/18525339767
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 18525339767 -n aw.patch
# Apply the patch
git am aw.patch
Show patch preview (325 of 325 lines)
From da5242474446225370bc1402e0a8f02b417aeb34 Mon Sep 17 00:00:00 2001
From: CLI Version Checker <github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 Oct 2025 10:13:28 +0000
Subject: [PATCH] Update Claude Code to version 2.0.15
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Updated Claude Code CLI from version 2.0.14 to 2.0.15.

## Version Update

- **Previous Version**: 2.0.14
- **New Version**: 2.0.15
- **Release Date**: October 14, 2025 (based on commit timestamp)

## Changes in 2.0.15

### Bug Fixes
- Fixed bug with resuming where previously created files needed to be read again before writing
- Fixed bug with `-p` mode where @-mentioned files needed to be read again before writing

## Impact Assessment

- **Risk Level**: Low
- **Breaking Changes**: None
- **New Features**: None (bug fix release only)
- **Affected Features**:
  - Conversation resumption with file operations
  - Print mode (`-p`) with @-mentioned files
- **Migration Required**: No

## Security Updates

No security-specific changes mentioned in this release.

## Additional Context

This is a minor patch release that addresses two file handling bugs:
1. Improves reliability when resuming conversations that involved file creation
2. Fixes an issue with @-mentioned files in print mode requiring redundant reads

Both fixes enhance the user experience without introducing breaking changes or requiring any migration steps.

## Changelog Reference

Full changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2015

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
---
 .github/workflows/audit-workflows.lock.yml           | 4 ++--
 .github/workflows/changeset-generat...

</details>

Fixes githubnext/gh-aw#1736

<!-- START COPILOT CODING AGENT TIPS -->
---

✨ Let Copilot coding agent [set things up for you](https://github.com/githubnext/gh-aw/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Claude Code to version 2.0.15 Update Claude Code to version 2.0.15 Oct 15, 2025
@pelikhan pelikhan marked this pull request as ready for review October 15, 2025 11:27
Copilot AI requested a review from pelikhan October 15, 2025 11:27
@github-actions
Copy link
Contributor

Agentic Changeset Generator triggered by this pull request

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@pelikhan pelikhan merged commit a01ef0d into main Oct 15, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/update-claude-code-2-0-15 branch October 15, 2025 11:30
@github-actions
Copy link
Contributor

Smoke Test Results

PR Titles:

Test Results:

  • ✅ GitHub MCP
  • ✅ Safe Inputs GH CLI
  • ❌ Serena MCP (not available)
  • ✅ Playwright
  • ✅ File Writing
  • ✅ Bash Tool
  • ✅ Discussion Query/Comment
  • ✅ Build gh-aw
  • ✅ Create Discussion
  • ✅ Workflow Dispatch
  • ✅ PR Review

Overall: PASS (11/12 tests)

@Copilot @pelikhan

📰 BREAKING: Report filed by Smoke Copilot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants