<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Piagent — News</title><description>Releases and community updates from the Pi coding agent ecosystem.</description><link>https://piagent.fyi/</link><item><title>pi v0.84.4: Terminal capability overrides, RPC clear_queue, smarter compaction timing</title><link>https://piagent.fyi/news/pi-0-84-4-terminal-capability-overrides/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-84-4-terminal-capability-overrides/</guid><description>Pi v0.84.4 adds terminal capability overrides for hyperlinks, images, and truecolor, ui_prompt_start/ui_prompt_end extension events, RPC clear_queue, Ctrl+X fullscreen copy controls, experimental DeepSeek V4 Flash Vision, and compaction fixes.</description><pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.84.3: Windows PowerShell tool, atomic managed updates, /thinking selector</title><link>https://piagent.fyi/news/pi-0-84-3-powershell-tool-atomic-updates/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-84-3-powershell-tool-atomic-updates/</guid><description>Pi v0.84.3 adds an optional native PowerShell tool for Windows, atomically activated managed updates via pi update, a searchable /thinking selector with Ctrl+S persistence, session_compact_failed extension events, and faster CLI startup.</description><pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate></item><item><title>dsh-pi-agent: run pi&apos;s loop inside DeepSeek Harness&apos;s web UI via --mode rpc</title><link>https://piagent.fyi/news/dsh-pi-agent-rpc-bridge/</link><guid isPermaLink="true">https://piagent.fyi/news/dsh-pi-agent-rpc-bridge/</guid><description>On 2026-08-23, Micheleww published dsh-pi-agent in pi&apos;s Discussions — a TypeScript plugin that registers an AgentFactory on DeepSeek Harness&apos;s ctx.agents, spawning a headless pi --mode rpc child over JSONL on stdio so DSH&apos;s web UI, sessions, hooks, and presets keep working while the model sees pi&apos;s ~300-token prompt and four tools.</description><pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate></item><item><title>JetBrains incubator ThinkRail: a Worktree IDE built on pi</title><link>https://piagent.fyi/news/thinkrail-jetbrains-pi-ide/</link><guid isPermaLink="true">https://piagent.fyi/news/thinkrail-jetbrains-pi-ide/</guid><description>On 2026-08-21, JetBrains incubator project ThinkRail was announced in pi&apos;s Discussions: a thin host that runs the pi coding agent in-process and bridges it to a Monaco-based, mobile-first Worktree IDE built around git worktrees and concurrent chat sessions.</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Bilibili walkthrough: a Chinese-language deep dive on the pi coding agent</title><link>https://piagent.fyi/news/jishupaopaxia-bilibili-pi-guide/</link><guid isPermaLink="true">https://piagent.fyi/news/jishupaopaxia-bilibili-pi-guide/</guid><description>On 2026-08-16, the Chinese creator 技术爬爬虾 (mid 316183842) published a 44-minute Bilibili video titled &apos;Pi 大道至简&apos; that walks through pi&apos;s minimal four-tool design, benchmark results against Codex and Claude Code, and the extension ecosystem. As of 2026-08-18 it has 104,572 views and 12,947 favorites.</description><pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi-dsh-minimal: a community extension that pins DeepSeek V4 to the official DSH surface</title><link>https://piagent.fyi/news/pi-dsh-minimal-extension/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-dsh-minimal-extension/</guid><description>On 2026-08-15, Averyyy announced pi-dsh-minimal in Pi Discussion #8179: a pi extension that anchors DeepSeek V4 Pro and V4 Flash to DeepSeek Harness&apos;s official minimal tool schema on the first request, then restores pi&apos;s normal tools. The author measured 69 of 113 tasks solved on DeepSWE v1.1 (61.1%).</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.84.2: Fullscreen transcript search, configurable default tools, per-run themes</title><link>https://piagent.fyi/news/pi-0-84-2-fullscreen-search-default-tools/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-84-2-fullscreen-search-default-tools/</guid><description>Pi v0.84.2 adds fullscreen transcript search via Ctrl+Shift+F, a defaultTools setting for startup built-in tools globally or per project, experimental JSON-schema constrained sampling for core tools, and per-run themes with --use-theme.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi2dsh: a Pi-to-DSH bridge that runs Pi extensions inside DeepSeek Harness</title><link>https://piagent.fyi/news/pi2dsh-deepseek-harness/</link><guid isPermaLink="true">https://piagent.fyi/news/pi2dsh-deepseek-harness/</guid><description>weijiafu14 published pi2dsh 0.2.0 on npm on 2026-08-14: an MIT-licensed bridge that lets DeepSeek Harness (DSH) run unmodified Pi extensions as native plugins, with 32 of the top-50 Pi packages tested working and 39 of 50 mountable today.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi fix: sendCustomMessage with triggerTurn: false no longer starts a new turn</title><link>https://piagent.fyi/news/pr-8022-trigger-turn-false/</link><guid isPermaLink="true">https://piagent.fyi/news/pr-8022-trigger-turn-false/</guid><description>Pull request #8022, merged on August 12, 2026 by external contributor cristinaponcela, fixes a bug where sendCustomMessage({triggerTurn:false}) from an agent_end handler still started a new turn because messages were routed through the streaming agent.steer() path while isStreaming was true.</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi subagent extension now inherits the current session&apos;s model and thinking level</title><link>https://piagent.fyi/news/pr-7897-subagent-inherits-config/</link><guid isPermaLink="true">https://piagent.fyi/news/pr-7897-subagent-inherits-config/</guid><description>Pull request #7897, authored by Dustin Spicuzza (virtuald) and merged by Mario Zechner (badlogic) on August 11, 2026, updates pi&apos;s bundled subagent extension so spawned subagents inherit the calling session&apos;s model and thinking level.</description><pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate></item><item><title>First external PR merged through pi&apos;s auto-close approval workflow</title><link>https://piagent.fyi/news/distributedlock-first-pr-merged/</link><guid isPermaLink="true">https://piagent.fyi/news/distributedlock-first-pr-merged/</guid><description>External contributor distributedlock&apos;s pull request #7887, fixing a missing trailing newline after the &quot;Current working directory&quot; line in pi&apos;s generated system prompt, was reopened and merged by maintainer badlogic (Mario Zechner) on August 10, 2026, as one of the earliest external merges through pi&apos;s auto-close approval workflow in the public PR record.</description><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.84.1: Qwen Token Plan Individual, pi auth check, terminating blocked tool calls</title><link>https://piagent.fyi/news/pi-0-84-1-qwen-token-plan-individual/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-84-1-qwen-token-plan-individual/</guid><description>Pi v0.84.1 adds the Qwen Token Plan Individual provider, a pi auth check command for verifying provider or model credentials, finer fullscreen text selection, and lets extension tool_call handlers terminate blocked batches without another model call.</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.84.0: fullscreen TUI mode, Mermaid and LaTeX rendering, AGENTS.override.md</title><link>https://piagent.fyi/news/pi-0-84-0-fullscreen-tui/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-84-0-fullscreen-tui/</guid><description>Pi v0.84.0 introduces a fullscreen TUI with sticky editor and draggable scrollbars, Mermaid and Unicode math rendering, per-directory AGENTS.override.md context files, a built-in Baseten provider, and breaking changes to streaming transforms and the v2 session API.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.83.0: credential export, headless OpenRouter login, Opus 5 on Copilot</title><link>https://piagent.fyi/news/pi-0-83-0-credential-export/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-83-0-credential-export/</guid><description>pi v0.83.0 adds credential export commands for external clients, headless OpenRouter sign-in for SSH over PKCE, Claude Opus 5 via GitHub Copilot, and a TypeBox breaking change for extension authors.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.82.1 adds Claude Opus 5 support</title><link>https://piagent.fyi/news/pi-0-82-1-claude-opus-5/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-82-1-claude-opus-5/</guid><description>pi v0.82.1 brings Claude Opus 5 to Anthropic and Amazon Bedrock with adaptive thinking, bearer-token auth for Anthropic-compatible gateways via ANTHROPIC_AUTH_TOKEN, and faster model catalog refreshes.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.82.0: constrained tool sampling and one-command provider sign-in</title><link>https://piagent.fyi/news/pi-0-82-0-constrained-sampling/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-82-0-constrained-sampling/</guid><description>pi v0.82.0 adds constrained sampling for tool calls with strict JSON Schema and OpenAI Lark grammars, /login support for OpenRouter and Kimi Code, and session-aware streaming bash integrations.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.81.0: local model management with llama.cpp</title><link>https://piagent.fyi/news/pi-0-81-0-llama-cpp-local-models/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-81-0-llama-cpp-local-models/</guid><description>pi v0.81.0 lets pi search, download, load, and unload Hugging Face models through a llama.cpp router, and opens full provider registration to extensions via the pi-ai package.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate></item><item><title>pi v0.80.8: unified model runtime, xAI OAuth, and Grok 4.5</title><link>https://piagent.fyi/news/pi-0-80-8-model-runtime/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-0-80-8-model-runtime/</guid><description>pi v0.80.8 introduces the ModelRuntime layer for provider configuration and authentication, live model catalog refresh, and xAI device-code sign-in with Grok 4.5 support across built-in providers.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>pi joins Earendil: Mario Zechner moves the project to a company home</title><link>https://piagent.fyi/news/pi-joins-earendil/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-joins-earendil/</guid><description>In an April 8 blog post titled &quot;I&apos;ve sold out&quot;, pi creator Mario Zechner announced he is joining Earendil, a Vienna-based AI company co-founded by Armin Ronacher, and bringing the pi project with him under MIT license.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>pi-share-hf: publish your agent sessions to a public dataset</title><link>https://piagent.fyi/news/pi-share-hf-session-dataset/</link><guid isPermaLink="true">https://piagent.fyi/news/pi-share-hf-session-dataset/</guid><description>Mario Zechner released pi-share-hf, a CLI pipeline that redacts and reviews pi session files before uploading them as a Hugging Face dataset; he publishes his own sessions in the badlogicgames/pi-mono dataset.</description><pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenClaw&apos;s core runtime is pi</title><link>https://piagent.fyi/news/openclaw-built-on-pi/</link><guid isPermaLink="true">https://piagent.fyi/news/openclaw-built-on-pi/</guid><description>Armin Ronacher&apos;s January 31 post &quot;Pi: The Minimal Agent Within OpenClaw&quot; publicly detailed that the OpenClaw agent runs on Mario Zechner&apos;s pi as its minimal coding engine.</description><pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate></item></channel></rss>