We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4928 commit ec0a53aCopy full SHA for ec0a53a
registry/coder/modules/claude-code/README.md
@@ -89,7 +89,7 @@ module "claude-code" {
89
agent_id = coder_agent.example.id
90
folder = "/home/coder"
91
install_claude_code = true
92
- claude_code_version = "0.2.57"
+ claude_code_version = "1.0.40"
93
94
# Enable experimental features
95
experiment_report_tasks = true
@@ -113,3 +113,7 @@ module "claude-code" {
113
icon = "https://registry.npmmirror.com/@lobehub/icons-static-png/1.24.0/files/dark/claude-color.png"
114
}
115
```
116
+
117
+## Troubleshooting
118
119
+The module will create log files in the workspace's `~/.claude-module` directory. If you run into any issues, look at them for more information.
0 commit comments