Skip to content

Commit 8a4c3c7

Browse files
chore: update copilot version to 0.1.0
1 parent e0d560c commit 8a4c3c7

File tree

1 file changed

+6
-6
lines changed
  • registry/coder-labs/modules/copilot-cli

1 file changed

+6
-6
lines changed

registry/coder-labs/modules/copilot-cli/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-c
1313
```tf
1414
module "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
4949
module "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
7272
module "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
101101
module "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
115115
module "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
130130
module "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

Comments
 (0)