wikieden/robocode

99 stars · Last commit 2026-07-08

Rust-first reimplementation of a local agent CLI inspired by Claude Code.

README preview

# Viden

Viden is a local-first coding-agent cockpit for developers who want one
terminal surface to chat with a model, approve real workspace changes, supervise
delegated agents, and keep enough evidence to resume work later.

Chinese version: [README.zh-CN.md](README.zh-CN.md)

![Viden TUI main cockpit](docs/previews/manual/0.1.30/readme/main.png)

## Why It Exists

Most coding agents are good at a single conversation. Viden is built around a
slightly different job: coordinating programming work. It keeps the active
conversation, tool effects, approvals, tests, tasks, memory, provider health,
and external agent lanes visible in one operator cockpit.

## Highlights

- Cockpit TUI: transcript, approval state, workspace snapshot, active tasks,

View full repository on GitHub →