From 5da28ff72fc673eba9ded066dcb6dbdfa7d341c9 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:17:06 -0600 Subject: [PATCH] docs: clarify Tasks limit and AI Governance relationship (#21774) ## Summary This PR updates the note on the Tasks documentation page to more clearly explain the relationship between Premium task limits and the AI Governance Add-On. ## Problem The previous wording: > "Premium Coder deployments are limited to running 1,000 tasks. Contact us for pricing options or learn more about our AI Governance Add-On to evaluate all of Coder's AI features." The "or" in this sentence could be interpreted as two separate paths: (1) contact sales for custom pricing that might not require the add-on, OR (2) get AI Governance. This led to confusion about whether higher task limits could be obtained without the AI Governance Add-On. ## Solution Updated the note to be explicit about the scaling path: > "Premium deployments include 1,000 Agent Workspace Builds for proof-of-concept use. To scale beyond this limit, the AI Governance Add-On provides expanded usage pools that grow with your user count. Contact us to discuss pricing." This makes it clear that: 1. Premium includes 1,000 builds for POC use 2. Scaling beyond that requires the AI Governance Add-On 3. Contact sales to discuss pricing for the add-on Created on behalf of @mattvollmer --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: Matt Vollmer --- docs/ai-coder/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/tasks.md b/docs/ai-coder/tasks.md index f9cd1d3f4e..caa2758ff0 100644 --- a/docs/ai-coder/tasks.md +++ b/docs/ai-coder/tasks.md @@ -7,7 +7,7 @@ Coder Tasks is an interface for running & managing coding agents such as Claude Coder Tasks is best for cases where the IDE is secondary, such as prototyping or running long-running background jobs. However, tasks run inside full workspaces so developers can [connect via an IDE](../user-guides/workspace-access) to take a task to completion. > [!NOTE] -> Premium Coder deployments are limited to running 1,000 tasks. [Contact us](https://coder.com/contact) for pricing options or learn more about our [AI Governance Add-On](./ai-governance.md) to evaluate all of Coder's AI features. +> Premium deployments include 1,000 Agent Workspace Builds for proof-of-concept use. To scale beyond this limit, the [AI Governance Add-On](./ai-governance.md) provides expanded usage pools that grow with your user count. [Contact us](https://coder.com/contact) to discuss pricing. ## Supported Agents (and Models)