SMRTR ProgrammingAug 17, 2026Hacker News

Rysh – an AI harness where Claude and Codex agents work as a team (Go)

SMRTR summary

Rysh is an open-source, agentic terminal multiplexer written in Go that combines familiar tab/pane/split workflows with built-in LLM agents. Each pane can run Claude or Codex, persist across session restarts, and communicate with other agent panes via a shared message board. It supports fleet orchestration, secret masking before requests leave your machine, and installs via go install on macOS and Linux.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.