- Launcher icon generated from piti-icon.png: adaptive icon (black bg +
brain foreground) for API 26+, plus legacy square/round PNGs at all densities
- Web header now uses the tsjetpiti wordmark (piti-logo.png -> assets/web/logo.png)
- App label -> "tsjetpiti"; keep source art (piti-icon.png, piti-logo.png) in repo
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Switch model to Q8_0 (~1.9 GB)
- Add tsjet persona: always replies, plausible-sounding but hilariously wrong
- Bump sampling (temp 0.9 / top-k 60) for playful output; cap replies at 384 tokens
- Redesign UI: monochrome white-on-black, generic IT sans font stack
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Android app that runs an uncensored Qwen3.5-2B GGUF fully on-device via an
embedded llama.cpp (pinned b10333, built through the NDK) behind a barebones
WebView chat UI. Model is downloaded on first launch. "new tsjet" wipes the
conversation and resets the KV cache.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>