Contributing

agentty is open source under the MIT license. Bug reports, fixes, and well-scoped features are all welcome.

Reporting bugs

File issues on GitHub. For a rendering bug, include your $TERM, your terminal emulator name, and a screenshot. For a code-path bug, paste the relevant block and your git rev-parse HEAD (or the release version from agentty --version).

Setting up

  1. Fork and clone with submodules: git clone --recursive.
  2. Build: cmake -B build && cmake --build build -j.
  3. Run the tests with -DAGENTTY_BUILD_TESTS=ON (needs GCC or stock Clang, not AppleClang).

See Building from Source for toolchain requirements.

Code conventions

Pull requests

Releases

Maintainers cut releases locally with one script — no CI in the loop: scripts/bump.sh 0.2.0 rewrites the version, builds every artifact (deb/rpm/pkg.tar.zst/tarball/binaries/Homebrew/Scoop/AUR), tags, pushes, and creates the GitHub release. Single source of truth: CMakeLists.txt.

Code of Conduct

By participating you agree to uphold our Code of Conduct. Be kind, be constructive.