chore(deps): update dependency can1357/oh-my-pi to v18.1.9 #169

Merged
renovate-bot merged 2 commits from renovate/can1357-oh-my-pi-18.x into main 2026-09-04 07:04:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
can1357/oh-my-pi patch 18.1.818.1.9

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

can1357/oh-my-pi (can1357/oh-my-pi)

v18.1.9

Compare Source

@​oh-my-pi/pi-ai

Added
  • Added recoverable native custom-scheme OAuth callbacks for macOS, Linux desktops, and Windows, with a manual fallback for unavailable or remote sessions.
Fixed
  • Fixed Gemini tool continuations through custom Anthropic Messages proxies and OpenAI Responses relays, preserving tool-call and result associations across multi-turn requests.

@​oh-my-pi/pi-catalog

Added
  • Added the delegation-bias capability for tuning how agents delegate work to subagents.
Changed
  • Adjusted subagent delegation for GPT-6 and newer OpenAI models to reduce unnecessary delegation.
Fixed
  • Fixed /login zai for Z.AI GLM Coding Plan by supporting the provider’s updated authentication flow, including local desktop sign-in, remote paste-code completion, and the configurable ZAI_OAUTH_REDIRECT_URI.

@​oh-my-pi/pi-coding-agent

Breaking Changes
  • Browser and computer automation now use JavaScript/Python evaluation preludes with reusable tab and element handles, replacing the previous standalone tool schemas and object-shaped run APIs.
  • Replaced the inspect_image tool and /vision controls with read <image>?q=<question> for image questions; text-only models now receive image metadata and guidance for using this selector.
  • Renamed inspect_image.timeoutMs to images.questionTimeoutMs; existing settings are migrated automatically.
Added
  • Bash now extracts Kitty and Sixel terminal graphics as image results for foreground, failed, manual, and background executions.
  • Markdown links to existing local files and resources are now clickable while preserving their displayed URLs.
  • Added /switch <model> for session-only model changes, with the same model selectors and completions supported by --model; ACP /model <model> accepts these selectors as well.
  • Added the worktree.cleanSource setting to reset and clean the original checkout when creating a worktree with /wt.
  • Expanded the computer JavaScript/Python evaluation prelude with direct desktop, window, screenshot, accessibility, and element interaction helpers, while keeping computer.run available for multi-step scripts.
Changed
  • Agent delegation is now model-aware, allowing some models to favor focused inline work instead of spawning subagents.
