95ba8fcb6b44a8b9e65176d1f93c1142712a80f1
When sending keys via tmux send-keys, there is a race condition where the Enter key can be processed before the pasted text completes. This causes messages to appear in the prompt but not be submitted. - Add SendKeysDebounced method with configurable delay between paste and Enter - Update SendKeys to use 100ms default debounce - Update Inject to scale debounce based on message size (100ms + 50ms/KB) Fixes beads-62h
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%