chore(deps): update dependency can1357/oh-my-pi to v18.1.17 #174
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/can1357-oh-my-pi-18.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
18.1.16→18.1.17Release Notes
can1357/oh-my-pi (can1357/oh-my-pi)
v18.1.17Compare Source
@oh-my-pi/pi-agent-core
Changed
Tool <name> not foundnow names a plausible intended target when the advertised set contains one, e.g.Tool mcp__abc123__xyz789_read not found. Did you mean read?. A model that mis-transcribes a long opaque tool name reliably keeps the trailing segment, which is the only part carrying meaning, so the miss becomes recoverable in the same turn instead of costing a round trip. Purely advisory — the suggestion is only ever a string in the error, never a dispatch target, so an unrecognized name still fails (#10109 by @oldschoola).Fixed
/clearboundaries.@oh-my-pi/pi-ai
Fixed
prompt_eval_cached_countfrom the/api/chatdone chunk maps tocacheRead, withinputreduced to the uncached portion, so status-linecache_turn/cache_hitsegments and cache-prefix audits report real hit rates instead of false misses.copilot-chat, denied requests retry once as the Copilot CLI (copilot-developer-cli), andCOPILOT_INTEGRATION_IDpins theCopilot-Integration-Idheader up front; model discovery keeps the CLI identity and the 403 message names the identity and the remedies (#11372).@oh-my-pi/pi-catalog
Added
Fixed
deepseek-flashrow shipping without context limits: it now carries its documented 1M context / 384K output so offline context accounting enforces the real window.@oh-my-pi/pi-coding-agent
Added
tui.vimMode, an opt-in modal editing layer for the prompt, off by default (#3299). Escape leaves Insert; Normal mode hashjkl,0,^,$,w,b,e,gg,G, count prefixes,x/D/C,dd/yy,p/Pandu;v/Vstart a Visual selection thatycopies andddeletes.vimstatus-line segment showing the current Vim mode (NORMAL/INSERT/VISUAL/V-LINE), the half-typed command beside it (Vim'sshowcmd, e.g.2d), and the Visual selection height (V-LINE 4L). Included in every built-in preset and hidden entirely unlesstui.vimModeis on;custompreset users can add"vim"tostatusLine.leftSegments.PI_HARDWARE_CURSORis set.tui.vimModeDisplaysetting (text/icon/none) controlling how the Vim mode appears in the status line: the full mode name, a single glyph per mode, or nothing. Shown in/settingsonly while Vim mode is on.icon.vimNormal,icon.vimInsert,icon.vimVisual, andicon.vimVisualLinesymbols, so the Vim mode icons follow the active symbol preset like every other status-line icon — Nerd Font (fa-square / fa-pencil / fa-eye / fa-bars), Unicode (■▎◉≡), or ascii (N/I/V/L) — and can be overridden per theme via thesymbolsmap.↑/ off-peak↓indicators to the cost display for models with scheduled pricing (DeepSeek), refreshed automatically when the tariff changes.plan.autosaveto automatically save approved plans to<project>/.omp/plans/when plan mode completes (customize withplan.autosaveDir, which accepts~, absolute, and cwd-relative paths) (#11599 by @H4vC).Changed
tui.vimModeortui.vimModeDisplayin/settingsnow takes effect immediately instead of requiring a restart; the editor, prompt border, status-line segment, and cursor shape all switch in place.Fixed
ui-responsefor an already-settled request with a targetedui-request-end, so a guest that reconnected after the broadcast and resent its answer no longer waits forever (#11561 by @alphastorm).edit.streamingAbort) no longer aborts on no-op preview results when replacement content produces no file changes, and carries the native patch diagnostic through the abort reason on genuine preview failures.\rruns into tool-call string values (observed with GLM via OpenRouter); stray carriage returns are now sanitized in ask params, the live dialog, and ask transcript rendering (#11167 by @Giardi77).omp modelsnow reports whether a model's images actually reach the provider, so an id stripped by a text-only catalog rule no longer showsimages: yes(#9697).Otheranswers are now applied before the Ask dialog becomes interactive again, so the next Enter is no longer discarded (#11558 by @schickling-assistant).@oh-my-pi/collab-web
Fixed
javascript:after URL normalization is dropped like any other unsafe scheme (#11562 by @alphastorm).@oh-my-pi/pi-natives
Fixed
@oh-my-pi/omp-stats
Fixed
N/A) rather than$0, in both the aggregates and the per-request list, and an existing database re-parses its sessions once so rows stored before this change are repaired.$0instead ofN/Afor legacy scheduled requests that omit their token total: the total is derived from the token buckets before classifying unpriced usage.@oh-my-pi/pi-tui
Added
Editor, off unlesssetVimMode(true)is called: Insert, Normal, and Visual/Visual-Line with motions, count prefixes, and operators.j/kkeep Vim's desired column, so passing over a shorter line does not collapse it, and$sticks to end-of-line.p/Ppaste from an internal register; yanks are surfaced to the host throughonYankso it can route them to the system clipboard.Editor.vimEnabled,Editor.vimPending(the half-typed command, e.g.2d), andEditor.vimSelectedLines(Visual selection height).onVimModeChangeadditionally fires when the pending command or selection size changes, not only on mode switches.iw/aw(andW), quotesi"/a'/a`, bracket pairsi(/a{/i[/a<(nesting-aware and multi-line), and paragraphsip/ap. They work under an operator (diw,ca() and in Visual mode (viw), with counts (d2aw). Previouslyiafter an operator fell through to Insert mode, sodiwtyped text instead of deleting a word.coperator now actually enters Insert mode (cw,cip,cin Visual); it also follows Vim'scw-acts-like-cequirk and parks the cursor correctly when the changed range is empty (ci"between bare quotes).Terminal.setCursorShape()(DECSCUSR), restored to the terminal's configured shape on teardown and crash cleanup.Changed
What's Changed
omp modelsby @soydachi in #11533New Contributors
Full Changelog: https://github.com/can1357/oh-my-pi/compare/v18.1.16...v18.1.17
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.