Skip to content

0.1.0 - 2026-07-22

Choose a tag to compare

@github-actions github-actions released this 22 Jul 11:18
79f62bd

Release Notes

First public release: a complete, byte-compatible Rust port of
tau. A session started in tau resumes
end-to-end in rho and vice versa, enforced by golden-fixture parity in CI.

Added

  • Full tau port, M0–M7. Wire types with byte-identical serde (M1); agent
    loop, harness, and session tree (M2); all six providers over raw HTTP/SSE —
    anthropic, openai-compatible, codex, google, mistral, fake (M3);
    the coding tools, print-mode CLI, and full CodingSession (M4); the ratatui
    TUI at parity with tau's Textual TUI (M5); the rho-vs-tau-vs-pi benchmark
    suite (M6); and the wasmtime WASM extension host + guest API (M7).
  • Subscription OAuth sign-in via /login [provider]: OpenAI Codex (ChatGPT)
    and Anthropic (Claude Pro/Max) browser authorization-code + PKCE flows, and
    GitHub Copilot device-code flow. Credentials persist to
    ~/.rho/credentials.json in tau's exact on-disk format and refresh
    automatically; /logout removes them.
  • TUI identity features: the rho welcome splash (multi-script name, animated
    π → τ → ρ lineage, real benchmark brag), bottom-anchored transcript, a
    blinking cursor, and scrollback.

Fixed

  • OAuth interactive-flow fixes — local callback server, state handling, and
    browser-open behavior (#23).
  • Codex provider: duplicate Content-Type header on token/request calls (#24).
  • tau sync round porting upstream parity fixes and TUI features: parity-critical
    serialization fixes and TAU_REV bump (#25), session insights, resume search,
    theme discovery, and error recovery (#26), and a polish batch — spinner,
    contrast, labels, footer, home-path shortening, and sidebar-right layout (#27).

Install rho-code 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ramanshrivastava/rho/releases/download/v0.1.0/rho-code-installer.sh | sh

Download rho-code 0.1.0

File Platform Checksum
rho-code-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rho-code-x86_64-apple-darwin.tar.xz Intel macOS checksum
rho-code-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum