Skip to content

Commit 529421a

Browse files
committed
chore: update provisioner API version comments
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent e387d14 commit 529421a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

provisionerd/proto/version.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ import "github.com/coder/coder/v2/apiversion"
3434
// - Added DataUpload and ChunkPiece messages to support uploading large files
3535
// back to Coderd. Used for uploading module files in support of dynamic
3636
// 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`
3743
const (
3844
CurrentMajor = 1
3945
CurrentMinor = 7

0 commit comments

Comments
 (0)