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
Interactive vault dashboard, animated progress bars, manifest
inspector, history timeline, encryption info cards, and chunk
heatmaps. New --quiet flag and GIT_CAS_PASSPHRASE env var.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,15 @@ We use the object database.
44
44
45
45
See [CHANGELOG.md](./CHANGELOG.md) for the full list of changes.
46
46
47
-
## What's new in v3.0.0
47
+
## What's new in v3.1.0
48
48
49
-
**Vault** — GC-safe ref-based storage. A single Git ref (`refs/cas/vault`) indexes all stored assets by slug, so `git gc` can no longer silently discard your data. Initialize with `vault init`, store with `--tree`, restore by `--slug`.
49
+
**Interactive vault dashboard** — `git cas vault dashboard` launches a full TUI with split-pane layout, manifest detail view, keyboard navigation, and real-time filtering. Browse entries, inspect chunks, and view encryption status without memorizing CLI flags.
50
50
51
-
**CLI breaking change** — `git cas restore` no longer takes a positional `<tree-oid>` argument. Use `--oid <tree-oid>` or `--slug <slug>` instead.
51
+
**Progress bars** — `store` and `restore` now show animated progress with throughput reporting. Suppress with `--quiet`.
52
+
53
+
**Pretty history** — `git cas vault history --pretty` renders a color-coded, paginated timeline of vault commits.
54
+
55
+
**Inspect command** — `git cas inspect <tree-oid>` renders manifest details with chunk table, encryption info, and compression badges.
52
56
53
57
See [CHANGELOG.md](./CHANGELOG.md) for the full list of changes.
@@ -1714,7 +1714,7 @@ If that's what you want, nothing else does it. If it's not, the right tool proba
1714
1714
1715
1715
---
1716
1716
1717
-
# M13 — Bijou (v3.3.0)
1717
+
# M13 — Bijou (v3.1.0) ✅
1718
1718
**Theme:** Beautiful terminal UI powered by `@flyingrobots/bijou`. Replace silent CLI operations with animated progress, and add an interactive vault dashboard for exploring stored assets. Depends on M9 Cockpit for the `--quiet` flag and event wiring foundation.
0 commit comments