File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
registry/coder-labs/modules/cursor-cli Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run the Cursor Agent CLI in your workspace for interactive coding assistance and
1313``` tf
1414module "cursor_cli" {
1515 source = "registry.coder.com/coder-labs/cursor-cli/coder"
16- version = "0.2.1 "
16+ version = "0.3.0 "
1717 agent_id = coder_agent.example.id
1818 folder = "/home/coder/project"
1919}
@@ -42,7 +42,7 @@ module "coder-login" {
4242
4343module "cursor_cli" {
4444 source = "registry.coder.com/coder-labs/cursor-cli/coder"
45- version = "0.2.1 "
45+ version = "0.3.0 "
4646 agent_id = coder_agent.example.id
4747 folder = "/home/coder/project"
4848
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ resource "coder_env" "cursor_api_key" {
132132
133133module "agentapi" {
134134 source = " registry.coder.com/coder/agentapi/coder"
135- version = " 1.2 .0"
135+ version = " 2.0 .0"
136136
137137 agent_id = var. agent_id
138138 folder = local. folder
@@ -179,3 +179,7 @@ module "agentapi" {
179179 /tmp/install.sh
180180 EOT
181181}
182+
183+ output "task_app_id" {
184+ value = module. agentapi . task_app_id
185+ }
You can’t perform that action at this time.
0 commit comments