Pi Mono: System Theme, Mistral Fixes

Pi's new default system theme derives colors from the terminal instead of trusting light-dark reports. A paired set of Mistral Conversations fixes and small hardening changes round out the week.

Duration: PT2M14S

Episode overview

This episode is a short developer briefing from Pi Mono.

It explains recent repository work in plain language.

  • Show: Pi Mono
  • Published: 2026-09-27T06:05:18Z
  • Audio duration: PT2M14S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, it's Sunday, September 27th, 2026, and this is Pi Mono.

The headline: Pi now takes its look from your terminal, in the largest change this week, alongside a tight cluster of fixes to keep Mistral-based models working.

First, theming. Pull request 10067, landed as commit B-F-8-E-4-B-9, makes the system theme the new default. Instead of trusting the terminal's light-or-dark report, Pi queries the terminal's actual foreground, background and palette in a single round trip, then derives its colors from those values. Startup never…

Second, Mistral reliability. Two fixes address live API rejections on the Mistral Conversations path. One merges fragmented reasoning blocks into a single leading thinking chunk, which the API requires per assistant message. The other, in pull request 10087, stops sending the strict field on tools while keeping…

Finally, hardening the edges. On macOS, pasting a file copied in Finder pasted its icon image instead of the file path — pull request 10066 flips the order to prefer file paths. Separately, in pull request 10071, malformed extension commands with a missing name or handler are now rejected at load time, before they…

What's next: watch for…

Nearby episodes from Pi Mono

  1. Model Billing Fixes and Session Reliability
  2. Durable Transactions and TUI Styling Overhaul
  3. Model Expansion and Abort Reliability
  4. Durable Storage and Replay Reliability
  5. Context Fixes and Model Updates
  6. Weekly Recap - Providers Expand, Agent Control Tightens
  7. Meta Provider and Failure Hardening
  8. Stop Means Stop and Terminal Rendering Fixes