chore(deps): update dependency can1357/oh-my-pi to v15.11.3 #59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/can1357-oh-my-pi-15.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:
15.11.2→15.11.3Release Notes
can1357/oh-my-pi (can1357/oh-my-pi)
v15.11.3Compare Source
@oh-my-pi/pi-ai
Fixed
requestModelIdwhen calling Anthropic, OpenAI Responses, and OpenAI Completions APIs@oh-my-pi/pi-catalog
Added
requestModelIdonModelto represent the upstream model id used when a catalog entry is a local variant-1msuffixes when tiered token pricing is advertisedChanged
X-GitHub-Api-Version: 2026-06-01fromapi.githubcopilot.comcontextWindowto the default token tier and keep long-context access as the separate-1mmodel entry/modelsentries and enable image input for models whose capabilities indicate vision supportFixed
billing.token_prices.long_contextrates instead of default model pricingmapModelhandling in OpenAI-compatible discovery so returningnullnow skips a model entry rather than falling back to defaults-1mvariant@oh-my-pi/pi-coding-agent
Fixed
Working…loader rows being committed to native scrollback above the live loader: the interactive status container now reports a live-region seam while it has mounted content (#2328 by @35844493).MnemopiSessionState.dispose()now drains pending fact extractions and runssleepAllSessionson every owned bank before closing handles (andAgentSession.dispose()awaits the result), matching the/memory enqueueslash command.mnemopiBackend.clearopts out viadispose({ consolidate: false })so the destructive/memory clearpath does not spend tokens consolidating memories that are wiped on the next line.consolidate()deliberately keeps noaliasOfshort-circuit so/memory enqueuefrom a subagent still flushes and sleeps the parent's shared banks (the alias guard lives indisposefor lifecycle, not inconsolidatefor content). Without this,episodic_memory,gists,consolidation_log,graph_edges, andtriplesstayed empty for every deployment because the SHMR/beam pipeline only ran when a user typed/memory enqueue|rebuild(#2320).searchcollapsing distinct scopes into one walk rooted at their unrequested common ancestor:paths: [".", "~/.gitconfig"]scanned the entire home directory (typically until the 30s grep timeout), and explicit file entries inside walker-pruned directories (e.g..git/config, gitignored files) silently never matched because they were folded into the directory walk's glob union. Multi-path scopes now fan out into per-target scans when the common ancestor is not itself a requested path, plain-file entries are read directly as their own targets, and matches from overlapping targets are deduplicated.lsp.formatOnWritesending a hardcodedtabSize: 3, insertSpaces: trueon everytextDocument/formattingrequest, which silently re-indented 2-space YAML (and any LSP-formatted file) to 3-space on every write/edit through formatter-aware servers likeyaml-language-server. Format options are now resolved per-file from.editorconfig(indent_size,indent_style,tab_width), falling back to the indent sniffed from the in-memory content the agent is about to write, then to a 2-space default. The duplicateDEFAULT_FORMAT_OPTIONSconstant inlsp/index.tsandlsp/clients/lsp-linter-client.tsis replaced with a single sharedresolveFormatOptionshelper (#2329).@oh-my-pi/pi-tui
Fixed
@oh-my-pi/pi-utils
Added
getEditorConfigFormatting(file): returns the.editorconfig-pinnedtabSize/insertSpaces(both optional, no fallback) so LSP-format callers can layer per-file defaults under it without paving over silence with the renderer's display tab width (#2329).What's Changed
New Contributors
Full Changelog: https://github.com/can1357/oh-my-pi/compare/v15.11.2...v15.11.3
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.