feat: add AI Tasks page (#18047)

**Preview:**

<img width="1624" alt="Screenshot 2025-05-26 at 21 25 04"
src="https://github.com/user-attachments/assets/2a51915d-2527-4467-bf99-1f2d876b953b"
/>
This commit is contained in:
Bruno Quaresma
2025-05-27 11:34:07 -03:00
committed by GitHub
parent ce134bc63a
commit 9827c97f32
9 changed files with 763 additions and 6 deletions

7
coderd/apidoc/docs.go generated
View File

@ -12649,9 +12649,11 @@ const docTemplate = `{
"web-push",
"dynamic-parameters",
"workspace-prebuilds",
"agentic-chat"
"agentic-chat",
"ai-tasks"
],
"x-enum-comments": {
"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.",
@ -12669,7 +12671,8 @@ const docTemplate = `{
"ExperimentWebPush",
"ExperimentDynamicParameters",
"ExperimentWorkspacePrebuilds",
"ExperimentAgenticChat"
"ExperimentAgenticChat",
"ExperimentAITasks"
]
},
"codersdk.ExternalAuth": {

View File

@ -11351,9 +11351,11 @@
"web-push",
"dynamic-parameters",
"workspace-prebuilds",
"agentic-chat"
"agentic-chat",
"ai-tasks"
],
"x-enum-comments": {
"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.",
@ -11371,7 +11373,8 @@
"ExperimentWebPush",
"ExperimentDynamicParameters",
"ExperimentWorkspacePrebuilds",
"ExperimentAgenticChat"
"ExperimentAgenticChat",
"ExperimentAITasks"
]
},
"codersdk.ExternalAuth": {