recensa
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
它引入了一种多智能体编排系统,根据成本和努力程度将任务路由到不同的 OpenAI 模型,同时保持严格隔离,使原生 Claude 保持不变。
Run Claude Code with a cost-aware GPT-5.6 agent fleet for one session.
remora launches Claude Code with session-scoped OpenAI model routing, role agents, and orchestration. Sol handles planning and critical review, Luna handles lower-cost exploration and implementation, and Terra is the balanced interactive option. Exiting the child session removes every override.
Core guarantee: plain
claudekeeps its original credentials, settings, agents, and model routing. remora changes only the child process it launches.
| Surface | Native claude | remora session |
|---|---|---|
| Command | Unchanged | Separate remora executable |
| Authentication | Existing Anthropic login | Child-only gateway token |
| Settings | Existing Claude hierarchy | Session routing and caller settings |
| Agents | Project/user/plugin agents | Eight session roles |
| Model fallback | Existing behavior | Automatic fallback disabled |
Files under ~/.claude | Unchanged | Never written |
| Runtime marker | Absent | REMORA_ACTIVE=1 in the child |
Large Plans use a reviewed program envelope followed by independently
approvable execution slices. Two automatic REVISE verdicts pause only the
affected readiness unit; unrelated READY slices may proceed after explicit
approval. By default, the next executable slice is reviewed and presented for
approval before downstream slices. Security-sensitive units require read-only
security evidence before the first Plan review for that unit. The complete contract belongs in
the architecture document.
flowchart LR
USER["Developer"] -->|claude| NATIVE["Native Claude Code"]
USER -->|remora| LAUNCHER["remora launcher"]
LAUNCHER -->|child-only environment| GATEWAY["Anthropic-compatible gateway"]
LAUNCHER -->|session agents and policy| RUNTIME["Claude Code runtime"]
RUNTIME
Session-scoped GPT-5.6 agent routing for Claude Code
根据分类、Topic 和编程语言匹配的相似项目。
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.