We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c8f0c commit efe5da9Copy full SHA for efe5da9
provisionerd/proto/version.go
@@ -38,6 +38,11 @@ import "github.com/coder/coder/v2/apiversion"
38
// and schedule rules to define cron-based scaling of prebuilt workspace
39
// instances based on time patterns.
40
// - Added new field named `id` to `App`, which transports the ID generated by the coder_app provider to be persisted.
41
+// - Added various fields in support of AI Tasks:
42
+// - `ai_tasks` in `CompleteJob.WorkspaceBuild`
43
+// - `has_ai_tasks` in `CompleteJob.TemplateImport`
44
+// - `has_ai_tasks` and `ai_tasks` in `PlanComplete`
45
+// - new message types `AITaskSidebarApp` and `AITask`
46
const (
47
CurrentMajor = 1
48
CurrentMinor = 7
0 commit comments