Skip to content

Commit c6bf61a

Browse files
authored
New version: badlogic.pi version 0.63.2 (microsoft#353505)
1 parent b400f1a commit c6bf61a

4 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: badlogic.pi
5+
PackageVersion: 0.63.2
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: pi.exe
10+
Commands:
11+
- pi
12+
ReleaseDate: 2026-03-29
13+
ArchiveBinariesDependOnPath: true
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/badlogic/pi-mono/releases/download/v0.63.2/pi-windows-x64.zip
17+
InstallerSha256: DF1AF1D71967A5655D2A1A548F6ADCEEF3C77A3D0ED3511EDA95C2A5BDE7AC49
18+
ManifestType: installer
19+
ManifestVersion: 1.12.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: badlogic.pi
5+
PackageVersion: 0.63.2
6+
PackageLocale: en-US
7+
Publisher: Mario Zechner
8+
PublisherUrl: https://github.com/badlogic
9+
PublisherSupportUrl: https://github.com/badlogic/pi-mono/issues
10+
Author: Mario Zechner
11+
PackageName: pi
12+
PackageUrl: https://github.com/badlogic/pi-mono
13+
License: MIT
14+
LicenseUrl: https://github.com/badlogic/pi-mono/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2026 Mario Zechner
16+
ShortDescription: AI coding assistant with read, bash, edit, write tools
17+
Description: |-
18+
Pi is a minimal terminal coding harness. Adapt pi to your workflows, not the other way around, without having to fork and modify pi internals. Extend it with TypeScript Extensions, Skills, Prompt Templates, and Themes. Put your extensions, skills, prompt templates, and themes in Pi Packages and share them with others via npm or git.
19+
Pi ships with powerful defaults but skips features like sub agents and plan mode. Instead, you can ask pi to build what you want or install a third party pi package that matches your workflow.
20+
Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See openclaw/openclaw for a real-world SDK integration.
21+
Moniker: pi
22+
Tags:
23+
- agent
24+
- agentic
25+
- ai
26+
- chatbot
27+
- code
28+
- coding
29+
- large-language-model
30+
- llm
31+
- programming
32+
ReleaseNotes: |-
33+
New Features
34+
- Extension handlers can now use ctx.signal to forward cancellation into nested model calls, fetch(), and other abort-aware work. See docs/extensions.md#ctxsignal (#2660)
35+
- Built-in edit tool input now uses edits[] as the only replacement shape, reducing invalid tool calls caused by mixed single-edit and multi-edit schemas (#2639)
36+
- Large multi-edit results no longer trigger full-screen redraws in the interactive TUI when the final diff is rendered (#2664)
37+
Added
38+
- Added ctx.signal to ExtensionContext and wired it to the active agent turn so extension handlers can forward cancellation into nested model calls, fetch(), and other abort-aware work (#2660)
39+
Fixed
40+
- Fixed built-in edit tool input to use edits[] as the only replacement shape, eliminating the mixed single-edit and multi-edit modes that caused repeated invalid tool calls and retries (#2639)
41+
- Fixed edit tool TUI rendering to defer large multi-edit diffs to the settled result, avoiding full-screen redraws when the tool completes (#2664)
42+
ReleaseNotesUrl: https://github.com/badlogic/pi-mono/releases/tag/v0.63.2
43+
ManifestType: defaultLocale
44+
ManifestVersion: 1.12.0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: badlogic.pi
5+
PackageVersion: 0.63.2
6+
PackageLocale: zh-CN
7+
ShortDescription: 具备读取、Bash、编辑、写入工具的 AI 编程助手
8+
Description: |-
9+
Pi 是一款轻量型终端编码工具集。无需复刻并修改 Pi 的内部代码,就能让 Pi 适配你的工作流,而非反过来让你迁就 Pi。你可以通过 TypeScript 扩展、技能模块、提示词模板和主题对 Pi 进行拓展。把你开发的扩展、技能模块、提示词模板和主题打包为 Pi 包,即可通过 npm 或 git 分享给其他用户。
10+
Pi 默认搭载的功能十分强大,但未内置子代理、计划模式这类功能。你可以让 Pi 生成你需要的功能,或是安装适配你工作流的第三方 Pi 包即可。
11+
Pi 支持四种运行模式:交互模式、打印/JSON 输出模式、用于流程集成的 RPC 模式,以及可嵌入你自有应用的 SDK 模式。实际的 SDK 集成案例可参考 openclaw/openclaw 项目。
12+
Tags:
13+
- 人工智能
14+
- 代码
15+
- 大语言模型
16+
- 智能体
17+
- 编程
18+
- 聊天机器人
19+
- 自主智能
20+
ManifestType: locale
21+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: badlogic.pi
5+
PackageVersion: 0.63.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)