You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally built binaries now report a -dev version with the short commit hash (and a .dirty marker when the working tree has uncommitted changes), so they are distinguishable from official releases
make install target builds and installs wf to the same location as the installer (~/.local/bin, overridable via INSTALL_DIR)
Tests added and cilint issues fixed
Interactive dashboard TUI: a cross-project ledger of projects and their worktree workspaces with live git status (ahead/behind, ±lines, dirty) and an active/done flag, plus manual and automatic refresh
Dashboard diff viewer: review a workspace's scrollable, colorized diff against its base branch
Dashboard actions wired to the engine: create a workspace, open it in your editor, copy its path, merge it, and remove it
Changed
Running wf with no arguments now opens the dashboard in an interactive terminal, and still prints the plain workspace list when piped or redirected
wf merge now uses a default merge commit message instead of opening an editor, so merges complete non-interactively