@@ -25,7 +25,7 @@ generate_experiments_table() {
2525 # Get ExperimentsSafe entries from deployment.go
2626 echo " | Feature | Description | Available in |"
2727 echo " |---------|-------------|--------------|"
28-
28+
2929 # For now, hardcode the features we know are in ExperimentsSafe
3030 # This is simpler and more reliable than trying to parse the Go code
3131 echo " | \` dev-containers\` | Enables dev containers support. | mainline, stable |"
@@ -37,7 +37,7 @@ generate_experiments_table() {
3737generate_early_access_table () {
3838 echo " | Feature | Description | Documentation Path |"
3939 echo " |---------|-------------|------------------|"
40-
40+
4141 # For now, hardcode the Dev Containers as early access feature
4242 # This is simpler and more reliable than complex grep/awk parsing
4343 echo " | Dev Containers Integration | Dev Containers Integration | ai-coder/dev-containers.md |"
@@ -47,14 +47,13 @@ generate_early_access_table() {
4747generate_beta_table () {
4848 echo " | Feature | Description | Documentation Path |"
4949 echo " |---------|-------------|------------------|"
50-
50+
5151 # For now, hardcode the beta features
5252 # This is simpler and more reliable than complex grep/awk parsing
5353 echo " | AI Coding Agents | AI Coding Agents | ai-coder/agents.md |"
5454 echo " | Prebuilt workspaces | Prebuilt workspaces | workspaces/prebuilds.md |"
5555}
5656
57- workdir=build/docs/experiments
5857dest=docs/install/releases/feature-stages.md
5958
6059log " Updating feature stages documentation in ${dest} "
0 commit comments