| layout | docs |
|---|
Codaph TUI is the fastest way to inspect prompts, thoughts, and diffs after sync.
The TUI is primarily a viewer. Codaph sync and hooks keep the local mirror warm, and the TUI lets you inspect what happened.
From the project root:
codaph tuiFrom a different directory:
codaph tui --cwd /absolute/path/to/projectIf Mubit is enabled, the header shows Mubit:on.
Browse view lists sessions for the current repo.
Use browse view to:
- inspect recent sessions
- run sync now (
s) - pull cloud activity now (
r) - switch project (
p) - open settings (
o)
Inspect view shows the selected session in panes.
Typical panes include:
- prompts
- thoughts
- diffs / changed files
- optional Mubit chat panel
Use this view to answer questions like:
- what prompt caused this change?
- what did the agent think before editing?
- what files changed across a session?
- which contributor authored this prompt?
The header shows operational state, including:
Mubit:on/offAutoSync:on/off- cloud status (
ok,no-change,capped?,error) - last push / pull timestamps
- actor filter
This helps you tell whether you are looking at fresh data.
- Open
codaph tuiin the repo. - Press
sto run sync now (push + pull). - Open a session with
enter. - Use
cto inspect contributors. - Filter by actor when needed.
- Use
dfor a larger diff view. - Use
mto ask a Mubit question in context.
If the cloud is unchanged, Codaph shows a no-change state instead of looking like a failed sync.
qquit?helposettingsPprojects overlay (list / switch / remove)
up/downmove selectionenteropen selected sessionssync now (push + pull)rpull cloud now (manual fallback)pcycle to next saved projectPopen projects overlayaadd project
up/downmove selection or scroll active panetabcycle focused paneleft/rightmove pane focusdopen full diff overlaymopen/close Mubit chatfcycle actor filtercopen contributors overlayescgo back to browse view
up/downselect contributorenterapply actor filterescorcclose overlay
up/downselect projectenterswitch to selected projectxstart remove confirmation1remove from registry only (when confirming)2remove from registry + saved Codaph settings (when confirming)aadd project pathesccancel remove confirmation or close overlayPclose overlay
- type question and press
enter esccloses the chat panel
The TUI does not replace setup or import.
sruns the normal sync workflow (fast daily sync)rruns a cloud pull fallbackcodaph importremains the command for historical Codex backfill
If collaborators still see fewer prompts than you do, read Troubleshooting and Mubit Collaboration.
Open settings with o.
Common settings:
- Mubit project id override
- actor id override
- run scope (
projectorsession) - Mubit API key (global)
- OpenAI API key (global)
Use project run scope for shared team memory in most cases.