Skip to content

docs: add comprehensive Claude integration guide #17659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
fix module ver
  • Loading branch information
EdwardAngert committed May 2, 2025
commit d60c25a1fb5908ab91e7a06d29c78512deccb23d
2 changes: 1 addition & 1 deletion docs/ai-coder/claude-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The easiest way to get started with Claude in Coder is to add the
```hcl
module "claude-code" {
source = "registry.coder.com/modules/claude-code/coder"
version = "1.0.0"
version = "1.2.1"

agent = var.agent # This connects the module to your agent
experiment_use_screen = true # Enable reporting to Coder dashboard
Expand Down
Loading