Skip to content

v0.1 — Initial Release

Choose a tag to compare

@Maleick Maleick released this 12 Apr 07:05
· 111 commits to main since this release

Beacon v0.1

First public release of Beacon — autonomous multi-agent GitHub issue orchestration for Claude Code.

What's included

  • v3 Advisor + Monitor architecture — Sonnet executor, Opus advisor, Haiku triage
  • Third-party-first dispatch — Routes to Codex, Gemini, or Grok before consuming Claude quota
  • Worktree isolation — Each issue gets its own git worktree and tmux pane
  • Tiered escalation — Haiku → Sonnet → Opus based on complexity and failure count
  • Verification pipeline — Sonnet review → simplify → PR → CI monitor → auto-merge
  • Discord integration — Webhook event handling and command channel support
  • Quota tracking — Decay-based estimation with ASCII progress bars in /beacon status
  • Error recovery — Session restart, stale worktree cleanup, crash detection, API retry

Install

```bash
/install-plugin https://github.com/Maleick/beacon
```

Requirements

  • Claude Code with plugin support
  • jq, gh (authenticated)
  • Optional: codex, gemini, or grok CLI for quota efficiency

Commands

Command Purpose
/beacon start Launch orchestration
/beacon status Show agents, quota, progress
/beacon stop Stop all agents
/beacon plan Analyze without dispatching