Pi v0.79.9 introduces native thinking controls
Pi v0.79.9 updates the open-source terminal coding harness to map agent thinking levels into chat template kwargs for OpenAI-compatible providers, allowing models like DeepSeek to use provider-native thinking controls. The release also improves session switching and deep branching performance, resolves GLM-5.2 routing, filters unavailable GitHub Copilot models, and fixes bugs with WSL bash expansion, streaming markdown fences, and fuzzy code-editing matches.
This update represents a major step forward in making Pi robust for local reasoning models and long-running developer sessions.
- –Mapping thinking levels directly to vLLM and Hugging Face chat-template parameters enables native support for deep reasoning models like DeepSeek.
- –Speeding up deep session branches from quadratic to linear time ensures the agent remains responsive during long coding sessions.
- –Preserving untouched code lines in fuzzy matches reduces the risk of incorrect file rewrites, a common issue in agentic file-editing pipelines.
DISCOVERED
1h ago
2026-06-21
PUBLISHED
1h ago
2026-06-21
RELEVANCE
AUTHOR
PiChangelog