Skip to content

Commit ff1f768

Browse files
committed
chore(claude-code): pin coder-utils to release/coder/coder-utils/v1.2.0
v1.2.0 of coder-utils (#870) is the first release that nests logs under ${module_directory}/logs/, matching the $HOME/.coder-modules/coder/claude-code/logs/ paths documented and tested in this module. Move the source ref off the feature branch and onto the release tag now that it has shipped. The registry proxy at registry.coder.com does not yet index v1.2.0, so keep the git:: source for now and swap to the HCP-style source in a follow-up once indexing catches up.
1 parent 528a200 commit ff1f768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • registry/coder/modules/claude-code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ locals {
169169
}
170170

171171
module "coder_utils" {
172-
source = "git::https://github.com/coder/registry.git//registry/coder/modules/coder-utils?ref=feat/coder-utils-nest-logs"
172+
source = "git::https://github.com/coder/registry.git//registry/coder/modules/coder-utils?ref=release/coder/coder-utils/v1.2.0"
173173

174174
agent_id = var.agent_id
175175
agent_name = "claude-code"

0 commit comments

Comments
 (0)