Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "cursor" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/cursor/coder"
version = "1.0.19"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}
```

Expand Down
2 changes: 1 addition & 1 deletion registry/AJ0070/modules/pgadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module "pgadmin" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/AJ0070/pgadmin/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}
```
4 changes: 2 additions & 2 deletions registry/BenraouaneSoufiane/modules/rustdesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "rustdesk" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}
```

Expand All @@ -42,7 +42,7 @@ module "rustdesk" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
rustdesk_password = "mycustompass"
xvfb_resolution = "1920x1080x24"
rustdesk_version = "1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions registry/anomaly/modules/tmux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ up a default or custom tmux configuration with session save/restore capabilities
module "tmux" {
source = "registry.coder.com/anomaly/tmux/coder"
version = "1.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}
```

Expand All @@ -40,7 +40,7 @@ module "tmux" {
module "tmux" {
source = "registry.coder.com/anomaly/tmux/coder"
version = "1.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
tmux_config = "" # Optional: custom tmux.conf content
save_interval = 1 # Optional: save interval in minutes
sessions = ["default", "dev", "ops"] # Optional: list of tmux sessions
Expand Down
10 changes: 5 additions & 5 deletions registry/coder-labs/modules/archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "archive" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/archive/coder"
version = "0.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id

paths = ["./projects", "./code"]
}
Expand Down Expand Up @@ -44,7 +44,7 @@ module "archive" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/archive/coder"
version = "0.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id

# Paths to include in the archive (files or directories).
directory = "~"
Expand All @@ -62,7 +62,7 @@ module "archive" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/archive/coder"
version = "0.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id

directory = "/"
paths = ["/etc", "/home"]
Expand All @@ -79,7 +79,7 @@ module "archive" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/archive/coder"
version = "0.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id

# Creates /tmp/coder-archive.tar.gz of the users home directory (defaults).
create_on_stop = true
Expand All @@ -93,7 +93,7 @@ module "archive" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/archive/coder"
version = "0.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id

# Where to look for the archive file to extract:
output_dir = "/tmp"
Expand Down
8 changes: 4 additions & 4 deletions registry/coder-labs/modules/auggie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run Auggie CLI in your workspace to access Augment's AI coding assistant with ad
module "auggie" {
source = "registry.coder.com/coder-labs/auggie/coder"
version = "0.2.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"
}
```
Expand Down Expand Up @@ -42,13 +42,13 @@ module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/coder-login/coder"
version = "1.0.31"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}

module "auggie" {
source = "registry.coder.com/coder-labs/auggie/coder"
version = "0.2.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"

# Authentication
Expand Down Expand Up @@ -104,7 +104,7 @@ EOF
module "auggie" {
source = "registry.coder.com/coder-labs/auggie/coder"
version = "0.2.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"

# Multiple MCP configuration files
Expand Down
8 changes: 4 additions & 4 deletions registry/coder-labs/modules/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
module "codex" {
source = "registry.coder.com/coder-labs/codex/coder"
version = "3.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
openai_api_key = var.openai_api_key
workdir = "/home/coder/project"
}
Expand All @@ -34,7 +34,7 @@ module "codex" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/codex/coder"
version = "3.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
openai_api_key = "..."
workdir = "/home/coder/project"
report_tasks = false
Expand All @@ -56,13 +56,13 @@ module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/coder-login/coder"
version = "1.0.31"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}

module "codex" {
source = "registry.coder.com/coder-labs/codex/coder"
version = "3.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
openai_api_key = "..."
ai_prompt = data.coder_parameter.ai_prompt.value
workdir = "/home/coder/project"
Expand Down
10 changes: 5 additions & 5 deletions registry/coder-labs/modules/copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-c
module "copilot" {
source = "registry.coder.com/coder-labs/copilot/coder"
version = "0.2.2"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/projects"
}
```
Expand Down Expand Up @@ -52,7 +52,7 @@ data "coder_parameter" "ai_prompt" {
module "copilot" {
source = "registry.coder.com/coder-labs/copilot/coder"
version = "0.2.2"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/projects"

ai_prompt = data.coder_parameter.ai_prompt.value
Expand All @@ -72,7 +72,7 @@ Customize tool permissions, MCP servers, and Copilot settings:
module "copilot" {
source = "registry.coder.com/coder-labs/copilot/coder"
version = "0.2.2"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/projects"

# Version pinning (defaults to "latest", use specific version if desired)
Expand Down Expand Up @@ -143,7 +143,7 @@ variable "github_token" {
module "copilot" {
source = "registry.coder.com/coder-labs/copilot/coder"
version = "0.2.2"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/projects"
github_token = var.github_token
}
Expand All @@ -157,7 +157,7 @@ Run Copilot as a command-line tool without task reporting or web interface. This
module "copilot" {
source = "registry.coder.com/coder-labs/copilot/coder"
version = "0.2.2"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder"
report_tasks = false
cli_app = true
Expand Down
4 changes: 2 additions & 2 deletions registry/coder-labs/modules/cursor-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run the Cursor Agent CLI in your workspace for interactive coding assistance and
module "cursor_cli" {
source = "registry.coder.com/coder-labs/cursor-cli/coder"
version = "0.2.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"
}
```
Expand Down Expand Up @@ -43,7 +43,7 @@ module "coder-login" {
module "cursor_cli" {
source = "registry.coder.com/coder-labs/cursor-cli/coder"
version = "0.2.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"

# Optional
Expand Down
10 changes: 5 additions & 5 deletions registry/coder-labs/modules/gemini/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run [Gemini CLI](https://github.com/google-gemini/gemini-cli) in your workspace
module "gemini" {
source = "registry.coder.com/coder-labs/gemini/coder"
version = "2.1.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
folder = "/home/coder/project"
}
```
Expand Down Expand Up @@ -47,7 +47,7 @@ variable "gemini_api_key" {
module "gemini" {
source = "registry.coder.com/coder-labs/gemini/coder"
version = "2.1.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
gemini_api_key = var.gemini_api_key
folder = "/home/coder/project"
}
Expand Down Expand Up @@ -80,7 +80,7 @@ module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/coder-login/coder"
version = "~> 1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}

data "coder_parameter" "ai_prompt" {
Expand All @@ -95,7 +95,7 @@ module "gemini" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/gemini/coder"
version = "2.1.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
gemini_api_key = var.gemini_api_key
gemini_model = "gemini-2.5-flash"
folder = "/home/coder/project"
Expand All @@ -119,7 +119,7 @@ For enterprise users who prefer Google's Vertex AI platform:
module "gemini" {
source = "registry.coder.com/coder-labs/gemini/coder"
version = "2.1.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
gemini_api_key = var.gemini_api_key
folder = "/home/coder/project"
use_vertexai = true
Expand Down
2 changes: 1 addition & 1 deletion registry/coder-labs/modules/nextflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module "nextflow" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/nextflow/coder"
version = "0.9.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
}
```
6 changes: 3 additions & 3 deletions registry/coder-labs/modules/opencode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run [OpenCode](https://opencode.ai) AI coding assistant in your workspace for in
module "opencode" {
source = "registry.coder.com/coder-labs/opencode/coder"
version = "0.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/project"
}
```
Expand All @@ -35,7 +35,7 @@ resource "coder_ai_task" "task" {
module "opencode" {
source = "registry.coder.com/coder-labs/opencode/coder"
version = "0.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder/project"

ai_prompt = coder_ai_task.task.prompt
Expand Down Expand Up @@ -89,7 +89,7 @@ Run OpenCode as a command-line tool without web interface or task reporting:
module "opencode" {
source = "registry.coder.com/coder-labs/opencode/coder"
version = "0.1.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder"
report_tasks = false
cli_app = true
Expand Down
4 changes: 2 additions & 2 deletions registry/coder-labs/modules/sourcegraph-amp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run [Amp CLI](https://ampcode.com/) in your workspace to access Sourcegraph's AI
module "amp-cli" {
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
version = "2.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
install_sourcegraph_amp = true
agentapi_version = "latest"
Expand Down Expand Up @@ -49,7 +49,7 @@ module "amp-cli" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
amp_version = "2.0.1"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
amp_api_key = var.amp_api_key # recommended for tasks usage
workdir = "/home/coder/project"
instruction_prompt = <<-EOT
Expand Down
6 changes: 3 additions & 3 deletions registry/coder/modules/aider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "api_key" {
module "aider" {
source = "registry.coder.com/coder/aider/coder"
version = "2.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
api_key = var.api_key
ai_provider = "google"
model = "gemini"
Expand Down Expand Up @@ -51,7 +51,7 @@ variable "gemini_api_key" {
module "aider" {
source = "registry.coder.com/coder/aider/coder"
version = "2.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
api_key = var.gemini_api_key
install_aider = true
workdir = "/home/coder"
Expand All @@ -76,7 +76,7 @@ module "aider" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/aider/coder"
version = "2.0.0"
agent_id = coder_agent.example.id
agent_id = coder_agent.main.id
workdir = "/home/coder"
ai_provider = "custom"
custom_env_var_name = "MY_CUSTOM_API_KEY"
Expand Down
Loading