You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add feature stages documentation and update script
- Add featurestages.go with FeatureRegistry containing early access and beta features
- Update docs_update_experiments.sh to extract feature information from featurestages.go
- Update feature-stages.md with sections for early access and beta features
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Description: "How to configure your template for dev containers",
60
+
Stage: FeatureStageEarlyAccess,
61
+
Experiment: ExperimentDevContainers,
62
+
},
63
+
"ai-coder/securing.md": {
64
+
Name: "Securing agents in Coder",
65
+
Description: "Learn how to secure agents with boundaries",
66
+
Stage: FeatureStageEarlyAccess,
67
+
},
68
+
69
+
// Beta features
70
+
"ai-coder/index.md": {
71
+
Name: "Run AI Coding Agents in Coder",
72
+
Description: "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.",
73
+
Stage: FeatureStageBeta,
74
+
Experiment: ExperimentAgenticChat,
75
+
},
76
+
"user-guides/desktop/index.md": {
77
+
Name: "Coder Desktop",
78
+
Description: "Use Coder Desktop to access your workspace like it's a local machine",
|[Early Access](#early-access-features)| No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. |
15
15
|[Beta](#beta)| No | Not fully | Docs, Discord, GitHub | Publicly available. In active development with minor bugs. Suitable for staging; optional for production. Not covered by SLA. |
16
16
|[GA](#general-availability-ga)| Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. |
@@ -65,12 +65,24 @@ You can opt-out of a feature after you've enabled it.
65
65
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
0 commit comments