Skip to content

AI-Proxy 0.3.3

Choose a tag to compare

@heshamh96 heshamh96 released this 21 Aug 13:00
· 3 commits to main since this release

The "everything just works" release — every fix below was verified by execution on real macOS, Windows, and Linux hardware before this build was allowed to ship.

Fixed

  • Provider sign-in could hang forever after a cancelled attempt. The OAuth callback is now serialized per provider, a busy callback port shows an honest error instead of an endless spinner, and cancelling truly cancels — on every platform.
  • Removing a provider login now actually removes it. The engine forgets the token immediately (no more logins resurrecting themselves after you deleted them).
  • macOS: the remove and Reset buttons did nothing. Confirmation dialogs were silently swallowed by the system webview; both flows now use an inline two-step confirm — first click arms, second click executes.
  • Windows: the uninstaller's "Delete application data" checkbox now wipes the real data folder. Reinstalls no longer come back signed-in.
  • The management API no longer locks itself out after your first provider login.

New

  • Everything is free — just sign in. One-click Configure and Copy values for every client now require only a (free) account, not a paid plan.
  • Buzz support (buzz.xyz — Block's team-chat-with-agents workspace): a one-click Configure points Buzz's OpenAI-compatible provider at your gateway; pick a model inside Buzz and your agents run on your subscriptions.
  • ARM64 Linux, for the first time: AppImage + .deb + headless CLI for Raspberry Pi, Graviton/Ampere boxes, and Apple-Silicon VMs.
  • Kind-aware Models Catalog: each tab suggests only what's real — text models (with tool-calling badges), vision models, and honest placeholders for the upcoming local speech backend.
  • Reset app data on the Server screen — factory-fresh in two clicks.

Auto-update starts here

0.3.2 installs will offer this update in-app — one click and you're on 0.3.3. From now on, every release arrives by itself.

Under the hood

  • Every artifact is scanned before publish — no state files, no secrets, no PII can ship.
  • A provider-free functional regression (15 live checks) now runs in CI on every build.
  • Local speech-to-text and text-to-speech (Whisper/Piper-class, free and offline) is designed and spiked — coming in an upcoming release, powering dictation workflows through the standard /v1/audio API.