-
released this
2026-06-17 18:59:36 +07:00 | 8 commits to main since this releaseAdded
- In-app git sync — press
Sto commit local changes,pull --rebase, then push the graph without leaving weft. Runs asynchronously with progress in the status bar (⟳ syncing…→✓ synced, or✗ <stage> failed — see weft.log). Conflicts are left for you to resolve in a shell — weft never edits a conflicted tree. Operates on the--graphdirectory and degrades to a status-bar hint if that directory isn't a git repository. - Status-bar sync indicator — a
●appears whenever the graph has uncommitted changes or unpushed commits, so you can tell at a glance when a sync is due. Refreshed after edits, reindexes, and syncs — no background polling.
Fixed
- Help overlay (
?) no longer overflows the terminal — it lays its key groups out in two balanced columns when the width allows and caps its height to the screen (dropping overflow with a "resize" hint) instead of silently clipping the top and bottom, including the close hint, on shorter terminals.
Backward-compatible; on-disk graph format unchanged.
Install:
go install git.fiatcode.dev/fiatcode/weft/v2/cmd/weft@v2.2.0Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- In-app git sync — press