Skip to main content
VS Code Extension

Repos Panel

The Repos panel shows all repositories in the Travsr registry, the list of repos the daemon knows about and their database state. Open it with Travsr: Registered Repos from the command palette or the activity bar.

Travsr Repos panel

Columns

ColumnDescription
NameRepository name (derived from the directory name at init time)
DB PathAbsolute path to the .travsr/graph.db file
Statusactive (green) when the DB file exists on disk; stale (orange) when the registry entry points to a path that no longer exists

Toolbar

ButtonAction
Prune stale (N)Removes all stale registry entries in one click. The number in parentheses shows how many stale entries exist.
RefreshRe-reads the registry from disk

Per-row actions

The button at the end of each row removes that entry from the registry. This does not delete the repository directory or its database file.

CLI equivalent

travsr repos # list all repos
travsr repos --prune # prune stale entries
travsr repos --remove my-project # remove a specific entry

See travsr repos for the full CLI reference.