Releases: XeldarAlz/helm
Releases · XeldarAlz/helm
Release list
Pipeline v0.1.0
Helm Claude Code pipeline (.claude/) — version 0.1.0.
Install:
curl -fsSL https://raw.githubusercontent.com/XeldarAlz/helm/main/scripts/install-pipeline.sh | bash -s -- --tag v0.1.0 /path/to/unity/project
Pipeline (latest)
Floating pointer to the most recent pipeline release. Currently v0.1.0.
Stable URLs (overwritten on each pipeline release):
v0.2.2 — Agent Resilience, Smart Routing & Benchmarks
What's New
This release adds 8 major features to both the pipeline and the GUI, inspired by analyzing oh-my-codex and oh-my-claudecode.
Pipeline Improvements
- Event Journal (
docs/EVENTS.jsonl) — Append-only log of every state transition./continuenow replays events for deterministic crash recovery instead of filesystem guessing. - Agent Mailbox (
.claude/mailbox/) — Agents report progress, partial results, and blockers mid-task. Orchestrator checks before timeout decisions. - Heartbeat Monitoring (
.claude/heartbeat/) — Stall detection via timestamp checks. 10min warning, 20min auto-replacement. - Context Checkpoints (
.claude/checkpoint/) — Agents periodically save state to survive context window compression. Newcheckpoint-nudgehook reminds after 8+ writes. - Model Routing — Complexity-aware model selection: S tasks → Haiku (~10x cheaper), M/L → Sonnet, XL → Opus. Reviewer always Opus.
- Task Affinity — Orchestrator tracks file-path overlap and prefers re-assigning related tasks to agents that already have context.
- Benchmark Suite (
/benchmark) — 5 categories of standardized tests (pure-logic, hot-path-perf, test-writing, review-accuracy, interface-design) for regression-testing agent templates. - Learner Skill (
/learn) — Extracts reusable project-specific patterns from completed implementations. Max 20 skills, confidence-tracked, user-curated.
GUI Dashboard
- Model badges on agent tiles — colored HAIKU / SONNET / OPUS labels
- Health indicators — green (alive), yellow (stale >10min), red (dead >20min) dots per agent
- Mailbox feed — latest agent message shown on tiles, BLOCKER messages highlighted in red
- Live refresh on mailbox/heartbeat file changes (not just PROGRESS.md polling)
Installation (macOS)
Download Helm_0.2.2_aarch64.dmg and drag to Applications.
Bypassing macOS Gatekeeper (unsigned app)
Terminal command:
xattr -cr /Applications/Helm.appThen open the app normally.