mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
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:
7
coderd/apidoc/docs.go
generated
7
coderd/apidoc/docs.go
generated
@ -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": {
|
||||
|
Reference in New Issue
Block a user