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 e387d14 commit 529421aCopy full SHA for 529421a
provisionerd/proto/version.go
@@ -34,6 +34,12 @@ import "github.com/coder/coder/v2/apiversion"
34
// - Added DataUpload and ChunkPiece messages to support uploading large files
35
// back to Coderd. Used for uploading module files in support of dynamic
36
// parameters.
37
+// - Added various fields in support of AI Tasks:
38
+// - `ai_tasks` in `CompleteJob.WorkspaceBuild`
39
+// - `has_ai_tasks` in `CompleteJob.TemplateImport`
40
+// - `has_ai_tasks` and `ai_tasks` in `PlanComplete`
41
+// - `id` in `App` (coder_app)
42
+// - new message types `AITaskSidebarApp` and `AITask`
43
const (
44
CurrentMajor = 1
45
CurrentMinor = 7
0 commit comments