-
Notifications
You must be signed in to change notification settings - Fork 0
Command view
Open the interactive, full-screen terminal dashboard.
columbus viewA read-mostly dashboard over the indexed project: index freshness and counts,
durable memory, epics & tasks (with task roll-up progress), and the
dependency-graph hubs. It auto-refreshes, so external columbus reindex runs
or agent edits appear on their own.
It is a projection of the same data the JSON/LLM commands expose. Only R
writes (it runs the indexer in-process); memory, epics, stories, and tasks are
read-only in the dashboard.
| Key | Action |
|---|---|
tab |
Switch pane |
↑/↓ or j/k
|
Navigate |
enter |
Detail view (full body, refs, history) |
/ |
Search across code, memory, epics & tasks |
esc |
Back |
r |
Refresh |
R |
Reindex (in-process) |
? |
Help |
q |
Quit |
- A quick human overview of project state while an agent works.
- Browsing memory and work items without composing CLI queries.
- Watching the index update live.
For automation, use the CLI with --json / --llm instead — see
Using Columbus with Your Agent.
Columbus — the navigator your coding agent has been missing · local-only, deterministic code context · Repository · Issues · MIT License
Getting started
Concepts
Guides
- Using Columbus with Your Agent
- Searching Effectively
- Navigating Code
- Project Memory
- Tracking Work: Epics, Stories & Tasks
- Keeping the Index Fresh
Command reference
Reference
- Output Modes
- JSON Contract & Errors
- Exit Codes
- Configuration
- Supported Languages
- Color & Environment
Project