mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5da28ff72f
## 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 <matthewjvollmer@outlook.com>