chore: remove dynamic-parameters experiment (#18290)

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: jaaydenh <1858163+jaaydenh@users.noreply.github.com>
Co-authored-by: Steven Masley <stevenmasley@gmail.com>
This commit is contained in:
Jaayden Halko
2025-06-12 17:15:05 +01:00
committed by GitHub
parent 70723d3b51
commit f126931219
30 changed files with 144 additions and 198 deletions

3
coderd/apidoc/docs.go generated
View File

@ -12745,7 +12745,6 @@ const docTemplate = `{
"notifications",
"workspace-usage",
"web-push",
"dynamic-parameters",
"workspace-prebuilds",
"agentic-chat",
"ai-tasks"
@ -12754,7 +12753,6 @@ const docTemplate = `{
"ExperimentAITasks": "Enables the new AI tasks feature.",
"ExperimentAgenticChat": "Enables the new agentic AI chat feature.",
"ExperimentAutoFillParameters": "This should not be taken out of experiments until we have redesigned the feature.",
"ExperimentDynamicParameters": "Enables dynamic parameters when creating a workspace.",
"ExperimentExample": "This isn't used for anything.",
"ExperimentNotifications": "Sends notifications via SMTP and webhooks following certain events.",
"ExperimentWebPush": "Enables web push notifications through the browser.",
@ -12767,7 +12765,6 @@ const docTemplate = `{
"ExperimentNotifications",
"ExperimentWorkspaceUsage",
"ExperimentWebPush",
"ExperimentDynamicParameters",
"ExperimentWorkspacePrebuilds",
"ExperimentAgenticChat",
"ExperimentAITasks"