HomeHub is a focused sidebar for fast local context switching.
It combines project discovery and home-directory navigation in one place so you can jump, inspect, and act without leaving your current flow.
Version
Current release: 1.0.0
Design Philosophy
HomeHub is built around four principles:
Context first
Show the places you work in most often, then make core actions available with minimal clicks.
Local and predictable
Work directly on your local filesystem with clear behavior and no hidden remote dependencies.
Fast operations
Open terminals, run Codex, navigate folders, and create files from the same panel.
Low visual noise
Keep controls where they are expected and reduce duplicated actions.
Usage Guide
1) Open HomeHub
Click the HomeHub icon in the activity bar.
You will see two views:
Workspace
Home
2) Workspace View (project-centric)
Workspace discovers local project roots by scanning for folders that contain a .git directory.
What you can do:
Organize repos into Favorites and Projects
Star / Unstar projects for quick access in Favorites
Open a Terminal in the selected project
Open Codex in the selected project
Expand a project row directly to inspect files
Configure Project Roots
Set homehub.projectRootPaths to control where Workspace scans for folders that contain .git.
HomeHub scans recursively under each configured root and lists folders that contain .git.
It accepts multiple paths and defaults to ["$HOME"].