chore(deps): update dependency @earendil-works/pi-coding-agent to v0.85.1 - #7047
chore(deps): update dependency @earendil-works/pi-coding-agent to v0.85.1#7047renovate-fullsend[bot] wants to merge 1 commit into
Conversation
|
🤖 Finished Review · ✅ Success · Started 3:21 PM UTC · Completed 3:35 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.47 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Risk Assessment: moderate (2/5) DetailsBot-authored 2-line single-file dependency bump in a protected path with historically high churn (36 commits/30d) and multi-author contention (7 distinct authors/90d); Tier 1 signals are unchanged from prior assessment and the weighted composite (0.62x1.25 + 0.38x3.0 = 1.9) rounds to 2, preserving the prior moderate score. Previous runRisk Assessment: moderate (2/5) DetailsBot-authored 2-line single-file dependency bump in a protected but historically high-churn, multi-author path; Tier 1 signals are unchanged from prior assessment and composite weighted score rounds to 2, preserving the prior score of moderate. Previous run (2)Risk Assessment: moderate (2/5) DetailsBot-authored single-file 2-line dependency bump in a protected but historically high-churn, multi-author path; signals are unchanged from prior assessment, prior score of 2 preserved. Previous run (3)Risk Assessment: moderate (2/5) DetailsBot-authored single-file 2-line dependency bump in a protected but historically high-churn, multi-author path; the tiny change footprint and bot authorship keep the composite risk moderate despite the files active churn and fix-commit history — signals unchanged from prior assessment, prior score of 2 preserved. Previous run (4)Risk Assessment: moderate (2/5) DetailsBot-authored single-file 2-line dependency bump in a protected but historically high-churn path; tiny change footprint, zero regression and revert history, and bot authorship keep the composite risk moderate despite the file's active history — signals unchanged from prior assessment, prior score of 2 preserved. Previous run (5)Risk Assessment: moderate (2/5) DetailsA bot-authored single-file 2-line dependency bump in a protected but historically high-churn path; tiny change footprint and bot authorship keep composite risk moderate despite the file's active history. |
ReviewFindingsHigh
Medium
Next steps:
Previous runReviewFindingsHigh
Medium
Next steps:
Previous run (2)ReviewFindingsHigh
Medium
Next steps:
Previous run (3)ReviewFindingsHigh
Medium
Low
Next steps:
Previous run (4)ReviewFindingsHigh
Medium
Low
Next steps:
Previous run (5)ReviewFindingsHigh
Next steps:
|
d28c9a4 to
6b0aa8a
Compare
|
🤖 Finished Review · ✅ Success · Started 3:28 AM UTC · Completed 3:47 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $4.47 |
6b0aa8a to
2817836
Compare
|
🤖 Finished Review · ✅ Success · Started 3:22 PM UTC · Completed 3:37 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.03 |
2817836 to
5265557
Compare
|
🤖 Finished Review · ✅ Success · Started 3:31 AM UTC · Completed 3:47 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.17 |
5265557 to
e1fd090
Compare
|
🤖 Finished Review · ✅ Success · Started 3:25 PM UTC · Completed 3:39 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.94 |
e1fd090 to
7a65080
Compare
|
🤖 Finished Review · ✅ Success · Started 3:29 AM UTC · Completed 3:41 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.37 |
| # its --mode json wire shape within a minor before (0.84.0) — the pi stream | ||
| # parser fixtures must be re-verified when this pin moves. | ||
| ARG PI_VERSION=0.85.0 | ||
| ARG PI_VERSION=0.85.1 |
There was a problem hiding this comment.
[medium] verification gap
The comment block at lines 98-100 explicitly states 'the pi stream parser fixtures must be re-verified when this pin moves.' The pin has moved from 0.85.0 to 0.85.1 but no verification scripts were run and no fixture files or verification markers were updated. Stale verification markers referencing the prior pin '0.85.0' remain in at least 8 locations across the codebase: internal/runtime/pi_progress.go:260, internal/runtime/pi_run.go:597, internal/runtime/pi_bootstrap.go:587, internal/runtime/pi.go:111, internal/runtime/stray_processes.go:28, internal/pluginformat/pi.go:119, and docs/contributing/runtime-implementation.md:669. Additionally, the Containerfile comment at line 84 justifies --ignore-scripts based on the 0.85.0 dependency tree; if 0.85.1 changed the experimental dependency structure, --ignore-scripts could silently break the install.
Suggested fix: Run internal/runtime/testdata/pi/check-vertex-catalog.sh, internal/runtime/testdata/pi/regen.sh, and internal/runtime/testdata/pi/jiti-cache-check.sh against 0.85.1. If fixtures and catalogs are unchanged, update all '0.85.0' verification comments to '0.85.1'. Check whether the --ignore-scripts justification at Containerfile line 84 is still accurate for the 0.85.1 dependency tree.
This PR contains the following updates:
0.85.0→0.85.1Release Notes
earendil-works/pi (@earendil-works/pi-coding-agent)
v0.85.1Compare Source
New Features
Added
Fixed
clientandexperimental/pluginsubpaths and server/client commands are now source-only throughpi-test.sh; the supported local SDK and stdio RPC API are unchanged (#9132).prompt_cache_options.ttl: "30m"instead ofprompt_cache_retention: "24h".Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.