Click any tag below to further narrow down your results
Links
This article introduces Agent of Empires, a terminal session manager designed for running multiple AI coding agents on Linux and macOS using tmux. It allows users to manage isolated sessions for different branches of their codebase, with features like Docker sandboxing and a TUI dashboard for session management.
Collin Richards details the process of porting the tmux codebase from C to Rust, achieving a fully Rust codebase after overcoming various challenges with code maintainability and bugs. He discusses the use of the C2Rust transpiler, the build process, interesting bugs encountered, and differences between C patterns and Rust programming practices.