Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af4119 commit d60c25aCopy full SHA for d60c25a
docs/ai-coder/claude-integration.md
@@ -35,7 +35,7 @@ The easiest way to get started with Claude in Coder is to add the
35
```hcl
36
module "claude-code" {
37
source = "registry.coder.com/modules/claude-code/coder"
38
- version = "1.0.0"
+ version = "1.2.1"
39
40
agent = var.agent # This connects the module to your agent
41
experiment_use_screen = true # Enable reporting to Coder dashboard
0 commit comments