Skip to content

Update dependency @earendil-works/pi-coding-agent to v0.80.3#314

Merged
f1sherman merged 1 commit into
mainfrom
renovate/earendil-works-pi-coding-agent-0.x
Jul 8, 2026
Merged

Update dependency @earendil-works/pi-coding-agent to v0.80.3#314
f1sherman merged 1 commit into
mainfrom
renovate/earendil-works-pi-coding-agent-0.x

Conversation

@renovate-f1sherman

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.80.3

Compare Source

New Features
  • Anthropic Claude Sonnet 5 support - Claude Sonnet 5 is available through inherited Anthropic-compatible and Bedrock provider catalogs with adaptive thinking enabled. See Providers and Model Options.
  • Configurable output spacing - outputPad controls horizontal padding for user messages, assistant messages, and thinking blocks. See Settings.
  • External editor configuration - externalEditor lets Ctrl+G use a configured editor before $VISUAL/$EDITOR fallbacks. See Settings and Keybindings.
  • Richer RPC session tree access - RPC clients can inspect session entries and tree snapshots with get_entries and get_tree. See get_entries and get_tree.
  • Extension session metadata updates - Extensions can observe session name changes through session_info_changed. See session_info_changed.
  • Modern Azure Foundry endpoint support - Azure OpenAI Responses provider setup supports current Microsoft Foundry endpoint URLs. See Azure OpenAI.
Added
  • Added inherited Anthropic Claude Sonnet 5 model support.
  • Added get_entries and get_tree RPC commands for reading session entries and tree snapshots over RPC (#​6078 by @​geraschenko).
  • Added a package ./rpc-entry export for launching Pi directly in RPC mode.
  • Added session-name change events for extensions (#​6175 by @​xl0).
  • Added inherited Azure OpenAI Responses support for modern Microsoft Foundry endpoint URLs (#​6004 by @​gukoff).
  • Added inherited Usage.reasoning token counts for providers that report reasoning/thinking token usage (#​6057).
  • Added an externalEditor settings.json override for Ctrl+G external editor commands, with default fallbacks to Notepad on Windows and nano elsewhere (#​6122).
  • Added an outputPad setting for user message, assistant message, and thinking horizontal padding (#​6168).
Changed
  • Changed the default OpenAI model to gpt-5.5.
  • Changed inherited OpenAI Codex Responses SSE response-header waits to use the configured HTTP timeout instead of the previous fixed 20 second timeout, reducing false timeouts on slow connections (#​4945).
Fixed
  • Fixed inherited Claude Sonnet 5 metadata to use adaptive thinking payloads for Anthropic-compatible and Bedrock requests.
  • Fixed inherited generated Xiaomi MiMo model pricing to match current pay-as-you-go pricing from models.dev (#​6138).
  • Fixed inherited provider HTTP errors to include response bodies instead of opaque SDK messages (#​5832 by @​stephanmck).
  • Fixed inherited streamSimple() max-token caps so providers that count input and output against one context window do not reject long requests (#​5595).
  • Fixed inherited OpenAI Responses streams to preserve reasoning replay state when output items finish out of order (#​6009).
  • Fixed inherited Z.AI preserved thinking requests to send thinking.clear_thinking: false when thinking is enabled, allowing replayed reasoning_content to participate in provider caching (#​6083).
  • Fixed pre-prompt compaction to stop after compaction instead of continuing immediately (#​6074 by @​yzhg1983).
  • Fixed resource notifications to stay before messages when resuming sessions (#​6048 by @​haoqixu).
  • Fixed startup benchmark timing output to print after TUI shutdown, preserve extension timings, and drain terminal-query replies before stopping benchmark mode (#​6030 by @​xl0, #​6063 by @​xl0).
  • Fixed extension tool changes to apply before the next provider request in the same agent run without dropping before_agent_start system-prompt overrides (#​6162).
  • Fixed a crash when undici emits an internal client error while terminating a mid-stream HTTP response (#​6133).
  • Fixed the compaction event regression test to cover status indicator cleanup and keep CI passing.
  • Fixed interactive status indicators so ending work, retry, compaction, or branch-summary indicators no longer shrink the TUI when clear-on-shrink is enabled (#​6026).
  • Fixed --session and SessionManager.open() to reject non-empty invalid session files without overwriting them (#​6002).
  • Fixed user-message transcript rendering to keep visible backslashes in Markdown escape sequences such as \" (#​6105).
  • Fixed assistant messages stopped by output length to show a visible incomplete-response error (#​4290).
  • Fixed --no-session --session-id so ephemeral CLI runs can use deterministic session IDs for provider cache affinity (#​6070).
  • Fixed disk BMP image files to be detected, converted to PNG, and attached through read and CLI @file inputs (#​6047).
  • Fixed auto-retry for provider stream errors that explicitly tell callers to retry the request (#​6019).

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.

@f1sherman

Copy link
Copy Markdown
Owner

Pull Request Review

  • Reviewed at: 2026-07-08T06:10:50Z
  • Reviewed head SHA: 2d99922667d700e16fc0efddddb0a7c703a0abde
  • Risk: low
  • Merge OK: true
  • Verdict: patch is correct
  • Confidence: 0.88
  • Priority counts: P0=0 P1=0 P2=0 P3=0
  • Inline findings posted: 0
  • Unplaced findings: 0

The patch only updates the managed @earendil-works/pi-coding-agent version pin from 0.80.2 to 0.80.3, preserving the Renovate marker and existing mise/aube configuration path. npm view @earendil-works/pi-coding-agent@0.80.3 version confirms the package version exists, and git diff --check is clean; the focused Ruby contract test could not run because this review environment lacks the provisioned mise binary.

No actionable findings.

@f1sherman f1sherman merged commit a26c45d into main Jul 8, 2026
2 checks passed
@renovate-f1sherman renovate-f1sherman Bot deleted the renovate/earendil-works-pi-coding-agent-0.x branch July 9, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant