From 6387e244bd43cc4b82b503565494b5f20dda0b29 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 29 Apr 2026 20:50:30 +0000 Subject: [PATCH 1/3] docs(docs/ai-coder/tasks.md): add deprecation notice to Coder Tasks page --- docs/ai-coder/tasks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index 04349dd385b43..bc834bb3b16c6 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -1,5 +1,8 @@ # Coder Tasks +> [!WARNING] +> Beginning June 2026, Coder Tasks will be deprecated. Support for Tasks will be maintained on Coder's ESR release and through Coder v2.36. After v2.36, support for Tasks will only be on our 12-month ESR release for Coder Premium Customers. + Coder Tasks is an interface for running & managing coding agents such as Claude Code and Aider, powered by Coder workspaces. ![Tasks UI](../images/guides/ai-agents/tasks-ui.png) From ce5c66bbe8c7d1e2b4773f3479058de8e39c30e1 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 5 May 2026 13:21:27 +0000 Subject: [PATCH 2/3] docs(docs/ai-coder): update deprecation notice wording and add to all tasks pages Integrates Matt's review feedback: - Reword deprecation notice to be more explicit about dates and versions. - Position Coder Agents as the recommended alternative. - Add the deprecation warning to all tasks-related child pages for direct traffic visitors. --- docs/ai-coder/agent-compatibility.md | 7 +++++++ docs/ai-coder/custom-agents.md | 7 +++++++ docs/ai-coder/github-to-tasks.md | 7 +++++++ docs/ai-coder/tasks-core-principles.md | 7 +++++++ docs/ai-coder/tasks-lifecycle.md | 7 +++++++ docs/ai-coder/tasks-migration.md | 7 +++++++ docs/ai-coder/tasks.md | 6 +++++- 7 files changed, 47 insertions(+), 1 deletion(-) diff --git a/docs/ai-coder/agent-compatibility.md b/docs/ai-coder/agent-compatibility.md index eaa714f0d167a..bedc7e9968320 100644 --- a/docs/ai-coder/agent-compatibility.md +++ b/docs/ai-coder/agent-compatibility.md @@ -1,5 +1,12 @@ # Agent compatibility +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + Coder Tasks works with a range of AI coding agents, each with different levels of support for preserving conversation context across pause and resume cycles. This page covers which agents support resume, what session data they store, diff --git a/docs/ai-coder/custom-agents.md b/docs/ai-coder/custom-agents.md index 0f95d51dc3f14..1623638937f75 100644 --- a/docs/ai-coder/custom-agents.md +++ b/docs/ai-coder/custom-agents.md @@ -1,5 +1,12 @@ # Custom Agents +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/modules?search=tag%3Aagent) can be used with Coder Tasks. ## Prerequisites diff --git a/docs/ai-coder/github-to-tasks.md b/docs/ai-coder/github-to-tasks.md index 799f1306ba0f6..a0f5d5ae34616 100644 --- a/docs/ai-coder/github-to-tasks.md +++ b/docs/ai-coder/github-to-tasks.md @@ -1,5 +1,12 @@ # Guide: Create a GitHub to Coder Tasks Workflow +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + ## Background Most software engineering organizations track and manage their codebase through GitHub, and use project management tools like Asana, Jira, or even GitHub's Projects to coordinate work. Across these systems, engineers are frequently performing the same repetitive workflows: triaging and addressing bugs, updating documentation, or implementing well-defined changes for example. diff --git a/docs/ai-coder/tasks-core-principles.md b/docs/ai-coder/tasks-core-principles.md index fadd4273b0aed..accafeb03de1c 100644 --- a/docs/ai-coder/tasks-core-principles.md +++ b/docs/ai-coder/tasks-core-principles.md @@ -1,5 +1,12 @@ # Understanding Coder Tasks +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + ## What is a Task? Coder Tasks is Coder's platform for managing coding agents. With Coder Tasks, you can: diff --git a/docs/ai-coder/tasks-lifecycle.md b/docs/ai-coder/tasks-lifecycle.md index 783dc7cd28cb2..1b878a406e6f8 100644 --- a/docs/ai-coder/tasks-lifecycle.md +++ b/docs/ai-coder/tasks-lifecycle.md @@ -1,5 +1,12 @@ # Task lifecycle +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + Tasks can pause when idle and resume when you interact with them again. Pausing frees compute resources while preserving conversation context, so the agent can pick up where it left off. This page covers how pause and diff --git a/docs/ai-coder/tasks-migration.md b/docs/ai-coder/tasks-migration.md index 1bc41ff530115..0b376b4e717c0 100644 --- a/docs/ai-coder/tasks-migration.md +++ b/docs/ai-coder/tasks-migration.md @@ -1,5 +1,12 @@ # Migrating Task Templates for Coder version 2.28.0 +> [!WARNING] +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. + Prior to Coder version 2.28.0, the definition of a Coder task was different to the above. It required the following to be defined in the template: 1. A Coder parameter specifically named `"AI Prompt"`, diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index bc834bb3b16c6..a4067f3334a0f 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -1,7 +1,11 @@ # Coder Tasks > [!WARNING] -> Beginning June 2026, Coder Tasks will be deprecated. Support for Tasks will be maintained on Coder's ESR release and through Coder v2.36. After v2.36, support for Tasks will only be on our 12-month ESR release for Coder Premium Customers. +> Starting June 2, 2026, Coder Tasks will move to a 12-month Extended Support Release (ESR) for Premium customers. +> +> Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. +> +> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. Coder Tasks is an interface for running & managing coding agents such as Claude Code and Aider, powered by Coder workspaces. From ff0e42fd2ac381929616bd2c649dcd70d053342b Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Tue, 5 May 2026 14:55:33 +0000 Subject: [PATCH 3/3] docs(docs/ai-coder): fix broken ./agents.md links to ./agents/index.md --- docs/ai-coder/agent-compatibility.md | 2 +- docs/ai-coder/custom-agents.md | 2 +- docs/ai-coder/github-to-tasks.md | 2 +- docs/ai-coder/tasks-core-principles.md | 2 +- docs/ai-coder/tasks-lifecycle.md | 2 +- docs/ai-coder/tasks-migration.md | 2 +- docs/ai-coder/tasks.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ai-coder/agent-compatibility.md b/docs/ai-coder/agent-compatibility.md index bedc7e9968320..17a540647cfc0 100644 --- a/docs/ai-coder/agent-compatibility.md +++ b/docs/ai-coder/agent-compatibility.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. Coder Tasks works with a range of AI coding agents, each with different levels of support for preserving conversation context across pause and resume cycles. diff --git a/docs/ai-coder/custom-agents.md b/docs/ai-coder/custom-agents.md index 1623638937f75..ab3a262618d94 100644 --- a/docs/ai-coder/custom-agents.md +++ b/docs/ai-coder/custom-agents.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/modules?search=tag%3Aagent) can be used with Coder Tasks. diff --git a/docs/ai-coder/github-to-tasks.md b/docs/ai-coder/github-to-tasks.md index a0f5d5ae34616..408dd8c101c23 100644 --- a/docs/ai-coder/github-to-tasks.md +++ b/docs/ai-coder/github-to-tasks.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. ## Background diff --git a/docs/ai-coder/tasks-core-principles.md b/docs/ai-coder/tasks-core-principles.md index accafeb03de1c..c172d339072b5 100644 --- a/docs/ai-coder/tasks-core-principles.md +++ b/docs/ai-coder/tasks-core-principles.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. ## What is a Task? diff --git a/docs/ai-coder/tasks-lifecycle.md b/docs/ai-coder/tasks-lifecycle.md index 1b878a406e6f8..a4243c7759cac 100644 --- a/docs/ai-coder/tasks-lifecycle.md +++ b/docs/ai-coder/tasks-lifecycle.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. Tasks can pause when idle and resume when you interact with them again. Pausing frees compute resources while preserving conversation context, so diff --git a/docs/ai-coder/tasks-migration.md b/docs/ai-coder/tasks-migration.md index 0b376b4e717c0..b833e6e6ff95b 100644 --- a/docs/ai-coder/tasks-migration.md +++ b/docs/ai-coder/tasks-migration.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. Prior to Coder version 2.28.0, the definition of a Coder task was different to the above. It required the following to be defined in the template: diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index a4067f3334a0f..a39292f57068c 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -5,7 +5,7 @@ > > Tasks will be removed from new Coder releases beginning with v2.37 (September 1, 2026) and will only be available via the ESR during the support period. > -> We recommend transitioning to [Coder Agents](./agents.md), the long-term replacement. +> We recommend transitioning to [Coder Agents](./agents/index.md), the long-term replacement. Coder Tasks is an interface for running & managing coding agents such as Claude Code and Aider, powered by Coder workspaces.