mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: regen feature stage docs from HEAD & enforce generation (#26528)
Generate the experimental and beta tables in docs/install/releases/feature-stages.md from the current source tree instead of release tags + GitHub API because we found the table of beta features was stale in recent release(s). This approach works now that Coder publishes per-release docs. This change was assisted by Coder Agents.
This commit is contained in:
@@ -64,7 +64,7 @@ You can opt-out of a feature after you've enabled it.
|
||||
|
||||
<!-- Code generated by scripts/release/docs_update_feature_stages.sh. DO NOT EDIT. -->
|
||||
<!-- BEGIN: available-experimental-features -->
|
||||
Currently no experimental features are available in the latest mainline or stable release.
|
||||
Currently no experimental features are available.
|
||||
<!-- END: available-experimental-features -->
|
||||
|
||||
## Beta
|
||||
@@ -102,12 +102,12 @@ available in the documentation.
|
||||
|
||||
<!-- Code generated by scripts/release/docs_update_feature_stages.sh. DO NOT EDIT. -->
|
||||
<!-- BEGIN: available-beta-features -->
|
||||
| Feature | Description | Available in |
|
||||
|------------------------------------------------------------------------------|------------------------------------------------|------------------|
|
||||
| [MCP Server](../../ai-coder/mcp-server.md) | Connect to agents Coder with a MCP server | mainline, stable |
|
||||
| [JetBrains Toolbox](../../user-guides/workspace-access/jetbrains/toolbox.md) | Access Coder workspaces from JetBrains Toolbox | mainline, stable |
|
||||
| Agent Firewall | Understanding Agent Firewall in Coder Tasks | stable |
|
||||
| [Workspace Sharing](../../user-guides/shared-workspaces.md) | Sharing workspaces | mainline, stable |
|
||||
| Feature | Description |
|
||||
|------------------------------------------------------------------------------|----------------------------------------------------------------------------|
|
||||
| [MCP Server](../../ai-coder/mcp-server.md) | Connect AI coding agents to Coder using the MCP server |
|
||||
| [JetBrains Toolbox](../../user-guides/workspace-access/jetbrains/toolbox.md) | Access Coder workspaces from JetBrains Toolbox |
|
||||
| [User secrets](../../user-guides/user-secrets.md) | Store secret values in Coder and automatically inject them into workspaces |
|
||||
| [Coder Agents](../../ai-coder/agents/index.md) | Self-hosted agent by Coder |
|
||||
<!-- END: available-beta-features -->
|
||||
|
||||
## General Availability (GA)
|
||||
|
||||
Reference in New Issue
Block a user