From 47c4fbf71d1c156f0596bdb95deaf661b19824e9 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 25 Nov 2025 15:14:42 +0000 Subject: [PATCH] feat: promote Tasks to GA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove Beta label from Tasks UI and documentation. - Remove FeatureStageBadge from TasksPage - Update docs/ai-coder/tasks.md title - Update docs/ai-coder/index.md references --- 🤖 This change was written by Claude Sonnet 4.5 Thinking using [mux](https://github.com/coder/mux) and reviewed by a human 🏂 --- docs/ai-coder/index.md | 4 ++-- docs/ai-coder/tasks.md | 2 +- site/src/pages/TasksPage/TasksPage.tsx | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/ai-coder/index.md b/docs/ai-coder/index.md index eb1fe33d7f24d..36da055e0cb79 100644 --- a/docs/ai-coder/index.md +++ b/docs/ai-coder/index.md @@ -8,11 +8,11 @@ Coder [integrates with IDEs](../user-guides/workspace-access/index.md) such as C These agents work well inside existing Coder workspaces as they can simply be enabled via an extension or are built-into the editor. -## Agents with Coder Tasks (Beta) +## Agents with Coder Tasks In cases where the IDE is secondary, such as prototyping or long-running background jobs, agents like Claude Code or Aider are better for the job and new SaaS interfaces like [Devin](https://devin.ai) and [ChatGPT Codex](https://openai.com/index/introducing-codex/) are emerging. -[Coder Tasks](./tasks.md) is a new interface inside Coder to run and manage coding agents with a chat-based UI. Unlike SaaS-based products, Coder Tasks is self-hosted (included in your Coder deployment) and allows you to run any terminal-based agent such as Claude Code or Codex's Open Source CLI. +[Coder Tasks](./tasks.md) is an interface inside Coder to run and manage coding agents with a chat-based UI. Unlike SaaS-based products, Coder Tasks is self-hosted (included in your Coder deployment) and allows you to run any terminal-based agent such as Claude Code or Codex's Open Source CLI. ![Coder Tasks UI](../images/guides/ai-agents/tasks-ui.png) diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index ae9bc8f4e62cd..b240d88b4bc4e 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -1,4 +1,4 @@ -# Coder Tasks (Beta) +# Coder Tasks Coder Tasks is an interface for running & managing coding agents such as Claude Code and Aider, powered by Coder workspaces. diff --git a/site/src/pages/TasksPage/TasksPage.tsx b/site/src/pages/TasksPage/TasksPage.tsx index e2b1e9712f229..83946aee665eb 100644 --- a/site/src/pages/TasksPage/TasksPage.tsx +++ b/site/src/pages/TasksPage/TasksPage.tsx @@ -3,7 +3,6 @@ import { templates } from "api/queries/templates"; import type { TasksFilter } from "api/typesGenerated"; import { Badge } from "components/Badge/Badge"; import { Button, type ButtonProps } from "components/Button/Button"; -import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge"; import { Margins } from "components/Margins/Margins"; import { PageHeader, @@ -55,10 +54,7 @@ const TasksPage: FC = () => { {pageTitle("AI Tasks")} - - Tasks - - + Tasks Automate tasks with AI