From d714753f876ef062b493e0b2818dc9a1f1c5a995 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 18 Aug 2026 10:44:26 +0000 Subject: [PATCH] docs: pin devin-desktop version constraint to ~> 0.1 --- docs/get-started/customize-your-template/add-a-language.md | 2 +- .../customize-your-template/authenticate-to-github.md | 2 +- .../customize-your-template/install-command-line-tools.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get-started/customize-your-template/add-a-language.md b/docs/get-started/customize-your-template/add-a-language.md index bfe82540729..c14428a90cd 100644 --- a/docs/get-started/customize-your-template/add-a-language.md +++ b/docs/get-started/customize-your-template/add-a-language.md @@ -612,7 +612,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6 diff --git a/docs/get-started/customize-your-template/authenticate-to-github.md b/docs/get-started/customize-your-template/authenticate-to-github.md index 126c6573de0..88cb76e172d 100644 --- a/docs/get-started/customize-your-template/authenticate-to-github.md +++ b/docs/get-started/customize-your-template/authenticate-to-github.md @@ -461,7 +461,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6 diff --git a/docs/get-started/customize-your-template/install-command-line-tools.md b/docs/get-started/customize-your-template/install-command-line-tools.md index 189d16015e4..af9d1a4dfab 100644 --- a/docs/get-started/customize-your-template/install-command-line-tools.md +++ b/docs/get-started/customize-your-template/install-command-line-tools.md @@ -737,7 +737,7 @@ module "zed" { module "devin-desktop" { count = data.coder_workspace.me.start_count * (contains(local.ides, "devin-desktop") ? 1 : 0) source = "registry.coder.com/coder/devin-desktop/coder" - version = "~> 1.0" + version = "~> 0.1" agent_id = coder_agent.main.id folder = "/home/coder" order = 6