chore(deps): bump @mariozechner/pi-coding-agent from 0.60.0 to 0.61.1#66
chore(deps): bump @mariozechner/pi-coding-agent from 0.60.0 to 0.61.1#66dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
e85a95e to
c1a1ec6
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
There was a problem hiding this comment.
Findings
- [Major] Keep the Pi SDK packages in sync - updating only
@mariozechner/pi-coding-agentleaves the app's direct@mariozechner/pi-aiintegration on^0.60.0, while the new agent package requires and installs@mariozechner/pi-ai@0.65.2under its own tree. The app importsgetModel/completeSimplefrom the root package and passes those model objects intocreateAgentSession, so model registry/provider behavior can diverge from the SDK actually running the session. Evidence:package.json:59,package-lock.json:3013,package-lock.json:3100,package-lock.json:3187,src/main/claude/pi-model-resolution.ts:1,src/main/claude/agent-runner.ts:1903.
Suggested fix:"@mariozechner/pi-ai": "^0.65.2", "@mariozechner/pi-coding-agent": "^0.65.2"
Summary
Review mode: initial
One dependency synchronization issue found. Regenerate package-lock.json after updating @mariozechner/pi-ai so npm can dedupe the Pi SDK packages onto the same version.
Testing
Not run (automation). Local validation could not complete because node_modules is absent; npm test -- --run tests/pi-model-resolution.test.ts tests/pi-session-runtime.test.ts tests/claude-sdk-one-shot.test.ts tests/agent-runner-pi.test.ts failed with vitest: not found, and npm run typecheck stopped on existing TS5101 / baseUrl deprecation before dependency checks.
Open Cowork Bot
| "@larksuiteoapi/node-sdk": "^1.59.0", | ||
| "@mariozechner/pi-ai": "^0.60.0", | ||
| "@mariozechner/pi-coding-agent": "^0.60.0", | ||
| "@mariozechner/pi-coding-agent": "^0.65.2", |
There was a problem hiding this comment.
[MAJOR] This bump updates @mariozechner/pi-coding-agent to ^0.65.2, but leaves the app's direct @mariozechner/pi-ai dependency at ^0.60.0. The lockfile now installs root @mariozechner/pi-ai@0.60.0 plus nested @mariozechner/pi-ai@0.65.2 for the agent package, while the app still imports getModel/completeSimple from the root package and passes resolved models into createAgentSession. That can make model registry/provider behavior diverge from the SDK version actually running sessions. Please bump the companion package and regenerate the lockfile.
Suggested fix:
"@mariozechner/pi-ai": "^0.65.2",
"@mariozechner/pi-coding-agent": "^0.65.2"c1a1ec6 to
eadf41c
Compare
Bumps [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono/tree/HEAD/packages/coding-agent) from 0.60.0 to 0.61.1. - [Release notes](https://github.com/badlogic/pi-mono/releases) - [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md) - [Commits](https://github.com/badlogic/pi-mono/commits/v0.61.1/packages/coding-agent) --- updated-dependencies: - dependency-name: "@mariozechner/pi-coding-agent" dependency-version: 0.61.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
eadf41c to
b2151a4
Compare
|
Superseded by #148. |
Bumps @mariozechner/pi-coding-agent from 0.60.0 to 0.61.1.
Release notes
Sourced from
@mariozechner/pi-coding-agent's releases.... (truncated)
Changelog
Sourced from
@mariozechner/pi-coding-agent's changelog.... (truncated)
Commits
b63a4abRelease v0.61.13d54650chore: update unreleased changelog entrieseda1082fix(coding-agent): update project npm packages6b83bf4docs: enable OSS weekend7c92bb8fix(subagent): reuse current pi invocation for child agents closes #2464 (#2465)47ea28bfix(coding-agent): export ToolCallEventResult closes #24586c8ac01fix(coding-agent): respect agentDir for sdk session paths closes #245775fc6d0fix(coding-agent): keep suspend resume alive on fg closes #24548705fbefix(models): align minimax and zai defaults (#2445)c2a42e3Add [Unreleased] section for next cycleDependabot 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)