File tree Expand file tree Collapse file tree
cytoshahar/modules/positron Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616module "antigravity" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/antigravity/coder"
19- version = "1.0.0 "
19+ version = "1.0.1 "
2020 agent_id = coder_agent.example.id
2121}
2222```
@@ -29,7 +29,7 @@ module "antigravity" {
2929module "antigravity" {
3030 count = data.coder_workspace.me.start_count
3131 source = "registry.coder.com/coder/antigravity/coder"
32- version = "1.0.0 "
32+ version = "1.0.1 "
3333 agent_id = coder_agent.example.id
3434 folder = "/home/coder/project"
3535}
@@ -45,7 +45,7 @@ The following example configures Antigravity to use the GitHub MCP server with a
4545module "antigravity" {
4646 count = data.coder_workspace.me.start_count
4747 source = "registry.coder.com/coder/antigravity/coder"
48- version = "1.0.0 "
48+ version = "1.0.1 "
4949 agent_id = coder_agent.example.id
5050 folder = "/home/coder/project"
5151 mcp = jsonencode({
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ locals {
6666
6767module "vscode-desktop-core" {
6868 source = " registry.coder.com/coder/vscode-desktop-core/coder"
69- version = " 1.0.1 "
69+ version = " 1.0.2 "
7070
7171 agent_id = var. agent_id
7272
73- web_app_icon = " /icon/antigravity.svg"
74- web_app_slug = var. slug
75- web_app_display_name = var. display_name
76- web_app_order = var. order
77- web_app_group = var. group
73+ coder_app_icon = " /icon/antigravity.svg"
74+ coder_app_slug = var. slug
75+ coder_app_display_name = var. display_name
76+ coder_app_order = var. order
77+ coder_app_group = var. group
7878
7979 folder = var. folder
8080 open_recent = var. open_recent
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616module "cursor" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/cursor/coder"
19- version = "1.4.0 "
19+ version = "1.4.1 "
2020 agent_id = coder_agent.main.id
2121}
2222```
@@ -29,7 +29,7 @@ module "cursor" {
2929module "cursor" {
3030 count = data.coder_workspace.me.start_count
3131 source = "registry.coder.com/coder/cursor/coder"
32- version = "1.4.0 "
32+ version = "1.4.1 "
3333 agent_id = coder_agent.main.id
3434 folder = "/home/coder/project"
3535}
@@ -45,7 +45,7 @@ The following example configures Cursor to use the GitHub MCP server with authen
4545module "cursor" {
4646 count = data.coder_workspace.me.start_count
4747 source = "registry.coder.com/coder/cursor/coder"
48- version = "1.4.0 "
48+ version = "1.4.1 "
4949 agent_id = coder_agent.main.id
5050 folder = "/home/coder/project"
5151 mcp = jsonencode({
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ locals {
6666
6767module "vscode-desktop-core" {
6868 source = " registry.coder.com/coder/vscode-desktop-core/coder"
69- version = " 1.0.0 "
69+ version = " 1.0.2 "
7070
7171 agent_id = var. agent_id
7272
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1818module "kiro" {
1919 count = data.coder_workspace.me.start_count
2020 source = "registry.coder.com/coder/kiro/coder"
21- version = "1.2.0 "
21+ version = "1.2.1 "
2222 agent_id = coder_agent.main.id
2323}
2424```
@@ -31,7 +31,7 @@ module "kiro" {
3131module "kiro" {
3232 count = data.coder_workspace.me.start_count
3333 source = "registry.coder.com/coder/kiro/coder"
34- version = "1.2.0 "
34+ version = "1.2.1 "
3535 agent_id = coder_agent.main.id
3636 folder = "/home/coder/project"
3737}
@@ -47,7 +47,7 @@ The following example configures Kiro to use the GitHub MCP server with authenti
4747module "kiro" {
4848 count = data.coder_workspace.me.start_count
4949 source = "registry.coder.com/coder/kiro/coder"
50- version = "1.2.0 "
50+ version = "1.2.1 "
5151 agent_id = coder_agent.main.id
5252 folder = "/home/coder/project"
5353 mcp = jsonencode({
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ locals {
5353
5454module "vscode-desktop-core" {
5555 source = " registry.coder.com/coder/vscode-desktop-core/coder"
56- version = " 1.0.0 "
56+ version = " 1.0.2 "
5757
5858 agent_id = var. agent_id
5959
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616module "vscode" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/vscode-desktop/coder"
19- version = "1.2.0 "
19+ version = "1.2.1 "
2020 agent_id = coder_agent.main.id
2121}
2222```
@@ -29,7 +29,7 @@ module "vscode" {
2929module "vscode" {
3030 count = data.coder_workspace.me.start_count
3131 source = "registry.coder.com/coder/vscode-desktop/coder"
32- version = "1.2.0 "
32+ version = "1.2.1 "
3333 agent_id = coder_agent.main.id
3434 folder = "/home/coder/project"
3535}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ variable "group" {
4040
4141module "vscode-desktop-core" {
4242 source = " registry.coder.com/coder/vscode-desktop-core/coder"
43- version = " 1.0.0 "
43+ version = " 1.0.2 "
4444
4545 agent_id = var. agent_id
4646
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616module "windsurf" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/windsurf/coder"
19- version = "1.3.0 "
19+ version = "1.3.1 "
2020 agent_id = coder_agent.main.id
2121}
2222```
@@ -29,7 +29,7 @@ module "windsurf" {
2929module "windsurf" {
3030 count = data.coder_workspace.me.start_count
3131 source = "registry.coder.com/coder/windsurf/coder"
32- version = "1.3.0 "
32+ version = "1.3.1 "
3333 agent_id = coder_agent.main.id
3434 folder = "/home/coder/project"
3535}
@@ -45,7 +45,7 @@ The following example configures Windsurf to use the GitHub MCP server with auth
4545module "windsurf" {
4646 count = data.coder_workspace.me.start_count
4747 source = "registry.coder.com/coder/windsurf/coder"
48- version = "1.3.0 "
48+ version = "1.3.1 "
4949 agent_id = coder_agent.main.id
5050 folder = "/home/coder/project"
5151 mcp = jsonencode({
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ locals {
6565
6666module "vscode-desktop-core" {
6767 source = " registry.coder.com/coder/vscode-desktop-core/coder"
68- version = " 1.0.0 "
68+ version = " 1.0.2 "
6969
7070 agent_id = var. agent_id
7171
You can’t perform that action at this time.
0 commit comments