mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: rename Early Access to Beta and remove early-access page (#24826)
This commit is contained in:
@@ -1,70 +0,0 @@
|
||||
# Early Access
|
||||
|
||||
Coder Agents is available through Early Access for the community
|
||||
to evaluate while the product is under active development.
|
||||
Participation comes with important expectations and limitations described
|
||||
below.
|
||||
|
||||
## What Early Access includes
|
||||
|
||||
Early Access is a collaborative evaluation period between Coder and
|
||||
participating customers. It includes:
|
||||
|
||||
- **Direct collaboration with the Coder product team** — work with Coder
|
||||
engineers and product managers to share feedback, discuss use cases, and
|
||||
influence product direction.
|
||||
- **Architecture and functionality documentation** — basic documentation
|
||||
covering how Coder Agents works and how it integrates into existing
|
||||
deployments.
|
||||
- **Feedback sessions** — periodic check-ins with the Coder team to discuss
|
||||
real-world usage.
|
||||
- **Early exposure to new capabilities** — access to new features or
|
||||
experimental functionality before public release.
|
||||
|
||||
## What Early Access does not include
|
||||
|
||||
Early Access is not a production-ready offering. It does not include:
|
||||
|
||||
- **Formal support coverage** — no SLA-backed support.
|
||||
- **Stability guarantees** — features and behavior may change without notice.
|
||||
- **Production readiness guarantees** — functionality may not yet meet the
|
||||
reliability or scalability expectations of a GA feature.
|
||||
- **Complete documentation or tooling** — operational guidance may be
|
||||
incomplete and will evolve.
|
||||
- **Long-term compatibility guarantees** — APIs, configuration models, or
|
||||
workflows may change before General Availability.
|
||||
|
||||
## Feature scope
|
||||
|
||||
Functionality available during Early Access may be a subset of planned
|
||||
capabilities. Some features may be incomplete, experimental, or subject to
|
||||
redesign.
|
||||
|
||||
## Set up Coder Agents
|
||||
|
||||
Coder Agents is available by default. No experiment flags are required.
|
||||
|
||||
To get started:
|
||||
|
||||
1. Navigate to the **Agents** page in the Coder dashboard.
|
||||
1. Open **Admin** settings and configure at least one LLM provider and model.
|
||||
See [Models](./models.md) for detailed setup instructions.
|
||||
1. Grant the **Coder Agents User** role to users who need to create chats.
|
||||
Go to **Admin** > **Users**, click the roles icon next to each user,
|
||||
and enable **Coder Agents User**.
|
||||
1. Developers can then start a new chat from the Agents page.
|
||||
|
||||
## Licensing and availability
|
||||
|
||||
Features provided during Early Access may become paid licensed
|
||||
features at General Availability.
|
||||
Participants will receive reasonable advance notice before:
|
||||
|
||||
- Coder Agents reaches General Availability
|
||||
- Early Access functionality transitions to a paid offering
|
||||
|
||||
## Providing feedback
|
||||
|
||||
Participants are encouraged to share workflow feedback, feature requests,
|
||||
performance observations, and operational challenges. Feedback channels are
|
||||
coordinated directly with the Coder product team.
|
||||
@@ -4,9 +4,8 @@ This guide walks platform teams and administrators through setting up Coder
|
||||
Agents, preparing your deployment, and running your first Coder Agent.
|
||||
|
||||
> [!NOTE]
|
||||
> Coder Agents is in [Early Access](./early-access.md). Deploy to a
|
||||
> **test or development environment** — not production — while evaluating
|
||||
> the feature.
|
||||
> Coder Agents is in Beta. APIs, behavior, and configuration may change
|
||||
> between releases without notice; pin a release before broad rollout.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -129,13 +128,12 @@ credential scoping, and pre-installing dependencies.
|
||||
|
||||
## Things to know before you start
|
||||
|
||||
### Deploy to a non-production environment
|
||||
### Plan for change between releases
|
||||
|
||||
Coder Agents is under active development. APIs, behavior, and configuration
|
||||
may change between releases without notice. Run your evaluation on a
|
||||
dedicated test or staging deployment to avoid disruption to production
|
||||
developer workflows. See [Early Access](./early-access.md) for the full
|
||||
set of expectations and limitations.
|
||||
Coder Agents is under active development. APIs, behavior, and
|
||||
configuration may change between releases without notice. Pin a
|
||||
specific release before broad rollout and review the release notes
|
||||
before upgrading so changes do not surprise developers in production.
|
||||
|
||||
### Use HTTPS for push notifications
|
||||
|
||||
@@ -285,7 +283,7 @@ Good feedback includes:
|
||||
- **Context** — screenshots, `chat_id` values, or links to the Agents page help
|
||||
the team investigate quickly.
|
||||
|
||||
Your input directly influences product direction during Early Access.
|
||||
Your input directly influences product direction during Beta.
|
||||
|
||||
## Next steps
|
||||
|
||||
|
||||
@@ -321,6 +321,5 @@ Coder Agents is a new approach that differs from
|
||||
|
||||
## Product status
|
||||
|
||||
Coder Agents is in Early Access. The feature is under active development and
|
||||
available for evaluation. See [Early Access](./early-access.md) for
|
||||
enablement instructions and program details.
|
||||
Coder Agents is in Beta. The feature is under active development and
|
||||
available for evaluation.
|
||||
|
||||
+14
-20
@@ -1208,79 +1208,73 @@
|
||||
"title": "Coder Agents",
|
||||
"description": "Self-hosted agent by Coder",
|
||||
"path": "./ai-coder/agents/index.md",
|
||||
"state": ["early access"],
|
||||
"state": ["beta"],
|
||||
"children": [
|
||||
{
|
||||
"title": "Getting Started",
|
||||
"description": "Enable Coder Agents, prepare your deployment, and run your first Coder Agent",
|
||||
"path": "./ai-coder/agents/getting-started.md",
|
||||
"state": ["early access"]
|
||||
},
|
||||
{
|
||||
"title": "Early Access",
|
||||
"description": "About the Coder Agents Early Access program",
|
||||
"path": "./ai-coder/agents/early-access.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Architecture",
|
||||
"description": "How the agent in the control plane communicates with workspaces",
|
||||
"path": "./ai-coder/agents/architecture.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Models",
|
||||
"description": "Configure LLM providers and models for Coder Agents",
|
||||
"path": "./ai-coder/agents/models.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Platform Controls",
|
||||
"description": "How platform teams control agent behavior, models, and policies",
|
||||
"path": "./ai-coder/agents/platform-controls/index.md",
|
||||
"state": ["early access"],
|
||||
"state": ["beta"],
|
||||
"children": [
|
||||
{
|
||||
"title": "Template Optimization",
|
||||
"description": "Best practices for creating templates that are discoverable and useful to Coder Agents",
|
||||
"path": "./ai-coder/agents/platform-controls/template-optimization.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "MCP Servers",
|
||||
"description": "Configure external MCP servers that provide additional tools for agent chat sessions",
|
||||
"path": "./ai-coder/agents/platform-controls/mcp-servers.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Spend Management",
|
||||
"description": "Spend limits and cost tracking for Coder Agents",
|
||||
"path": "./ai-coder/agents/platform-controls/usage-insights.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Git Providers",
|
||||
"description": "Git provider configuration for the diff viewer and PR Insights",
|
||||
"path": "./ai-coder/agents/platform-controls/git-providers.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "PR Insights",
|
||||
"description": "Pull request analytics for Coder Agents",
|
||||
"path": "./ai-coder/agents/platform-controls/pr-insights.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Data Retention",
|
||||
"description": "Automatic cleanup of old conversation data",
|
||||
"path": "./ai-coder/agents/platform-controls/chat-retention.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Auto-Archive",
|
||||
"description": "Automatic archiving of inactive conversations",
|
||||
"path": "./ai-coder/agents/platform-controls/chat-auto-archive.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1288,13 +1282,13 @@
|
||||
"title": "Extending Agents",
|
||||
"description": "Add custom skills and MCP tools to agent workspaces",
|
||||
"path": "./ai-coder/agents/extending-agents.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
},
|
||||
{
|
||||
"title": "Chats API",
|
||||
"description": "Programmatic access to Coder Agents via the Chats API",
|
||||
"path": "./ai-coder/agents/chats-api.md",
|
||||
"state": ["early access"]
|
||||
"state": ["beta"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user