File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
14
14
``` tf
15
15
module "claude-code" {
16
16
source = "registry.coder.com/coder/claude-code/coder"
17
- version = "2.0.2 "
17
+ version = "2.0.3 "
18
18
agent_id = coder_agent.example.id
19
19
folder = "/home/coder"
20
20
install_claude_code = true
@@ -85,7 +85,7 @@ resource "coder_agent" "main" {
85
85
module "claude-code" {
86
86
count = data.coder_workspace.me.start_count
87
87
source = "registry.coder.com/coder/claude-code/coder"
88
- version = "2.0.2 "
88
+ version = "2.0.3 "
89
89
agent_id = coder_agent.example.id
90
90
folder = "/home/coder"
91
91
install_claude_code = true
@@ -103,7 +103,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
103
103
``` tf
104
104
module "claude-code" {
105
105
source = "registry.coder.com/coder/claude-code/coder"
106
- version = "2.0.2 "
106
+ version = "2.0.3 "
107
107
agent_id = coder_agent.example.id
108
108
folder = "/home/coder"
109
109
install_claude_code = true
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ variable "install_agentapi" {
100
100
variable "agentapi_version" {
101
101
type = string
102
102
description = " The version of AgentAPI to install."
103
- default = " v0.2.2 "
103
+ default = " v0.2.3 "
104
104
}
105
105
106
106
locals {
You can’t perform that action at this time.
0 commit comments