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 @@ -13,7 +13,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
13
13
``` tf
14
14
module "claude-code" {
15
15
source = "registry.coder.com/coder/claude-code/coder"
16
- version = "2.0.3 "
16
+ version = "2.0.4 "
17
17
agent_id = coder_agent.example.id
18
18
folder = "/home/coder"
19
19
install_claude_code = true
@@ -84,7 +84,7 @@ resource "coder_agent" "main" {
84
84
module "claude-code" {
85
85
count = data.coder_workspace.me.start_count
86
86
source = "registry.coder.com/coder/claude-code/coder"
87
- version = "2.0.3 "
87
+ version = "2.0.4 "
88
88
agent_id = coder_agent.example.id
89
89
folder = "/home/coder"
90
90
install_claude_code = true
@@ -102,7 +102,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
102
102
``` tf
103
103
module "claude-code" {
104
104
source = "registry.coder.com/coder/claude-code/coder"
105
- version = "2.0.3 "
105
+ version = "2.0.4 "
106
106
agent_id = coder_agent.example.id
107
107
folder = "/home/coder"
108
108
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.3 "
103
+ default = " v0.3.0 "
104
104
}
105
105
106
106
locals {
You can’t perform that action at this time.
0 commit comments