Files
gastown/npm-package
gastown/crew/max 6b8480c483
Some checks failed
Release / goreleaser (push) Failing after 5m4s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped
chore: Bump version to 0.2.6
Updated all component versions:
- gt CLI: 0.2.5 → 0.2.6
- npm package: 0.2.5 → 0.2.6

Highlights:
- Unified escalation system with severity levels and routing
- gt stale command for binary staleness checks
- Per-agent-type health tracking in statusline
- Refactored sling.go into 7 focused modules
- Many bug fixes for beads, sling, and session lifecycle

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 03:18:47 -08:00
..
2026-01-12 03:18:47 -08:00

@gastown/gt

Gas Town CLI - multi-agent workspace manager for coordinating AI coding agents.

Installation

npm install -g @gastown/gt

This will download the appropriate native binary for your platform during installation.

Usage

# Check version
gt version

# Initialize a new town
gt init

# View status
gt status

# List rigs
gt rig list

Supported Platforms

  • macOS (Intel and Apple Silicon)
  • Linux (x64 and ARM64)
  • Windows (x64)

Manual Installation

If npm installation fails, you can download binaries directly from: https://github.com/steveyegge/gastown/releases

License

MIT