Agentty – A drop-in alternative to claude-code, written in C++26. 11.0 MB binary(github.com)
github.com
Agentty – A drop-in alternative to claude-code, written in C++26. 11.0 MB binary
https://github.com/1ay1/agentty
16 comments
This looks interesting and the authors other project look great too.
Discovering programmers that do things their own way and just for fun is what makes HN tolerable these days.
Discovering programmers that do things their own way and just for fun is what makes HN tolerable these days.
ya, been doing some crazy stuff that I was too lazy to do before Claude.
Why use git submodule, when the repo already use CMakes Fetchcontent?
I don't know like to see it all connected on the Github web interface.
From CMakeLists.txt
# Prefer the in-tree submodule when present; only fall back to fetch.
# Prefer the in-tree submodule when present; only fall back to fetch.
That explains it. I guess my actual question was, why would you prefer submodules over fetchcontent :)