diff --git a/registry/coder/modules/agentapi/README.md b/registry/coder/modules/agentapi/README.md index bef0eb20..c586249f 100644 --- a/registry/coder/modules/agentapi/README.md +++ b/registry/coder/modules/agentapi/README.md @@ -88,7 +88,7 @@ For a complete example of how to use this module, see the [Goose module](https:/ The `start_script` should write the agent command to `$module_path/agent-command.sh` instead of starting the AgentAPI server directly. The module will start the server using: ```bash -agentapi server --type --term-width --term-height -- ./agent-command.sh +agentapi server --type ./agent-command.sh < type > --term-width < width > --term-height < height > -- ``` Example start script: diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 464d45d2..504d7120 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -359,7 +359,7 @@ locals { } module "agentapi" { - source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/feat-agentapi-architecture-improv" + source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/feat-agentapi-architecture-improv" # version = "2.0.0" agent_id = var.agent_id