Skip to content

Releases: XeldarAlz/helm

Pipeline v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:14

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)

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:14

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

Choose a tag to compare

@XeldarAlz XeldarAlz released this 06 Apr 19:48

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. /continue now 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. New checkpoint-nudge hook 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.app

Then open the app normally.