-
Couldn't load subscription status.
- Fork 76
refactor(coder/claude-code): support terraform provider coder 2.12.0 #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f1e73c9 to
2bf6c9b
Compare
797624f to
644d080
Compare
Relates to coder/internal#1065 Updates the coder/dogfood template to reference new Task features in provider version 2.12.0: - Adds a `coder_ai_task` resource - Passes `coder_ai_task.task.prompt` into Claude Code module - Updates Claude Code module to 4.0.0 (ref: coder/registry#488) - Removes "AI Prompt" parameter
2bf6c9b to
95a01ea
Compare
644d080 to
4c9fab8
Compare
95a01ea to
b1889f5
Compare
4c9fab8 to
88773fe
Compare
b1889f5 to
52eab1a
Compare
|
I think we should hold off on releasing this until the 2.28 Coder release goes out. Otherwise, we will certainly have users reporting that the module is not working with the latest Coder 2.27.1 release. Can we test if it works on the 2.27.1 Coder release? |
Tested successfully via docker-compose on v2.27.1. I used the "default" docker template with the following addition: Compose command for reference: |
Description
Updates the module to use the new version of the agentapi module for the upcoming Coder 2.28 release
Type of Change
Module Information
Path:
registry/coder/modules/claude-codeNew version:
v4.0.0Breaking change: [x] Yes [ ] No
Testing & Validation
bun test)bun fmt)Related Issues
task.promptinternal#1065Related PRs