| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pi-coding-agent-install-package-lock.json | 2026-08-07 | 63.2 kB | |
| pi-coding-agent-install-package.json | 2026-08-07 | 380 Bytes | |
| pi-windows-arm64.zip | 2026-08-07 | 44.2 MB | |
| SHA256SUMS | 2026-08-07 | 823 Bytes | |
| pi-windows-x64.zip | 2026-08-07 | 45.7 MB | |
| pi-0.84.1-source.tar.gz | 2026-08-07 | 6.1 MB | |
| pi-darwin-arm64.tar.gz | 2026-08-07 | 31.8 MB | |
| pi-darwin-x64.tar.gz | 2026-08-07 | 34.4 MB | |
| pi-linux-arm64.tar.gz | 2026-08-07 | 43.4 MB | |
| pi-linux-x64.tar.gz | 2026-08-07 | 43.3 MB | |
| README.md | 2026-08-07 | 3.8 kB | |
| v0.84.1 source code.tar.gz | 2026-08-07 | 6.1 MB | |
| v0.84.1 source code.zip | 2026-08-07 | 6.9 MB | |
| Totals: 13 Items | 262.0 MB | 2 | |
New Features
- Qwen Token Plan Individual — Use the built-in provider for models documented for Individual subscriptions. See API Keys.
- Authentication readiness checks — Use
pi auth checkto verify provider or model credentials, optionally emitting the resolved credential. - Improved fullscreen interaction — Select words and paragraphs with multiple clicks and configure half-page transcript scrolling. See TUI Fullscreen Viewport.
- Terminating blocked tool calls — Extension
tool_callhandlers can stop all-terminating batches without another model call. See Tool Events.
Added
- Added Qwen Token Plan Individual as a built-in provider with its documented subscription model catalog and the shared international
QWEN_TOKEN_PLAN_API_KEY. See API Keys (#7659 by @arasovic). - Added
pi auth checkprovider/model auth preflight with optional credential output (#7152). - Added
terminatesupport to blocked extensiontool_callevents so all-terminating batches can skip the automatic follow-up model call. See Tool Events (#7715 by @muyiyr). - Added inherited double-click word and whitespace selection, granularity-aware drag selection, and triple-click paragraph selection in fullscreen mode (#7725, #7733 by @volsa).
- Added inherited unbound half-page transcript scrolling actions for fullscreen mode. See TUI Fullscreen Viewport (#7735).
Changed
- Softened the bash tool's
PI_*environment guideline in an attempt to reduce unnecessary inspection commands (#7128). - Reduced worst-case automatic terminal theme detection delay from 200 ms to 100 ms by probing color-scheme and background support concurrently.
Fixed
- Fixed Bun standalone binaries crashing on startup when the cwd contains a
bunfig.tomlwithpreloadby compiling with--no-compile-autoload-bunfig(#7685 by @geril07). - Fixed extension TUI method wrappers recursing indefinitely when delegating to the original method (#7731).
- Fixed right-click not pasting clipboard text in fullscreen mode on Windows.
- Fixed inherited
Agent.reset()clearing transcript and runtime state during active runs; it now rejects until the agent is idle (#7717 by @wesleyzhangwq). - Fixed inherited LaTeX relation, multiplication, and named-operator spacing, and matrix composition with stacked fractions, operator limits, and adjacent matrices.
- Reduced inherited fullscreen mouse event volume under tmux, Zellij, and GNU Screen by using button-motion tracking instead of all-motion tracking.