A few things in DF Code had been standing in for their real version until this release. The first-launch screen now runs an actual GitHub OAuth handshake instead of a local username picker, folding "link GitHub for sync" into the same flow. The Download page's per-platform buttons now hand you a real, signed installer instead of a "not live yet" placeholder. The marketing Contact form actually sends an email instead of just opening your mail client.
The bigger shift is what happens once you're reading a doc inside the app. A new `DocViewer` renders standalone HTML docs in place, in their own Shadow DOM, instead of dropping you into the raw code editor — and highlighting a passage now offers "Ask a question," which opens a real thread anchored to that exact quote. Close it, come back later, and the highlight is still there, ready to reopen right where you left it.
Alongside that: a message-level context menu for editing or deleting what you've sent, the ability to send a new message mid-run without waiting for the current one to finish, a purple rebrand across the whole client to match the marketing site, a full pass of mobile refinements, and a history tab that now always reflects your worktree's real file changes, with proper diff highlighting. Full details on the Release Notes page.