Skip to content

Commit 8b84e4f

Browse files
authored
New version: can1357.oh-my-pi version 16.2.13 (microsoft#396530)
1 parent 1d31c65 commit 8b84e4f

4 files changed

Lines changed: 109 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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: can1357.oh-my-pi
5+
PackageVersion: 16.2.13
6+
InstallerType: portable
7+
Commands:
8+
- omp
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
12+
ReleaseDate: 2026-07-01
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v16.2.13/omp-windows-x64.exe
16+
InstallerSha256: F599F12D5BB18182F54F3FB34062FDD679A609BB098562D192C70C6B70F5C622
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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: can1357.oh-my-pi
5+
PackageVersion: 16.2.13
6+
PackageLocale: en-US
7+
Publisher: Can Bölük
8+
PublisherUrl: https://can.ac/
9+
PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues
10+
Author: Can Bölük
11+
PackageName: oh-my-pi
12+
PackageUrl: https://omp.sh/
13+
License: MIT
14+
LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE
15+
Copyright: |-
16+
Copyright (c) 2025 Mario Zechner
17+
Copyright (c) 2025-2026 Can Bölük
18+
ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more
19+
Description: |-
20+
omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches.
21+
omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus.
22+
Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does.
23+
Tags:
24+
- agent
25+
- agentic
26+
- ai
27+
- chatbot
28+
- code
29+
- coding
30+
- large-language-model
31+
- llm
32+
- programming
33+
ReleaseNotes: |-
34+
@oh-my-pi/pi-ai
35+
Fixed
36+
- Fixed pre-5.4 OpenAI Codex models (gpt-5.1-codex, gpt-5.3-codex, gpt-5.3-codex-spark) rejecting requests with Unsupported parameter: 'reasoning.summary' is not supported with this model by gating reasoning.summary behind the same gpt-5.4 wire floor as reasoning.context: "all_turns".
37+
@oh-my-pi/pi-catalog
38+
Added
39+
- Added support for human-readable reasoning summaries on compatible OpenAI Codex models (v5.4+)
40+
Fixed
41+
- Fixed discovered OpenAI Codex models to advertise V2 streaming remote compaction, avoiding the legacy compact endpoint timeout path for Codex sessions. (#4146)
42+
@oh-my-pi/pi-coding-agent
43+
Fixed
44+
- Fixed models.yml remote compaction schema support for V2 streaming endpoint fields. (#4146)
45+
- Fixed the SSH tool to reject cwd values of ~ and ~/... before sending guaranteed-bad quoted tilde paths to remote POSIX shells. (#4002)
46+
@oh-my-pi/pi-tui
47+
Fixed
48+
- Fixed fuzzy-search filtering for CJK and other non-ASCII queries by preserving Unicode letters and numbers during query normalization (#4114).
49+
What's Changed
50+
- fix(tool): reject ssh tilde cwd by @roboomp in https://github.com/can1357/oh-my-pi/pull/4003
51+
- fix(tui): preserve unicode fuzzy search terms by @roboomp in https://github.com/can1357/oh-my-pi/pull/4119
52+
- fix(catalog): enable codex v2 remote compaction by @roboomp in https://github.com/can1357/oh-my-pi/pull/4147
53+
Full Changelog: https://github.com/can1357/oh-my-pi/compare/v16.2.12...v16.2.13
54+
ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v16.2.13
55+
Documentations:
56+
- DocumentLabel: Docs
57+
DocumentUrl: https://omp.sh/docs
58+
ManifestType: defaultLocale
59+
ManifestVersion: 1.12.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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: can1357.oh-my-pi
5+
PackageVersion: 16.2.13
6+
PackageLocale: zh-CN
7+
ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能
8+
Description: |-
9+
omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。
10+
omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。
11+
会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。
12+
Tags:
13+
- 人工智能
14+
- 代码
15+
- 大语言模型
16+
- 智能体
17+
- 编程
18+
- 聊天机器人
19+
- 自主智能
20+
Documentations:
21+
- DocumentLabel: 文档
22+
DocumentUrl: https://omp.sh/docs
23+
ManifestType: locale
24+
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: can1357.oh-my-pi
5+
PackageVersion: 16.2.13
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)