Skip to content

Commit 959878d

Browse files
authored
chore: bump agentapi version to v0.2.3 (#247)
1 parent 53af6e0 commit 959878d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
1414
```tf
1515
module "claude-code" {
1616
source = "registry.coder.com/coder/claude-code/coder"
17-
version = "2.0.2"
17+
version = "2.0.3"
1818
agent_id = coder_agent.example.id
1919
folder = "/home/coder"
2020
install_claude_code = true
@@ -85,7 +85,7 @@ resource "coder_agent" "main" {
8585
module "claude-code" {
8686
count = data.coder_workspace.me.start_count
8787
source = "registry.coder.com/coder/claude-code/coder"
88-
version = "2.0.2"
88+
version = "2.0.3"
8989
agent_id = coder_agent.example.id
9090
folder = "/home/coder"
9191
install_claude_code = true
@@ -103,7 +103,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
103103
```tf
104104
module "claude-code" {
105105
source = "registry.coder.com/coder/claude-code/coder"
106-
version = "2.0.2"
106+
version = "2.0.3"
107107
agent_id = coder_agent.example.id
108108
folder = "/home/coder"
109109
install_claude_code = true

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ variable "install_agentapi" {
100100
variable "agentapi_version" {
101101
type = string
102102
description = "The version of AgentAPI to install."
103-
default = "v0.2.2"
103+
default = "v0.2.3"
104104
}
105105

106106
locals {

0 commit comments

Comments
 (0)