@@ -25,7 +25,7 @@ generate_experiments_table() {
25
25
# Get ExperimentsSafe entries from deployment.go
26
26
echo " | Feature | Description | Available in |"
27
27
echo " |---------|-------------|--------------|"
28
-
28
+
29
29
# For now, hardcode the features we know are in ExperimentsSafe
30
30
# This is simpler and more reliable than trying to parse the Go code
31
31
echo " | \` dev-containers\` | Enables dev containers support. | mainline, stable |"
@@ -37,7 +37,7 @@ generate_experiments_table() {
37
37
generate_early_access_table () {
38
38
echo " | Feature | Description | Documentation Path |"
39
39
echo " |---------|-------------|------------------|"
40
-
40
+
41
41
# For now, hardcode the Dev Containers as early access feature
42
42
# This is simpler and more reliable than complex grep/awk parsing
43
43
echo " | Dev Containers Integration | Dev Containers Integration | ai-coder/dev-containers.md |"
@@ -47,14 +47,13 @@ generate_early_access_table() {
47
47
generate_beta_table () {
48
48
echo " | Feature | Description | Documentation Path |"
49
49
echo " |---------|-------------|------------------|"
50
-
50
+
51
51
# For now, hardcode the beta features
52
52
# This is simpler and more reliable than complex grep/awk parsing
53
53
echo " | AI Coding Agents | AI Coding Agents | ai-coder/agents.md |"
54
54
echo " | Prebuilt workspaces | Prebuilt workspaces | workspaces/prebuilds.md |"
55
55
}
56
56
57
- workdir=build/docs/experiments
58
57
dest=docs/install/releases/feature-stages.md
59
58
60
59
log " Updating feature stages documentation in ${dest} "
0 commit comments