v4.3.10
·
254 commits
to master
since this release
Added
tokensave listcommand for inspecting tracked projects.listshows the same projectswipewould target (current folder, ancestors, and descendants), with on-disk.tokensave/size and tokens-saved per row, sorted by tokens-saved descending.tokensave list --all(or-a) lists every project tracked in~/.tokensave/global.db, marking entries whose.tokensave/directory has been removed as(stale).
Changed
- Country flags in
tokensave statusare now shuffled on every render. When more flags are tracked than fit on the line, the row used to always show the same prefix and…truncate the rest. Eachstatusinvocation now applies a Fisher-Yates shuffle (xorshift64 seeded from time + PID) before truncation, so a different sample of contributing countries is shown each time.
Fixed
- Tool-permission warning now points at
tokensave reinstall. When new tokensave tools are detected that aren't yet permitted in the agent config, the warning previously said "Runtokensave installto update", which would re-do the full install. The warning now reads "Runtokensave reinstallto update permissions", which is the right command for refreshing permissions on already-installed agents.