Skip to content

v0.9.2 — show a reasoning model's thinking

Choose a tag to compare

@Helldez Helldez released this 19 Jul 06:42

Highlights

A reasoning model's thinking is now shown instead of hidden (#70). Wiring the chat reasoning parser correctly had started stripping the reasoning span from the answer unconditionally — even with Thinking on — so a Thinking-on run sat on a blank answer while the model reasoned, reading as a hang on a slow streamed decode. The reasoning is now surfaced alongside the answer, kept apart from it end to end, and the Android app renders it as a dimmed, collapsible Thinking block above the reply (open while it streams, collapsed once the turn is committed). The Thinking setting description is now model-agnostic.

The answer itself is unchanged (reasoning still stripped from it), so this is display-only — the byte-identity gates are untouched. Validated on-device.

Install

Sideload app-dev-release.apk. It is signed with the project's stable key, so it installs over a previous stable-signed release in place. Updating over an older debug-signed install still needs a one-time uninstall (Android refuses a signature change); after that, updates install cleanly.

Full changelog: https://github.com/Helldez/BigMoeOnEdge/blob/main/CHANGELOG.md