mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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:
@ -3346,6 +3346,7 @@ const (
|
||||
ExperimentDynamicParameters Experiment = "dynamic-parameters" // Enables dynamic parameters when creating a workspace.
|
||||
ExperimentWorkspacePrebuilds Experiment = "workspace-prebuilds" // Enables the new workspace prebuilds feature.
|
||||
ExperimentAgenticChat Experiment = "agentic-chat" // Enables the new agentic AI chat feature.
|
||||
ExperimentAITasks Experiment = "ai-tasks" // Enables the new AI tasks feature.
|
||||
)
|
||||
|
||||
// ExperimentsSafe should include all experiments that are safe for
|
||||
|
Reference in New Issue
Block a user