github Vortrix5/sifty v0.8.0

4 hours ago

What's new in 0.8.0

Sifty's local AI assistant grows up: it now remembers your machine and learns your
habits, with fine-grained control over what it's allowed to do on its own. As
always, the AI is 100% local (Ollama) and sees metadata only, never file contents.

Added

  • The AI remembers your machine. The chat persists across restarts, and Sifty
    learns the categories you routinely clean and the actions you decline, feeding
    that into its advice so it fits how you actually use the tool.
  • Per-tool AI policies: set any agent tool to auto (run without asking),
    ask (always confirm), or never (block it) with
    sifty ai policy set <tool> <auto|ask|never>. sifty ai policy list shows every
    tool, its risk, and what will happen. These layer on top of the global autonomy
    level, so you can auto-clean junk but always confirm an uninstall.
  • sifty ai autonomy: show or set the global autonomy level from the CLI.

Changed

  • The agent no longer re-runs the same read-only scan twice within a single
    request, so multi-step answers come back faster.

Install with pip install sifty, or grab the exe / winget / scoop package from
https://sifty.tech.

Don't miss a new sifty release

NewReleases is sending notifications on new releases.