v4.3.9
·
258 commits
to master
since this release
Added
tokensave wipecommand for clearing local DBs.wipefinds every.tokensave/tokensave.dbproject in the current folder, all its ancestors, and all its descendants (skippingnode_modules,target,.git,vendor,dist,build,.next,.venv,__pycache__, and the user-level~/.tokensave/), then prompts for a single globalgo!confirmation before removing each.tokensave/directory and its row in the global DB.tokensave wipe --all(or-a) instead wipes every project tracked in~/.tokensave/global.dband then deletes the global DB itself, leaving it empty. Both flows show a bordered, blinking warning that lists every target before asking for confirmation.