Skip to content

Commit f5fc708

Browse files
committed
chore: bump module version (minor)
1 parent 4b57b95 commit f5fc708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
1313
```tf
1414
module "claude-code" {
1515
source = "registry.coder.com/coder/claude-code/coder"
16-
version = "3.0.1"
16+
version = "3.1.0"
1717
agent_id = coder_agent.example.id
1818
workdir = "/home/coder/project"
1919
claude_api_key = "xxxx-xxxxx-xxxx"
@@ -49,7 +49,7 @@ Include Coder’s prompt section for task reporting and optionally add your own
4949
```hcl
5050
module "claude-code" {
5151
source = "registry.coder.com/coder/claude-code/coder"
52-
version = "3.1.0"
52+
version = "3.1.0"
5353
agent_id = coder_agent.example.id
5454
workdir = "/home/coder/project"
5555
@@ -79,7 +79,7 @@ data "coder_parameter" "ai_prompt" {
7979
8080
module "claude-code" {
8181
source = "registry.coder.com/coder/claude-code/coder"
82-
version = "3.0.1"
82+
version = "3.1.0"
8383
agent_id = coder_agent.example.id
8484
workdir = "/home/coder/project"
8585
@@ -115,7 +115,7 @@ Run and configure Claude Code as a standalone CLI in your workspace.
115115
```tf
116116
module "claude-code" {
117117
source = "registry.coder.com/coder/claude-code/coder"
118-
version = "3.0.1"
118+
version = "3.1.0"
119119
agent_id = coder_agent.example.id
120120
workdir = "/home/coder"
121121
install_claude_code = true
@@ -138,7 +138,7 @@ variable "claude_code_oauth_token" {
138138
139139
module "claude-code" {
140140
source = "registry.coder.com/coder/claude-code/coder"
141-
version = "3.0.1"
141+
version = "3.1.0"
142142
agent_id = coder_agent.example.id
143143
workdir = "/home/coder/project"
144144
claude_code_oauth_token = var.claude_code_oauth_token

0 commit comments

Comments
 (0)