Merged
Conversation
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
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>
Contributor
|
Smoke Test Results PR Titles:
Test Results:
Overall: PASS (11/12 tests)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
DefaultClaudeCodeVersionconstant inpkg/constants/constants.gofrom"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
-pmode where @-mentioned files needed to be read again before writingImpact Assessment
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-finishcompleted successfullyFiles Updated
pkg/constants/constants.go- UpdatedDefaultClaudeCodeVersionconstant.github/workflows/regenerated with new versionpkg/cli/workflows/regenerated with new versionAll workflow files now install
@anthropic-ai/claude-code@2.0.15instead of2.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 Update: 2.0.14 → 2.0.15
Release Information
Changes
Bug Fixes
-pmode where @-mentioned files needed to be read again before writingImpact Assessment
Affected Features
-p): Fixes issue where @-mentioned files required redundant reads before writingMigration Requirements
No migration required. This is a backward-compatible bug fix release with no breaking changes or configuration updates needed.
Testing
pkg/constants/constants.gowith new versionmake recompilesuccessfully - all 30 workflows compiledFiles Changed
pkg/constants/constants.go- UpdatedDefaultClaudeCodeVersionconstant.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
Show patch preview (325 of 325 lines)