@@ -13,7 +13,7 @@ Run [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-c
1313``` tf
1414module "copilot_cli" {
1515 source = "registry.coder.com/coder-labs/copilot-cli/coder"
16- version = "1.0 .0"
16+ version = "0.1 .0"
1717 agent_id = coder_agent.example.id
1818 workdir = "/home/coder/project"
1919}
@@ -48,7 +48,7 @@ data "coder_parameter" "ai_prompt" {
4848
4949module "copilot_cli" {
5050 source = "registry.coder.com/coder-labs/copilot-cli/coder"
51- version = "1.0 .0"
51+ version = "0.1 .0"
5252 agent_id = coder_agent.example.id
5353 workdir = "/home/coder/project"
5454
@@ -71,7 +71,7 @@ For more controlled environments where you want to specify exact tools:
7171``` tf
7272module "copilot_cli" {
7373 source = "registry.coder.com/coder-labs/copilot-cli/coder"
74- version = "1.0 .0"
74+ version = "0.1 .0"
7575 agent_id = coder_agent.example.id
7676 workdir = "/home/coder/project"
7777
@@ -100,7 +100,7 @@ module "copilot_cli" {
100100``` tf
101101module "copilot_cli" {
102102 source = "registry.coder.com/coder-labs/copilot-cli/coder"
103- version = "1.0 .0"
103+ version = "0.1 .0"
104104 agent_id = coder_agent.example.id
105105 workdir = "/home/coder/project"
106106 github_token = "your_github_token_here" # Or use data.coder_external_auth.github.access_token
@@ -114,7 +114,7 @@ Run and configure Copilot CLI as a standalone tool in your workspace.
114114``` tf
115115module "copilot_cli" {
116116 source = "registry.coder.com/coder-labs/copilot-cli/coder"
117- version = "1.0 .0"
117+ version = "0.1 .0"
118118 agent_id = coder_agent.example.id
119119 workdir = "/home/coder"
120120 report_tasks = false
@@ -129,7 +129,7 @@ You can customize the entire Copilot CLI configuration:
129129``` tf
130130module "copilot_cli" {
131131 source = "registry.coder.com/coder-labs/copilot-cli/coder"
132- version = "1.0 .0"
132+ version = "0.1 .0"
133133 agent_id = coder_agent.example.id
134134 workdir = "/home/coder/projects"
135135
0 commit comments