v0.1 — Initial 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, orgrokCLI 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 |