Pi Mono: Making Life Easier with Smart Defaults

Today we're diving into two fantastic pull requests that shipped - one that lets you configure session directories right in your settings file, and another that fixes a sneaky token counting bug in Google AI providers. Plus Mario's been busy with model cleanup, dependency fixes, and some really thoughtful performance improvements across the board.

Duration: PT3M56S

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-03-26T10:19:05Z
  • Audio duration: PT3M56S

Transcript excerpt

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

Hey there, developers! Welcome back to Pi Mono - I'm so glad you're here with me today. You know that feeling when you open up your project and see that perfect mix of new features and thoughtful bug fixes? That's exactly what we've got cooking today, and I'm genuinely excited to walk through it with you.

Let's start with the big wins that just shipped. First up, we have Sam Collins with a really clever quality-of-life improvement in PR 2598. You know how you've been typing that session-dir flag every single time you run the coding agent? Well, those days are officially over! Sam added support for configuring your…

I love this kind of change because it shows someone was really paying attention to the developer experience. Sam didn't just implement the feature either - they thought through the precedence rules so your CLI flags still override settings, which override extension hooks. It's that kind of thoughtful design that…

Then we have sparkleMing tackling something much more subtle but equally important in PR 2588. They caught a token counting bug in the Google and Vertex AI providers that was literally costing people money. Here's what was happening - Google's prompt token count…

W…

Nearby episodes from Pi Mono

  1. Weekly Recap - Infrastructure Week: Fixes, Features, and Fine-tuning
  2. Streamlining the Developer Experience
  3. The Fine-Tuning Edition
  4. Smarter AI Integration and Better User Onboarding
  5. The Polish Push - Bug Fixes That Make Users Smile
  6. Polish Season and Better Logging
  7. Bug Squashing Marathon
  8. Performance Detective Mode Activated