rho-coding-agent 0.26.0

A lightweight agent harness inspired by Pi
Documentation
mod agent;
mod app;
mod auth;
mod cli;
mod clipboard_image;
mod commands;
mod config;
mod config_writer;
mod credentials;
mod diagnostics;
mod export;
mod herdr;
mod keybindings;
mod model;
mod paths;
mod prompt;
mod prompt_templates;
mod provider;
mod provider_backend;
mod reasoning;
mod session;
mod skills;
mod tool;
mod tools;
mod transcript;
mod tui;
mod update;
mod usage_limits;
mod workspace;

pub use app::run;
pub use cli::Cli;