File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ import (
2020 "github.com/tensorchord/envd/pkg/lang/ir"
2121)
2222
23+ // https://github.com/openai/codex
2324const (
24- codexDefaultVersion = "0.55 .0"
25+ codexDefaultVersion = "0.79 .0"
2526)
2627
2728func (g generalGraph ) installAgentCodex (root llb.State , agent ir.CodeAgent ) llb.State {
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ import (
2222 "github.com/sirupsen/logrus"
2323)
2424
25+ // https://github.com/prefix-dev/pixi
2526const (
26- pixiVersion = "0.59.0 "
27+ pixiVersion = "0.62.2 "
2728 pixiConfigTemplate = `
2829{{- if .UsePixiMirror -}}
2930[mirrors]
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ package v1
1616
1717import "github.com/moby/buildkit/client/llb"
1818
19+ // https://github.com/astral-sh/uv
1920const (
20- uvVersion = "0.9.8 "
21+ uvVersion = "0.9.22 "
2122)
2223
2324func (g generalGraph ) compileUV (root llb.State ) llb.State {
You can’t perform that action at this time.
0 commit comments