Skip to content

Commit d9904f1

Browse files
Fix: Update builtin agent to agent-claude-v0.10.0 (#491)
Co-authored-by: holonbot[bot] <250454749+holonbot[bot]@users.noreply.github.com>
1 parent ead586b commit d9904f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/agent/builtin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ type BuiltinAgent struct {
2424
func DefaultBuiltinAgent() *BuiltinAgent {
2525
return &BuiltinAgent{
2626
Name: "claude-agent",
27-
Version: "agent-claude-v0.9.1",
28-
URL: "https://github.com/holon-run/holon/releases/download/agent-claude-v0.9.1/holon-agent-claude-0.9.1.tar.gz",
29-
Checksum: "562c7dc4f011266bda28378766fe1cc52b6f58d999ec93bc2fc08076184c424b",
27+
Version: "agent-claude-v0.10.0",
28+
URL: "https://github.com/holon-run/holon/releases/download/agent-claude-v0.10.0/holon-agent-claude-0.10.0.tar.gz",
29+
Checksum: "f14deadfb237456800bec33d00fdae5ee69d31144760d91743113524728641fc",
3030
}
3131
}
3232

tests/integration/testdata/builtin-agent.txtar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec holon agent info default
33
stdout 'Builtin Default Agent:'
44
stdout 'Name:.*claude-agent'
5-
stdout 'Version:.*agent-claude-v0.9.1'
5+
stdout 'Version:.*agent-claude-v0.10.0'
66
stdout 'Auto-install: ENABLED'
77

88
# Test builtin agent info with auto-install disabled

0 commit comments

Comments
 (0)