1
1
---
2
- display_name : Copilot
2
+ display_name : Copilot CLI
3
3
description : GitHub Copilot CLI agent for AI-powered terminal assistance
4
4
icon : ../../../../.icons/github.svg
5
5
verified : false
@@ -13,7 +13,7 @@ Run [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-c
13
13
``` tf
14
14
module "copilot" {
15
15
source = "registry.coder.com/coder-labs/copilot/coder"
16
- version = "0.1.1 "
16
+ version = "0.1.2 "
17
17
agent_id = coder_agent.example.id
18
18
workdir = "/home/coder/projects"
19
19
}
@@ -51,7 +51,7 @@ data "coder_parameter" "ai_prompt" {
51
51
52
52
module "copilot" {
53
53
source = "registry.coder.com/coder-labs/copilot/coder"
54
- version = "0.1.1 "
54
+ version = "0.1.2 "
55
55
agent_id = coder_agent.example.id
56
56
workdir = "/home/coder/projects"
57
57
@@ -71,7 +71,7 @@ Customize tool permissions, MCP servers, and Copilot settings:
71
71
``` tf
72
72
module "copilot" {
73
73
source = "registry.coder.com/coder-labs/copilot/coder"
74
- version = "0.1.1 "
74
+ version = "0.1.2 "
75
75
agent_id = coder_agent.example.id
76
76
workdir = "/home/coder/projects"
77
77
@@ -142,7 +142,7 @@ variable "github_token" {
142
142
143
143
module "copilot" {
144
144
source = "registry.coder.com/coder-labs/copilot/coder"
145
- version = "0.1.1 "
145
+ version = "0.1.2 "
146
146
agent_id = coder_agent.example.id
147
147
workdir = "/home/coder/projects"
148
148
github_token = var.github_token
@@ -156,7 +156,7 @@ Run Copilot as a command-line tool without task reporting or web interface. This
156
156
``` tf
157
157
module "copilot" {
158
158
source = "registry.coder.com/coder-labs/copilot/coder"
159
- version = "0.1.1 "
159
+ version = "0.1.2 "
160
160
agent_id = coder_agent.example.id
161
161
workdir = "/home/coder"
162
162
report_tasks = false
0 commit comments