Skip to content

Commit 94a2f78

Browse files
holonbot[bot]Holon Bot
andauthored
Fix: Update builtin agent to agent-claude-v0.6.1 (#392)
Co-authored-by: Holon Bot <bot@holon.run>
1 parent fc77d51 commit 94a2f78

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.6.0",
28-
URL: "https://github.com/holon-run/holon/releases/download/agent-claude-v0.6.0/holon-agent-claude-0.6.0.tar.gz",
29-
Checksum: "ba1b7dc2c44633e78036a2628257bbb2fe1f5e562d9a560c8f3241deb611ba6a",
27+
Version: "agent-claude-v0.6.1",
28+
URL: "https://github.com/holon-run/holon/releases/download/agent-claude-v0.6.1/holon-agent-claude-0.6.1.tar.gz",
29+
Checksum: "bf256b074cc818bd0e125afa736a137c0832d49ffa138633a60e525824be99a7",
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.6.0'
5+
stdout 'Version:.*agent-claude-v0.6.1'
66
stdout 'Auto-install: ENABLED'
77

88
# Test builtin agent info with auto-install disabled

0 commit comments

Comments
 (0)