solstone 0.7.0
[0.7.0] - 2026-07-05
Added
sol doctorandjournal doctornow check that the installed packages fit together, and name the exact fix when they don't. the checks read only what's installed locally, nothing goes over the network.- the
journalcommand now refuses to start when an upgrade left packages out of step, and prints the fix command instead of running with mismatched pieces.
Changed
- the journal is now its own package: install
solstone-journal(orsolstone-journal-cudafor NVIDIA GPUs) and sol comes included. baresolstonestill installs just sol. - the old install spellings (
solstone[journal],solstone[journal-cuda], andsolstone-journal-host) are retired. they now stop at install time with a message pointing at the new packages, instead of quietly producing an install missing thejournalcommand. - a sol-only install is much smaller: the speech models that used to ship inside every install now come with the journal, so a plain
solstoneinstall (anduvx solstoneone-shots) drops from about 34 MB to about 3 MB, and journal upgrades no longer re-download models that haven't changed.
migrating from an earlier version
if you already have solstone installed, run the one line that matches how you installed it:
pip uninstall solstone-journal-host && pip install solstone-journal
pipx uninstall solstone && pipx install solstone-journal && pipx install solstone
uv tool uninstall solstone && uv tool install solstone-journal && uv tool install solstone