chore: bump agentapi version to v0.2.3 (#247)

This commit is contained in:
Marcin Tojek 2025-07-22 13:55:36 +02:00 committed by GitHub
parent 53af6e0f20
commit 959878d41e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
```tf
module "claude-code" {
source = "registry.coder.com/coder/claude-code/coder"
version = "2.0.2"
version = "2.0.3"
agent_id = coder_agent.example.id
folder = "/home/coder"
install_claude_code = true
@ -85,7 +85,7 @@ resource "coder_agent" "main" {
module "claude-code" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/claude-code/coder"
version = "2.0.2"
version = "2.0.3"
agent_id = coder_agent.example.id
folder = "/home/coder"
install_claude_code = true
@ -103,7 +103,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
```tf
module "claude-code" {
source = "registry.coder.com/coder/claude-code/coder"
version = "2.0.2"
version = "2.0.3"
agent_id = coder_agent.example.id
folder = "/home/coder"
install_claude_code = true

View File

@ -100,7 +100,7 @@ variable "install_agentapi" {
variable "agentapi_version" {
type = string
description = "The version of AgentAPI to install."
default = "v0.2.2"
default = "v0.2.3"
}
locals {