Skip to content

ProxyPilot v1.11.1: Session Dashboard Reliability

Latest

Choose a tag to compare

@masterofthechaos masterofthechaos released this 22 Jun 12:40

Bottom Line Up Front

ProxyPilot v1.11.1 is a focused reliability release. If your saved session history has gotten large, the app no longer burns through a CPU core rebuilding the dashboard one request at a time. Retained requests now arrive in one bounded batch, and provider model details use indexed lookups instead of repeatedly scanning the full catalog.

This release also closes the verification issue found while shipping v1.11.0. Custom-provider activation itself was sound, but the automated test environment could accidentally reach production encrypted-log Keychain state and leave background launch work alive after teardown. Those boundaries are now explicit, and the full Mac app test suite exits cleanly.

What's New

Better behavior with long session histories

  • Large retained sessions load with one dashboard update instead of hundreds.
  • Model and pricing metadata lookups no longer rescan the full provider catalog for every request.
  • A fresh launch against a 5,612-event retained report dropped from sustained near-100% CPU to normal idle behavior after settling.

Cleaner custom-provider reliability

  • Custom-provider creation and activation were verified in the installed app without a freeze.
  • Automated tests use isolated encrypted-log keys and skip production launch work.
  • The full GUI suite passed 362 tests, alongside the Core and CLI suites.

Thanks

A belated but important thank-you to Brian Racey (@raceybe). Brian sent one of the most detailed bug reports I have received, and it led directly to the v1.10.3 prompt-cache fix. His report identified volatile per-request billing metadata leaking into cache-sensitive prompt text for local models, and his follow-up validation helped confirm that the reusable prompt prefix was finally staying stable between turns.

Thank you to everyone using ProxyPilot for real work and taking the time to tell me where it bends.

Your Pilot,

Micah

Install

GUI App (DMG):

curl -fsSL https://micah.chat/downloads/proxypilot-install.sh | bash

CLI:

curl -fsSL https://micah.chat/downloads/proxypilot-cli-install.sh | bash

Or download the DMG below.