Skip to content

Tags: helmcode/agent_crew_api

Tags

v0.5.6

Toggle v0.5.6's commit message
release: bump version to 0.5.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.5

Toggle v0.5.5's commit message
release: bump version to 0.5.5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.4

Toggle v0.5.4's commit message
release: bump version to 0.5.4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.3

Toggle v0.5.3's commit message
chore: bump version to 0.5.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.2

Toggle v0.5.2's commit message
chore: bump version to 0.5.2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.1

Toggle v0.5.1's commit message
chore: bump version to 0.5.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.5.0

Toggle v0.5.0's commit message
chore: bump version to 0.5.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.4.11

Toggle v0.4.11's commit message
chore: bump version to 0.4.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.4.10

Toggle v0.4.10's commit message
fix: add WebSocket ping keepalive for long inference times

WebSocket connections silently drop during long Ollama inference
(8+ min on CPU) because no data flows and proxies/NAT close idle
connections. Add periodic ping frames every 30s to keep alive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.4.9

Toggle v0.4.9's commit message
fix: pull default Ollama model when leader uses inherit

When the leader's SubAgentModel is "inherit", the deploy skipped the
Ollama model pull but OPENCODE_MODEL was set to the default model
(e.g. qwen3:4b). This caused "model not found" errors at runtime.
Now falls back to defaultOpenCodeModel() for the pull step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>