v1.0.25
What's new in 1.0.25
A new default model, and your credits go further
- GPT-5.6 Luna is the new default for the assistant. A typical schema-grounded question
costs around a quarter of what it did before, so the same monthly AI credits go roughly four
times further. That is an estimate, not a quota. - Claude Sonnet 5 replaces Claude Sonnet 4.6 for the hardest questions: more capable, and
about a third cheaper per token. - Both read a million tokens of context, so a large schema fits in the conversation instead of
being trimmed to fit. The model picker now shows that as "1M context" rather than "1000K". - Already using the app? Your saved model is left alone. Open the model picker to switch. If you
had Sonnet 4.6 selected you will be moved to the new default automatically.
Fixes
- Fixed the assistant failing with a server error when using GPT-5.6 Luna. Only models that
support prompt caching are now sent a caching request. - The message shown when your monthly AI credits run out now calls them that, instead of an
"AI usage allowance".
Agent console
- Paste an image straight into an agent console with Ctrl+V, the way the agent takes one.
- The status bar reading is now "Snout Engine" (it was "Neural Engine").
Install
Windows
Download SnoutData-Setup-1.0.25.exe below and run it. If SmartScreen shows a
red warning on first install, click More info → Run anyway. Updates install
themselves from inside the app after that.
Linux (Ubuntu / Debian)
Download and install the .deb:
wget https://github.com/snoutdata/app/releases/download/v1.0.25/snoutdata_1.0.25_amd64.deb
sudo apt install ./snoutdata_1.0.25_amd64.debOr add the apt repo directly (no download, pulls the latest):
curl -fsSL https://apt.snoutdata.com/snoutdata-archive-keyring.gpg \
| sudo tee /usr/share/keyrings/snoutdata-archive-keyring.gpg >/dev/null
sudo tee /etc/apt/sources.list.d/snoutdata.sources >/dev/null <<'EOF'
Types: deb
URIs: https://apt.snoutdata.com
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/snoutdata-archive-keyring.gpg
EOF
sudo apt update && sudo apt install snoutdataBoth wire the same signed apt repo, so future releases install with sudo apt upgrade (or
automatically via unattended-upgrades), no re-downloading. Launch SnoutData from your app
menu (or run snoutdata); sign-in and the Chromium sandbox work with no extra flags.