refactor(coder-labs/tasks-docker): support coder/claude-code 4.0.0#497
Merged
DanielleMaywood merged 2 commits intomainfrom Nov 12, 2025
Merged
refactor(coder-labs/tasks-docker): support coder/claude-code 4.0.0#497DanielleMaywood merged 2 commits intomainfrom
DanielleMaywood merged 2 commits intomainfrom
Conversation
9 tasks
This was referenced Oct 22, 2025
Closed
30c3405 to
9087fb3
Compare
95a01ea to
b1889f5
Compare
9087fb3 to
6784325
Compare
b1889f5 to
52eab1a
Compare
6784325 to
268fb80
Compare
9 tasks
johnstcn
added a commit
that referenced
this pull request
Nov 3, 2025
…488) ## Description Updates the module to use the new version of the agentapi module for the upcoming Coder 2.28 release ## Type of Change - [ ] New module - [ ] New template - [ ] Bug fix - [x] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information **Path:** `registry/coder/modules/claude-code` **New version:** `v4.0.0` **Breaking change:** [x] Yes [ ] No ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun fmt`) - [ ] Changes tested locally ## Related Issues - coder/internal#1065 ## Related PRs - #485 - #497 Co-authored-by: Cian Johnston <cian@coder.com>
johnstcn
added a commit
to coder/coder
that referenced
this pull request
Nov 6, 2025
…#20420) Relates to coder/internal#1065 Essentially the same steps as coder/registry#497
jakehwll
pushed a commit
to coder/coder
that referenced
this pull request
Nov 11, 2025
…#20420) Relates to coder/internal#1065 Essentially the same steps as coder/registry#497
268fb80 to
09ab4ef
Compare
johnstcn
approved these changes
Nov 12, 2025
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.
Description
Updates the template to use the new version of the claude-code module for the Coder 2.28 release. This closely matches the built-in template defined in coder/coder.
Type of Change
Template Information
Path:
registry/coder-labs/templates/tasks-dockerTesting & Validation
bun test)bun fmt)Related Issues
task.promptinternal#1065Related PRs