Skip to content

deps(deps): bump @earendil-works/pi-agent-core from 0.84.3 to 0.85.0 - #71

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/earendil-works/pi-agent-core-0.84.4
Open

deps(deps): bump @earendil-works/pi-agent-core from 0.84.3 to 0.85.0#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/earendil-works/pi-agent-core-0.84.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @earendil-works/pi-agent-core from 0.84.3 to 0.85.0.

Release notes

Sourced from @​earendil-works/pi-agent-core's releases.

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.
  • 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).

v0.84.4

New Features

... (truncated)

Changelog

Sourced from @​earendil-works/pi-agent-core's changelog.

[0.85.0] - 2026-09-04

Fixed

  • Fixed proxied assistant responses dropping persisted provider-native thinking levels.
  • Fixed the write tool reporting UTF-16 code-unit counts as byte counts by removing the misleading count (#8979).

[0.84.4] - 2026-08-28

Breaking Changes

  • Changed prepareNextTurn and prepareNextTurnWithContext to run only after shouldStopAfterTurn and queued-message checks determine that the agent loop will start another assistant turn. They no longer run after final or terminating turns; move end-of-run work to agent_end handling (#6879).

Fixed

  • Fixed Windows NodeExecutionEnv aborts crashing when taskkill.exe is unavailable on PATH (#6596).

Removed

  • Removed the withdrawn manual-drive configuration, action inspection methods, action outcomes, and snapshot action field from AgentHarness.
Commits
  • 107d79f Release v0.85.0
  • c2d3dc5 fix(agent): map signal-killed processes to non-zero exit codes (#8994)
  • 8c08d06 Merge remote-tracking branch 'origin/main' into dev
  • 4e69b0c feat(ai): preserve Anthropic per-turn thinking effort
  • e26afb6 fix(agent): retain settled tools until placement
  • e583b29 fix: remove misleading write byte counts
  • ebc3744 fix(agent): surface proxy stream EOF without terminal event as an error (#8997)
  • 6e8b9c8 Handoff for tool settlemenet
  • d14d6b2 fix(agent): finalize bounded shell output integration
  • a84a161 Merge remote-tracking branch 'origin/dev' into dev
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency updates npm npm dependency updates labels Sep 7, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dongjiang1989

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [@earendil-works/pi-agent-core](https://github.com/earendil-works/pi/tree/HEAD/packages/agent) from 0.84.3 to 0.85.0.
- [Release notes](https://github.com/earendil-works/pi/releases)
- [Changelog](https://github.com/earendil-works/pi/blob/main/packages/agent/CHANGELOG.md)
- [Commits](https://github.com/earendil-works/pi/commits/v0.85.0/packages/agent)

---
updated-dependencies:
- dependency-name: "@earendil-works/pi-agent-core"
  dependency-version: 0.84.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump @earendil-works/pi-agent-core from 0.84.3 to 0.84.4 deps(deps): bump @earendil-works/pi-agent-core from 0.84.3 to 0.85.0 Sep 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/earendil-works/pi-agent-core-0.84.4 branch from f9e22f9 to 4b708da Compare September 8, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates npm npm dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants