1fed8e2eaa2b9d349832b0481550178354bc8d69
The spawn context inject was sending Enter too quickly after pasting large messages. Claude needs time to process the paste before Enter is sent (Claude shows "Pasted text #1 +N lines" message). Increased debounce timing: - Base delay: 100ms → 200ms - Per-KB scaling: 50ms → 100ms - Max cap: 500ms → 1500ms For a typical 4KB spawn context, this gives 600ms (vs 300ms before). Fixes: gt-eqys 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Gastown (Go)
Go port of Gas Town - a multi-agent workspace manager.
Status
Work in Progress - This is the Go rewrite of the Python gastown tool.
See the Python version for current functionality.
Goals
- Single binary installation (
gt) - Self-diagnosing (
gt doctor) - Federation support (coordinate agents across VMs)
- Performance improvements over Python version
Development
# Build
go build -o gt ./cmd/gt
# Run
./gt --help
Related
- gastown-py - Python version (current)
- beads - Issue tracking for agents
Languages
Go
98.2%
HTML
1.1%
Shell
0.4%
JavaScript
0.2%