diff --git a/docs/ai-coder/agent-compatibility.md b/docs/ai-coder/agent-compatibility.md index eaa714f0d167a..17a540647cfc0 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/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. 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..ab3a262618d94 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/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. ## Prerequisites diff --git a/docs/ai-coder/github-to-tasks.md b/docs/ai-coder/github-to-tasks.md index 799f1306ba0f6..408dd8c101c23 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/index.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..c172d339072b5 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/index.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..a4243c7759cac 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/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 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..b833e6e6ff95b 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/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: 1. A Coder parameter specifically named `"AI Prompt"`, diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index 04349dd385b43..a39292f57068c 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -1,5 +1,12 @@ # 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/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. ![Tasks UI](../images/guides/ai-agents/tasks-ui.png)