Skip to content

Commit 1c3a126

Browse files
committed
chore: remove ExperimentAITasks which crept back in
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 4a1d5a7 commit 1c3a126

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

coderd/apidoc/docs.go

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/deployment.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,7 +3358,6 @@ const (
33583358
ExperimentWorkspaceUsage Experiment = "workspace-usage" // Enables the new workspace usage tracking.
33593359
ExperimentWebPush Experiment = "web-push" // Enables web push notifications through the browser.
33603360
ExperimentWorkspacePrebuilds Experiment = "workspace-prebuilds" // Enables the new workspace prebuilds feature.
3361-
ExperimentAITasks Experiment = "ai-tasks" // Enables the new AI tasks feature.
33623361
)
33633362

33643363
// ExperimentsKnown should include all experiments defined above.
@@ -3369,7 +3368,6 @@ var ExperimentsKnown = Experiments{
33693368
ExperimentWorkspaceUsage,
33703369
ExperimentWebPush,
33713370
ExperimentWorkspacePrebuilds,
3372-
ExperimentAITasks,
33733371
}
33743372

33753373
// ExperimentsSafe should include all experiments that are safe for

docs/reference/api/schemas.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/api/typesGenerated.ts

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)