Fixed
  • Fixed fallback authorization-code prompts remaining active after native OAuth callback completion.
  • Fixed reciprocal idle subagents repeatedly waking one another indefinitely.
  • Fixed /wt and git worktree add failing when the new worktree targeted the same commit as the clean source checkout.
  • Fixed omp-installed marketplace plugins and --plugin-dir plugins losing their skills when the Claude plugin source was not separately enabled (#​10743).
  • Fixed session accent colors rendering as bright white in terminals without truecolor support, including Terminal.app (#​10759).
  • Rules with enabled: false frontmatter are now omitted during discovery, matching disabled skills (#​10769).
  • Fixed large MCP tool-result previews losing the relevant tail content when an oversized output line preceded it (#​10761).
  • Fixed Ctrl+V replacing CJK characters with ? when pasting from XWayland clipboard owners on Wayland (#​10762).
  • Fixed byte-limited artifact reads reporting the displayed byte count instead of the actual read limit (#​10764).
  • Fixed read-tool truncation notices incorrectly reporting zero delivered lines or bytes when previewing a partial oversized line (#​10768).
  • Fixed Mnemopi removing explicitly retained or learned long-term memory after sessions longer than 24 hours by consolidating eligible working memory at session start (#​10770).
Removed
  • Removed the librarian agent.

@​oh-my-pi/pi-natives

Added
  • Added native Sixel-to-PNG decoding for terminal graphics returned by shell commands.
  • Added transactional native OAuth callback registration with one-shot callback delivery on macOS, Linux desktops, and Windows.
Fixed
  • Fixed native version-control cleanup to respect ignore rules and path boundaries while safely handling symlinks, nested repositories, and submodules.

@​oh-my-pi/pi-tui

Added
  • Added Markdown hyperlink target resolution while preserving the displayed URL text.

What's Changed

Full Changelog: https://github.com/can1357/oh-my-pi/compare/v18.1.8...v18.1.9


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [can1357/oh-my-pi](https://github.com/can1357/oh-my-pi) | patch | `18.1.8` → `18.1.9` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>can1357/oh-my-pi (can1357/oh-my-pi)</summary> ### [`v18.1.9`](https://github.com/can1357/oh-my-pi/releases/tag/v18.1.9) [Compare Source](https://github.com/can1357/oh-my-pi/compare/v18.1.8...v18.1.9) #### [@&#8203;oh-my-pi/pi-ai](https://github.com/oh-my-pi/pi-ai) ##### Added - Added recoverable native custom-scheme OAuth callbacks for macOS, Linux desktops, and Windows, with a manual fallback for unavailable or remote sessions. ##### Fixed - Fixed Gemini tool continuations through custom Anthropic Messages proxies and OpenAI Responses relays, preserving tool-call and result associations across multi-turn requests. #### [@&#8203;oh-my-pi/pi-catalog](https://github.com/oh-my-pi/pi-catalog) ##### Added - Added the `delegation-bias` capability for tuning how agents delegate work to subagents. ##### Changed - Adjusted subagent delegation for GPT-6 and newer OpenAI models to reduce unnecessary delegation. ##### Fixed - Fixed `/login zai` for Z.AI GLM Coding Plan by supporting the provider’s updated authentication flow, including local desktop sign-in, remote paste-code completion, and the configurable `ZAI_OAUTH_REDIRECT_URI`. #### [@&#8203;oh-my-pi/pi-coding-agent](https://github.com/oh-my-pi/pi-coding-agent) ##### Breaking Changes - Browser and computer automation now use JavaScript/Python evaluation preludes with reusable tab and element handles, replacing the previous standalone tool schemas and object-shaped run APIs. - Replaced the `inspect_image` tool and `/vision` controls with `read <image>?q=<question>` for image questions; text-only models now receive image metadata and guidance for using this selector. - Renamed `inspect_image.timeoutMs` to `images.questionTimeoutMs`; existing settings are migrated automatically. ##### Added - Bash now extracts Kitty and Sixel terminal graphics as image results for foreground, failed, manual, and background executions. - Markdown links to existing local files and resources are now clickable while preserving their displayed URLs. - Added `/switch <model>` for session-only model changes, with the same model selectors and completions supported by `--model`; ACP `/model <model>` accepts these selectors as well. - Added the `worktree.cleanSource` setting to reset and clean the original checkout when creating a worktree with `/wt`. - Expanded the computer JavaScript/Python evaluation prelude with direct desktop, window, screenshot, accessibility, and element interaction helpers, while keeping `computer.run` available for multi-step scripts. ##### Changed - Agent delegation is now model-aware, allowing some models to favor focused inline work instead of spawning subagents. ##### Fixed - Fixed fallback authorization-code prompts remaining active after native OAuth callback completion. - Fixed reciprocal idle subagents repeatedly waking one another indefinitely. - Fixed `/wt` and `git worktree add` failing when the new worktree targeted the same commit as the clean source checkout. - Fixed omp-installed marketplace plugins and `--plugin-dir` plugins losing their skills when the Claude plugin source was not separately enabled ([#&#8203;10743](https://github.com/can1357/oh-my-pi/issues/10743)). - Fixed session accent colors rendering as bright white in terminals without truecolor support, including Terminal.app ([#&#8203;10759](https://github.com/can1357/oh-my-pi/issues/10759)). - Rules with `enabled: false` frontmatter are now omitted during discovery, matching disabled skills ([#&#8203;10769](https://github.com/can1357/oh-my-pi/issues/10769)). - Fixed large MCP tool-result previews losing the relevant tail content when an oversized output line preceded it ([#&#8203;10761](https://github.com/can1357/oh-my-pi/issues/10761)). - Fixed `Ctrl+V` replacing CJK characters with `?` when pasting from XWayland clipboard owners on Wayland ([#&#8203;10762](https://github.com/can1357/oh-my-pi/issues/10762)). - Fixed byte-limited artifact reads reporting the displayed byte count instead of the actual read limit ([#&#8203;10764](https://github.com/can1357/oh-my-pi/issues/10764)). - Fixed read-tool truncation notices incorrectly reporting zero delivered lines or bytes when previewing a partial oversized line ([#&#8203;10768](https://github.com/can1357/oh-my-pi/issues/10768)). - Fixed Mnemopi removing explicitly retained or learned long-term memory after sessions longer than 24 hours by consolidating eligible working memory at session start ([#&#8203;10770](https://github.com/can1357/oh-my-pi/issues/10770)). ##### Removed - Removed the librarian agent. #### [@&#8203;oh-my-pi/pi-natives](https://github.com/oh-my-pi/pi-natives) ##### Added - Added native Sixel-to-PNG decoding for terminal graphics returned by shell commands. - Added transactional native OAuth callback registration with one-shot callback delivery on macOS, Linux desktops, and Windows. ##### Fixed - Fixed native version-control cleanup to respect ignore rules and path boundaries while safely handling symlinks, nested repositories, and submodules. #### [@&#8203;oh-my-pi/pi-tui](https://github.com/oh-my-pi/pi-tui) ##### Added - Added Markdown hyperlink target resolution while preserving the displayed URL text. #### What's Changed - fix(coding-agent): stop idle subagents ping-ponging wake-turn relays by [@&#8203;H4vC](https://github.com/H4vC) in [#&#8203;10751](https://github.com/can1357/oh-my-pi/pull/10751) - fix(pi-vcs): make native clean honor nested gitignores and preserve submodules by [@&#8203;korri123](https://github.com/korri123) in [#&#8203;10714](https://github.com/can1357/oh-my-pi/pull/10714) - feat(coding-agent): add worktree.cleanSource setting to clean original checkout on /wt by [@&#8203;korri123](https://github.com/korri123) in [#&#8203;10692](https://github.com/can1357/oh-my-pi/pull/10692) - fix(discovery): gate claude-plugins skills by root origin by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10744](https://github.com/can1357/oh-my-pi/pull/10744) - fix(catalog): use zcode:// scheme for Z.AI coding-plan oauth by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10746](https://github.com/can1357/oh-my-pi/pull/10746) - fix(ai): preserve opaque Responses call ids by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10750](https://github.com/can1357/oh-my-pi/pull/10750) - fix(ai): preserve opaque same-model tool-call ids on anthropic-messages by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10756](https://github.com/can1357/oh-my-pi/pull/10756) - fix(tui): respect terminal color depth for session accents by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10760](https://github.com/can1357/oh-my-pi/pull/10760) - fix(coding-agent): preserve giant lines in tail windows by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10763](https://github.com/can1357/oh-my-pi/pull/10763) - fix(tui): preserved CJK text from Wayland clipboard by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10765](https://github.com/can1357/oh-my-pi/pull/10765) - fix(tools): report actual artifact read byte limit by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10767](https://github.com/can1357/oh-my-pi/pull/10767) - fix(tools): account for partial-line preview in read truncation notice by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10771](https://github.com/can1357/oh-my-pi/pull/10771) - fix(coding-agent): honor disabled rule frontmatter by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10772](https://github.com/can1357/oh-my-pi/pull/10772) - fix(mnemopi): consolidate eligible working memory at session start by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;10773](https://github.com/can1357/oh-my-pi/pull/10773) **Full Changelog**: <https://github.com/can1357/oh-my-pi/compare/v18.1.8...v18.1.9> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS41IiwidXBkYXRlZEluVmVyIjoiNDQuNjEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency can1357/oh-my-pi to v18.1.9
All checks were successful
Update hashes / update-hashes (pull_request) Successful in 1m21s
730da91514
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-09-04 07:02:56 +00:00
renovate-bot deleted branch renovate/can1357-oh-my-pi-18.x 2026-09-04 07:04:14 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mandlm/omp-nix!169
No description provided.