Skip to content

rpotato v0.50.1

Choose a tag to compare

@MCprotein MCprotein released this 27 Jul 04:40
96d1da2

Release date: 2026-07-27

This patch makes the primary conversation TUI reliably preserve user input, present model progress, render bounded Markdown, and keep private runtime protocols out of visible answers. It retains the v0.50.0 web research and restricted browser behavior without widening browser or tool authority.

Included

  • Normalizes pasted clipboard image paths into private attachment badges and verifies the real native-terminal paste path.
  • Shows an active spinner, elapsed time, and a live context estimate while a local-model request is running.
  • Reconciles context metrics across manifest model identifiers and GGUF artifact names.
  • Accepts bounded small-model web-tool protocol variants while preventing private WEB TOOL and WEB INPUT instructions from reaching the transcript.
  • Keeps short conversational follow-ups local unless current public evidence is actually required.
  • Adds terminal-width-aware Markdown, bounded code-fence headers, and history scrolling that preserves unfinished drafts.
  • Distinguishes failures before and after request dispatch so uncertain model requests are not submitted again.
  • Splits request submission, Markdown, status rendering, and terminal-platform responsibilities into bounded owners with architecture guards.

Compatibility and boundaries

  • Existing models, projectors, registries, sessions, web tools, and public commands remain compatible.
  • Scrolling never submits a hidden command, and private runtime protocol text is never treated as a public assistant answer.
  • GitHub Releases remains the only supported binary distribution channel.