Skip to content

Commit d8d5977

Browse files
committed
feat(claude-code): brand coder-utils scripts with display_name and icon
Pass display_name_prefix = "Claude Code" and icon = "/icon/claude.svg" through to the coder-utils module so the workspace shows "Claude Code: Install Script" with the Claude icon instead of the generic defaults. Relies on the two new variables added to coder-utils on PR #842's branch.
1 parent 79a9a17 commit d8d5977

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • registry/coder/modules/claude-code

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ module "coder-utils" {
105105
agent_name = "claude-code"
106106
module_directory = "$HOME/.claude-module"
107107

108+
display_name_prefix = "Claude Code"
109+
icon = "/icon/claude.svg"
110+
108111
pre_install_script = var.pre_install_script
109112
post_install_script = var.post_install_script
110113

0 commit comments

Comments
 (0)