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

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

This PR contains the following updates:

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

⚠️ 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.22

Compare Source

@​oh-my-pi/pi-ai

Fixed
  • 400-request debug dumps now redact provider-specific auth headers (x-goog-api-key, x-amz-security-token, and any header whose name carries a key/token/secret), not just a fixed allow-list, so a shared dump can no longer leak a live API key (#​12007).

@​oh-my-pi/pi-catalog

Added
  • Enabled assistant prefill support for Ollama models
Fixed
  • OpenCode Zen GPT-6 Astra requests now use the Responses endpoint instead of failing through chat completions with HTTP 500 (#​12030).

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

Breaking Changes
  • Hub message/job waits now always use the adaptive window (5s, lengthening to 5m across back-to-back waits); removed the timeoutMs argument and async.pollWaitDuration setting.
Added
  • Added a privacy warning to memory reports reminding users to review data for secrets before sharing
  • omp git / /git: delete discards the selected file's changes (press twice to confirm) — in the sidebar on a file or whole directory, in the diff pane on the shown file; untracked files are removed, staged files reset to HEAD
Changed
  • Pressing c on a /btw answer now shows a green "✓ Copied to clipboard" confirmation in the panel and history detail, and BTW history accepts Ctrl+/ to switch panes (#​12052 by @​H4vC).
Fixed
  • Automatic session titles no longer draw from canned prompt examples.
  • Sessions titled by a local Ollama model (e.g. LFM2.5) no longer stay unnamed when the model's chat template spends the whole output budget on reasoning.
  • /debug memory reports now include numeric memory statistics instead of raw heap snapshots that could expose provider and MCP credentials.
  • Multi-step logins (e.g. Perplexity email → code) now move the input field under the latest prompt instead of leaving it stuck beneath the first one.
  • Todo updates made through Eval's tool.todo(...) now persist to the session, so they survive resume/rewind/fork and no longer trigger false incomplete-todo reminders.
  • Native background security scans now accept provider-owned AWS authentication for Amazon Bedrock and Bedrock Mantle without requiring a stored OAuth account (#​12013).

@​oh-my-pi/pi-utils

Fixed
  • Fixed extractRetryHint sleeping hours past the provider's stated wait when a timezone-naive reset at timestamp overshoots the relative retry hint: the skewed stamp is now ignored instead of winning longest-wins (#​12070 by @​H4vC).

What's Changed

Full Changelog: https://github.com/can1357/oh-my-pi/compare/v18.1.21...v18.1.22


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.21` → `18.1.22` | --- > ⚠️ **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.22`](https://github.com/can1357/oh-my-pi/releases/tag/v18.1.22) [Compare Source](https://github.com/can1357/oh-my-pi/compare/v18.1.21...v18.1.22) #### [@&#8203;oh-my-pi/pi-ai](https://github.com/oh-my-pi/pi-ai) ##### Fixed - 400-request debug dumps now redact provider-specific auth headers (`x-goog-api-key`, `x-amz-security-token`, and any header whose name carries a key/token/secret), not just a fixed allow-list, so a shared dump can no longer leak a live API key ([#&#8203;12007](https://github.com/can1357/oh-my-pi/issues/12007)). #### [@&#8203;oh-my-pi/pi-catalog](https://github.com/oh-my-pi/pi-catalog) ##### Added - Enabled assistant prefill support for Ollama models ##### Fixed - OpenCode Zen GPT-6 Astra requests now use the Responses endpoint instead of failing through chat completions with HTTP 500 ([#&#8203;12030](https://github.com/can1357/oh-my-pi/issues/12030)). #### [@&#8203;oh-my-pi/pi-coding-agent](https://github.com/oh-my-pi/pi-coding-agent) ##### Breaking Changes - Hub message/job waits now always use the adaptive window (5s, lengthening to 5m across back-to-back waits); removed the `timeoutMs` argument and `async.pollWaitDuration` setting. ##### Added - Added a privacy warning to memory reports reminding users to review data for secrets before sharing - `omp git` / `/git`: `delete` discards the selected file's changes (press twice to confirm) — in the sidebar on a file or whole directory, in the diff pane on the shown file; untracked files are removed, staged files reset to HEAD ##### Changed - Pressing `c` on a `/btw` answer now shows a green "✓ Copied to clipboard" confirmation in the panel and history detail, and BTW history accepts `Ctrl+/` to switch panes ([#&#8203;12052](https://github.com/can1357/oh-my-pi/pull/12052) by [@&#8203;H4vC](https://github.com/H4vC)). ##### Fixed - Automatic session titles no longer draw from canned prompt examples. - Sessions titled by a local Ollama model (e.g. LFM2.5) no longer stay unnamed when the model's chat template spends the whole output budget on reasoning. - `/debug` memory reports now include numeric memory statistics instead of raw heap snapshots that could expose provider and MCP credentials. - Multi-step logins (e.g. Perplexity email → code) now move the input field under the latest prompt instead of leaving it stuck beneath the first one. - Todo updates made through Eval's `tool.todo(...)` now persist to the session, so they survive resume/rewind/fork and no longer trigger false incomplete-todo reminders. - Native background security scans now accept provider-owned AWS authentication for Amazon Bedrock and Bedrock Mantle without requiring a stored OAuth account ([#&#8203;12013](https://github.com/can1357/oh-my-pi/issues/12013)). #### [@&#8203;oh-my-pi/pi-utils](https://github.com/oh-my-pi/pi-utils) ##### Fixed - Fixed `extractRetryHint` sleeping hours past the provider's stated wait when a timezone-naive `reset at` timestamp overshoots the relative retry hint: the skewed stamp is now ignored instead of winning longest-wins ([#&#8203;12070](https://github.com/can1357/oh-my-pi/pull/12070) by [@&#8203;H4vC](https://github.com/H4vC)). #### What's Changed - fix(catalog): route Zen Astra through Responses by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;12032](https://github.com/can1357/oh-my-pi/pull/12032) - fix(ai): redact provider-specific auth headers in 400 dumps by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;12010](https://github.com/can1357/oh-my-pi/pull/12010) - fix(security): support provider-native Bedrock auth by [@&#8203;roboomp](https://github.com/roboomp) in [#&#8203;12017](https://github.com/can1357/oh-my-pi/pull/12017) - feat(coding-agent): confirm /btw copies with visual feedback by [@&#8203;H4vC](https://github.com/H4vC) in [#&#8203;12052](https://github.com/can1357/oh-my-pi/pull/12052) - fix(utils): ignore zone-skewed naive reset-at past relative retry hint by [@&#8203;H4vC](https://github.com/H4vC) in [#&#8203;12070](https://github.com/can1357/oh-my-pi/pull/12070) **Full Changelog**: <https://github.com/can1357/oh-my-pi/compare/v18.1.21...v18.1.22> </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:eyJjcmVhdGVkSW5WZXIiOiI0NC44OC4wIiwidXBkYXRlZEluVmVyIjoiNDQuODguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency can1357/oh-my-pi to v18.1.22
All checks were successful
Update hashes / update-hashes (pull_request) Successful in 1m57s
254efb90b2
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-09-14 20:01:52 +00:00
renovate-bot deleted branch renovate/can1357-oh-my-pi-18.x 2026-09-14 20:03:46 +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!179
No description provided.