fix(deps): update dependency @earendil-works/pi-coding-agent to v0.85.0 #261

Merged
davide merged 2 commits from renovate-earendil-works-pi-coding-agent-0.x into main 2026-09-08 16:00:39 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
@earendil-works/pi-coding-agent (source) 0.84.40.85.0 age confidence

Release Notes

earendil-works/pi (@​earendil-works/pi-coding-agent)

v0.85.0

Compare Source

New Features
  • Persistent Claude thinking effort — Supported Anthropic transports preserve per-turn effort and recover safely from signed-thinking mismatches. See Model Configuration.
  • Fullscreen transcript controls — Jump to the latest message from a scrolled transcript and use the embedded working indicator. See TUI Fullscreen Viewport.
  • Restorable in-memory sessions — Resume externally stored session entries through the SDK. See Session Management.
Added
  • Added SessionManager.inMemory() support for restoring externally managed session entries (#​8980 by @​y-nk).
  • Added inherited OpenAI-compatible vllmPriority and supportsMaxOutputTokens model settings for vLLM scheduler priority and OpenAI Responses output-token limits (#​9004 by @​AppleDannyClegg, #​8941 by @​scturtle).
  • Added inherited LaTeX rendering for relational algebra join symbols (#​9050 by @​haoqixu).
  • Added a clickable "Jump to latest message" label with the tui.altScreen.bottom shortcut to the fullscreen transcript while it is scrolled up (#​9080 by @​rwachtler).
Changed
  • Moved the streaming working indicator into the default editor border and matched its default spinner and label to the thinking-level border color. Custom editors retain the standalone indicator unless they opt in to embedding it (#​8799 by @​cristinaponcela).
  • Reduced inherited fullscreen transcript search latency on large transcripts by caching unchanged search results, indexing ASCII runs, and limiting highlight work to visible matches (#​8800 by @​cristinaponcela).
Fixed
  • Fixed managed fd and ripgrep downloads on Linux musl systems (#​9070 by @​Charlie0113-T).
  • Removed the unavailable inherited Grok Build 0.1 model from /model (#​9093 by @​Jaaneek).
  • Fixed inherited provider streams emitting incompatible event sequences and custom tool-call deltas.
  • Restored the @earendil-works/pi-coding-agent/client compatibility entry point.
  • Fixed the inherited Qwen Token Plan Individual catalog to include Qwen3.8 Flash (#​9021).
  • Fixed inherited OpenAI Codex SSE parsing to process terminal events that are not followed by a blank line (#​9047).
  • Fixed inherited GitHub Copilot Claude Fable 5 requests so selected reasoning levels are sent (#​8961).
  • Fixed inherited Baseten GLM-5.2 models incorrectly advertising image input support (#​8293 by @​Panoplos).
  • Fixed skills being unavailable when Bash is the only enabled tool (#​8552 by @​xl0).
  • Fixed concurrent session shares overwriting one another (#​8613 by @​wutongyuonce).
  • Fixed image orientation detection skipping EXIF data after non-EXIF APP1 segments (#​8616 by @​wutongyuonce).
  • Fixed imported sessions overwriting an existing session with the same filename (#​8985 by @​wutongyuonce).
  • Fixed session forks losing their compaction boundary (#​8990 by @​acmerfight).
  • Fixed in-memory session forks before an active turn settled (#​8937 by @​acmerfight).
  • Fixed inherited Fireworks GLM models using the wrong API adapter.
  • Fixed inherited NO_PROXY matching for root domains and subdomains (#​8737 by @​MeiSiristhebest).
  • Fixed bash, edit, find, grep, ls, read, and write tools ignoring ctx.cwd (#​8627 by @​vmizg).
  • Fixed inherited terminal startup under restricted seccomp policies that reject the SIGWINCH self-signal (#​8898 by @​bartlomiejkida).
  • Fixed inherited Zed terminal image capability detection (#​8828 by @​Perlence).
  • Fixed drag selection continuing over the fullscreen editor.
  • Fixed managed fd and ripgrep downloads requiring the GitHub Releases API (#​8708 by @​Terminator666666).
  • Fixed branch summaries failing when reasoning consumes the previous 2048-token output cap (#​8845).
  • Fixed the write tool reporting UTF-16 code-unit counts as byte counts by removing the misleading count (#​8979).
  • Fixed proxied plain-HTTP provider requests hanging after a tool call by tunneling them with CONNECT (#​8134).
  • Fixed RPC abort reporting success without cancelling an in-progress manual compaction (#​8920).

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@earendil-works/pi-coding-agent](https://github.com/earendil-works/pi) ([source](https://github.com/earendil-works/pi/tree/HEAD/packages/coding-agent)) | [`0.84.4` → `0.85.0`](https://renovatebot.com/diffs/npm/@earendil-works%2fpi-coding-agent/0.84.4/0.85.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@earendil-works%2fpi-coding-agent/0.85.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@earendil-works%2fpi-coding-agent/0.84.4/0.85.0?slim=true) | --- ### Release Notes <details> <summary>earendil-works/pi (@&#8203;earendil-works/pi-coding-agent)</summary> ### [`v0.85.0`](https://github.com/earendil-works/pi/blob/HEAD/packages/coding-agent/CHANGELOG.md#0850---2026-09-04) [Compare Source](https://github.com/earendil-works/pi/compare/v0.84.4...v0.85.0) ##### New Features - **Persistent Claude thinking effort** — Supported Anthropic transports preserve per-turn effort and recover safely from signed-thinking mismatches. See [Model Configuration](docs/models.md#model-configuration). - **Fullscreen transcript controls** — Jump to the latest message from a scrolled transcript and use the embedded working indicator. See [TUI Fullscreen Viewport](docs/keybindings.md#tui-fullscreen-viewport). - **Restorable in-memory sessions** — Resume externally stored session entries through the SDK. See [Session Management](docs/sdk.md#session-management). ##### Added - Added `SessionManager.inMemory()` support for restoring externally managed session entries ([#&#8203;8980](https://github.com/earendil-works/pi/pull/8980) by [@&#8203;y-nk](https://github.com/y-nk)). - Added inherited OpenAI-compatible `vllmPriority` and `supportsMaxOutputTokens` model settings for vLLM scheduler priority and OpenAI Responses output-token limits ([#&#8203;9004](https://github.com/earendil-works/pi/pull/9004) by [@&#8203;AppleDannyClegg](https://github.com/AppleDannyClegg), [#&#8203;8941](https://github.com/earendil-works/pi/pull/8941) by [@&#8203;scturtle](https://github.com/scturtle)). - Added inherited LaTeX rendering for relational algebra join symbols ([#&#8203;9050](https://github.com/earendil-works/pi/pull/9050) by [@&#8203;haoqixu](https://github.com/haoqixu)). - Added a clickable "Jump to latest message" label with the `tui.altScreen.bottom` shortcut to the fullscreen transcript while it is scrolled up ([#&#8203;9080](https://github.com/earendil-works/pi/pull/9080) by [@&#8203;rwachtler](https://github.com/rwachtler)). ##### Changed - Moved the streaming working indicator into the default editor border and matched its default spinner and label to the thinking-level border color. Custom editors retain the standalone indicator unless they opt in to embedding it ([#&#8203;8799](https://github.com/earendil-works/pi/pull/8799) by [@&#8203;cristinaponcela](https://github.com/cristinaponcela)). - Reduced inherited fullscreen transcript search latency on large transcripts by caching unchanged search results, indexing ASCII runs, and limiting highlight work to visible matches ([#&#8203;8800](https://github.com/earendil-works/pi/pull/8800) by [@&#8203;cristinaponcela](https://github.com/cristinaponcela)). ##### Fixed - Fixed managed `fd` and ripgrep downloads on Linux musl systems ([#&#8203;9070](https://github.com/earendil-works/pi/pull/9070) by [@&#8203;Charlie0113-T](https://github.com/Charlie0113-T)). - Removed the unavailable inherited Grok Build 0.1 model from `/model` ([#&#8203;9093](https://github.com/earendil-works/pi/pull/9093) by [@&#8203;Jaaneek](https://github.com/Jaaneek)). - Fixed inherited provider streams emitting incompatible event sequences and custom tool-call deltas. - Restored the `@earendil-works/pi-coding-agent/client` compatibility entry point. - Fixed the inherited Qwen Token Plan Individual catalog to include Qwen3.8 Flash ([#&#8203;9021](https://github.com/earendil-works/pi/issues/9021)). - Fixed inherited OpenAI Codex SSE parsing to process terminal events that are not followed by a blank line ([#&#8203;9047](https://github.com/earendil-works/pi/issues/9047)). - Fixed inherited GitHub Copilot Claude Fable 5 requests so selected reasoning levels are sent ([#&#8203;8961](https://github.com/earendil-works/pi/issues/8961)). - Fixed inherited Baseten GLM-5.2 models incorrectly advertising image input support ([#&#8203;8293](https://github.com/earendil-works/pi/pull/8293) by [@&#8203;Panoplos](https://github.com/Panoplos)). - Fixed skills being unavailable when Bash is the only enabled tool ([#&#8203;8552](https://github.com/earendil-works/pi/pull/8552) by [@&#8203;xl0](https://github.com/xl0)). - Fixed concurrent session shares overwriting one another ([#&#8203;8613](https://github.com/earendil-works/pi/pull/8613) by [@&#8203;wutongyuonce](https://github.com/wutongyuonce)). - Fixed image orientation detection skipping EXIF data after non-EXIF APP1 segments ([#&#8203;8616](https://github.com/earendil-works/pi/pull/8616) by [@&#8203;wutongyuonce](https://github.com/wutongyuonce)). - Fixed imported sessions overwriting an existing session with the same filename ([#&#8203;8985](https://github.com/earendil-works/pi/pull/8985) by [@&#8203;wutongyuonce](https://github.com/wutongyuonce)). - Fixed session forks losing their compaction boundary ([#&#8203;8990](https://github.com/earendil-works/pi/pull/8990) by [@&#8203;acmerfight](https://github.com/acmerfight)). - Fixed in-memory session forks before an active turn settled ([#&#8203;8937](https://github.com/earendil-works/pi/pull/8937) by [@&#8203;acmerfight](https://github.com/acmerfight)). - Fixed inherited Fireworks GLM models using the wrong API adapter. - Fixed inherited `NO_PROXY` matching for root domains and subdomains ([#&#8203;8737](https://github.com/earendil-works/pi/pull/8737) by [@&#8203;MeiSiristhebest](https://github.com/MeiSiristhebest)). - Fixed `bash`, `edit`, `find`, `grep`, `ls`, `read`, and `write` tools ignoring `ctx.cwd` ([#&#8203;8627](https://github.com/earendil-works/pi/pull/8627) by [@&#8203;vmizg](https://github.com/vmizg)). - Fixed inherited terminal startup under restricted seccomp policies that reject the `SIGWINCH` self-signal ([#&#8203;8898](https://github.com/earendil-works/pi/pull/8898) by [@&#8203;bartlomiejkida](https://github.com/bartlomiejkida)). - Fixed inherited Zed terminal image capability detection ([#&#8203;8828](https://github.com/earendil-works/pi/pull/8828) by [@&#8203;Perlence](https://github.com/Perlence)). - Fixed drag selection continuing over the fullscreen editor. - Fixed managed `fd` and ripgrep downloads requiring the GitHub Releases API ([#&#8203;8708](https://github.com/earendil-works/pi/pull/8708) by [@&#8203;Terminator666666](https://github.com/Terminator666666)). - Fixed branch summaries failing when reasoning consumes the previous 2048-token output cap ([#&#8203;8845](https://github.com/earendil-works/pi/issues/8845)). - Fixed the write tool reporting UTF-16 code-unit counts as byte counts by removing the misleading count ([#&#8203;8979](https://github.com/earendil-works/pi/issues/8979)). - Fixed proxied plain-HTTP provider requests hanging after a tool call by tunneling them with CONNECT ([#&#8203;8134](https://github.com/earendil-works/pi/issues/8134)). - Fixed RPC `abort` reporting success without cancelling an in-progress manual compaction ([#&#8203;8920](https://github.com/earendil-works/pi/issues/8920)). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0NC42NS41IiwidXBkYXRlZEluVmVyIjoiNDQuNjUuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency @earendil-works/pi-coding-agent to v0.85.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
check-commitizen.yaml / Check the PR title (pull_request) Successful in 1s
check-formatter.yaml / Checks with formatters (pull_request) Failing after 5s
check-prettier.yaml / Check files formatting (pull_request) Successful in 2s
check-linter.yaml / Checks with linters (pull_request) Failing after 8s
check-syntax.yaml / Checks with static tools (pull_request) Failing after 5s
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
forgejo-agent / LLM Bot response generation (pull_request) Successful in 2s
5bcc952c32
Merge remote-tracking branch 'origin/main' into renovate-earendil-works-pi-coding-agent-0.x
All checks were successful
check-linter.yaml / Checks with linters (pull_request) Successful in 9s
check-formatter.yaml / Checks with formatters (pull_request) Successful in 12s
check-prettier.yaml / Check files formatting (pull_request) Successful in 1s
check-yamllint.yaml / Lint yaml files (pull_request) Successful in 3s
check-syntax.yaml / Checks with static tools (pull_request) Successful in 8s
30349a27a6
davide scheduled this pull request to auto merge when all checks succeed 2026-09-08 16:00:25 +00:00
davide merged commit 3ae1136792 into main 2026-09-08 16:00:39 +00:00
davide deleted branch renovate-earendil-works-pi-coding-agent-0.x 2026-09-08 16:00:39 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
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
projects/forgejo-agent!261
No description provided.