|
| 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 |
0 commit comments