Show HN: Interactive bash session for coding agents
2 points| renonce | 6 months ago |github.com
I've written a very simple script in ~30 lines that allows Claude Code to spawn bash and interact with it. User can attach to the terminal and type into it as Claude Code is working simultaneously. It additionally logs terminal history which can be replayed with `scriptreplay`.
See it use vim and gdb in real action (somewhat lame): `asciinema play https://github.com/vincent-163/bgbash/raw/refs/heads/asciine...`
This is a minimum working sample with lots of rough edges. Looking forward to extensions of this idea!
mutant|6 months ago