Skip to content

Commit 2498aca

Browse files
authored
chore: bump tool version to latest (#2076)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent 0127bb4 commit 2498aca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

pkg/lang/ir/v1/agent.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ import (
2020
"github.com/tensorchord/envd/pkg/lang/ir"
2121
)
2222

23+
// https://github.com/openai/codex
2324
const (
24-
codexDefaultVersion = "0.55.0"
25+
codexDefaultVersion = "0.79.0"
2526
)
2627

2728
func (g generalGraph) installAgentCodex(root llb.State, agent ir.CodeAgent) llb.State {

pkg/lang/ir/v1/pixi.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ import (
2222
"github.com/sirupsen/logrus"
2323
)
2424

25+
// https://github.com/prefix-dev/pixi
2526
const (
26-
pixiVersion = "0.59.0"
27+
pixiVersion = "0.62.2"
2728
pixiConfigTemplate = `
2829
{{- if .UsePixiMirror -}}
2930
[mirrors]

pkg/lang/ir/v1/uv.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ package v1
1616

1717
import "github.com/moby/buildkit/client/llb"
1818

19+
// https://github.com/astral-sh/uv
1920
const (
20-
uvVersion = "0.9.8"
21+
uvVersion = "0.9.22"
2122
)
2223

2324
func (g generalGraph) compileUV(root llb.State) llb.State {

0 commit comments

Comments
 (0)