Releases: hanzobot/cpp
Releases · hanzobot/cpp
v0.1.1 — repo transferred to hanzobot/cpp
Repo transferred from hanzoai/bot-cpp to hanzobot/cpp. No code change since v0.1.0; GitHub auto-redirects old URLs. 98 algorithm tests pass; BLAKE3 via luxcpp/blake3-reference (CMake FetchContent). Header-only C++17; cmake --build pulls BLAKE3 at configure time.
v0.1.0 — C++17 brain runtime, BLAKE3 via luxcpp/blake3-reference
Header-only C++17 port of the Hanzo Brain. 98 tests pass. BLAKE3 pulled at CMake configure time from luxcpp/blake3-reference — no vendored copy. Cross-runtime byte-equivalent with TS, Python, Go, Rust. Build: cmake -S . -B build && cmake --build build && ctest --test-dir build. See hanzoai/brain for the algorithm surface.