Aliou Diallo

Releases

June 2026
v0.13.2 pi-guardrails

pi-guardrails: Fix feature and permission gate toggles

Toggling features.* or permissionGate.requireConfirmation in the settings command stored the raw display string ("enabled"/"disabled", "on"/"off") instead of converting to true/false. Since any non-empty string is truthy, features appeared stuck “on” when toggled to “disabled” or “off”.

  • Fix feature and permission gate toggles storing display strings instead of booleans
  • Make onboarding status toggleable in global settings
May 2026
v0.18.2 pi-synthetic

pi-synthetic: Pi 0.77.0 compatibility and model metadata refresh

Removed models no longer returned by Synthetic (hf:zai-org/GLM-5, hf:deepseek-ai/DeepSeek-V3.2), added hf:Qwen/Qwen3.6-27B, and updated syn:small:vision to point at the new Qwen target.

  • Update Pi package metadata and docs for Pi 0.77.0 compatibility
  • Use Pi 0.77 environment interpolation for the Synthetic provider API key fallback
  • Refresh Synthetic model metadata from the live API
  • Register the Synthetic web search tool with Pi's current defineTool helper
April 2026