Skip to content

Commit efe5da9

Browse files
committed
chore: update provisioner API version comments
Signed-off-by: Danny Kopping <[email protected]>
1 parent 91c8f0c commit efe5da9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

provisionerd/proto/version.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ import "github.com/coder/coder/v2/apiversion"
3838
// and schedule rules to define cron-based scaling of prebuilt workspace
3939
// instances based on time patterns.
4040
// - 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`
4146
const (
4247
CurrentMajor = 1
4348
CurrentMinor = 7

0 commit comments

Comments
 (0)