chore(deps): bump @earendil-works/pi-coding-agent from 0.80.6 to 0.84.2 - #496
Conversation
Bumps [@earendil-works/pi-coding-agent](https://github.com/earendil-works/pi/tree/HEAD/packages/coding-agent) from 0.80.6 to 0.84.2. - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.84.2/packages/coding-agent) --- updated-dependencies: - dependency-name: "@earendil-works/pi-coding-agent" dependency-version: 0.84.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThe PR upgrades @earendil-works/pi-coding-agent from 0.80.6 to 0.84.2 and refreshes its transitive lockfile graph.
Confidence Score: 4/5The PR should not merge until the managed Pi closure is regenerated to match the upgraded dependency. The changed dependency and lockfile resolve Pi 0.84.2, but the packaged-host closure remains at 0.80.6, causing the drift guard to fail and leaving runtime provisioning on the old SDK. Files Needing Attention: packages/host/agent-adapter/package.json and packages/host/assets/src/pi-closure.gen.ts
|
| Filename | Overview |
|---|---|
| packages/host/agent-adapter/package.json | Upgrades the Pi SDK to 0.84.2 without updating the corresponding committed managed closure. |
| pnpm-lock.yaml | Resolves the Pi 0.84.2 dependency graph correctly, but now disagrees with the closure manifest generated from this lockfile. |
Reviews (1): Last reviewed commit: "chore(deps): bump @earendil-works/pi-cod..." | Re-trigger Greptile
| }, | ||
| "devDependencies": { | ||
| "@earendil-works/pi-coding-agent": "^0.80.6", | ||
| "@earendil-works/pi-coding-agent": "^0.84.2", |
There was a problem hiding this comment.
When the Pi dependency resolves to 0.84.2, the committed managed closure still identifies and provisions 0.80.6, causing the closure drift test to fail and packaged hosts to use the old SDK. Regenerate packages/host/assets/src/pi-closure.gen.ts from the updated lockfile.
Knowledge Base Used: Agent execution
Bumps @earendil-works/pi-coding-agent from 0.80.6 to 0.84.2.
Release notes
Sourced from @earendil-works/pi-coding-agent's releases.
... (truncated)
Changelog
Sourced from @earendil-works/pi-coding-agent's changelog.
... (truncated)
Commits
914cf14Release v0.84.29b4adc8docs: audit changelogs since v0.84.1d10c974docs: audit changelogs since v0.84.14caa3c4fix(tui): route selection copy through the host clipboard (#8110)ab0dc51fix(coding-agent): use APP_NAME in user-facing messages (#8067)e14afc6fix(coding-agent): collapse fallback tool output closes #79796633618fix(coding-agent): update vulnerable nanoid dependencyd268454fix(examples): accept array-formtoolsin the subagent example (#7598)5f7195cfix(coding-agent): update Cloudflare compat test model9d2ec7ffix(ai): use pi user agent for Kimi Coding requestsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)