Skip to content

Conversation

hugodutka
Copy link
Contributor

Workaround to address coder/coder#18776

@hugodutka hugodutka added the version:patch Add to PRs requiring a patch version upgrade label Aug 2, 2025
Copy link

github-actions bot commented Aug 2, 2025

❌ Version Bump Validation Failed

Bump Type: patch

Module versions need to be updated but haven't been bumped yet.

Required Actions:

  1. Run the version bump script locally: ./.github/scripts/version-bump.sh patch
  2. Commit the changes: git add . && git commit -m "chore: bump module versions (patch)"
  3. Push the changes: git push

Script Output:

🔍 Detecting modified modules...
Found modules:
registry/coder/modules/claude-code

📦 Processing: coder/claude-code
Found git tag: release/coder/claude-code/v2.0.4 (v2.0.4)
Current version: 2.0.4
New version: 2.0.5
Updating version references for coder/claude-code in registry/coder/modules/claude-code/README.md

🔧 Running formatter to ensure consistent formatting...

📋 Summary:
Bump Type: patch

Modules Updated:

- coder/claude-code: v2.0.4 → v2.0.5

READMEs Updated:

- coder/claude-code

✅ Version bump completed successfully!
📝 README files have been updated with new versions.

Next steps:
1. Review the changes: git diff
2. Commit the changes: git add . && git commit -m 'chore: bump module versions (patch)'
3. Push the changes: git push

Please update the module versions and push the changes to continue.

@hugodutka hugodutka requested review from bpmct and matifali August 2, 2025 14:16
@hugodutka hugodutka merged commit 8ba4c32 into main Aug 2, 2025
4 checks passed
@hugodutka hugodutka deleted the hugodutka/claude-code-workaround branch August 2, 2025 14:21
hugodutka added a commit that referenced this pull request Aug 5, 2025
The workaround introduced in #283
sometimes causes Coder to associate the Coder agent with the
`terraform_data` resource instead of a compute resource. Additionally,
it creates a new agent once a workspace is stopped.

See https://codercom.slack.com/archives/C08PHACTZRB/p1754391012982629
for more details.

<img width="2480" height="1312" alt="image (6)"
src="https://github.com/user-attachments/assets/6ccf2b40-92e7-4c67-b61f-b26888753e72"
/>

Related to coder/coder#18776.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:patch Add to PRs requiring a patch version upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants