chore: bump earendil to 0.82.x and all deps to latest - #96
Merged
Conversation
digby-bw
enabled auto-merge (squash)
July 27, 2026 06:48
There was a problem hiding this comment.
No issues found across 4 files
Heads up: you’re close to your included review allowance. Set a flex budget so reviews don’t pause.
Re-trigger cubic
npm ci was failing in CI because the @linear/sdk 88.x bump pulls in graphql@17.0.2 and undici@7.29.0 as peer deps, which were missing from package-lock.json. Also picks up biome 2.5.5's export-ordering fix in skills.ts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps all dependencies to latest versions and fixes breaking API changes in earendil 0.82.x.
Earendil (0.75.5 → 0.82.1)
@earendil-works/pi-agent-core@earendil-works/pi-ai@earendil-works/pi-coding-agentOther notable bumps
@linear/sdk81 → 88.3.0@slack/socket-mode2 → 3@slack/web-api7 → 8croner9 → 10diff8 → 9file-type21 → 22pi-mcp-adapter2.6 → 2.15@biomejs/biome2.3.5 → 2.5.5@types/node22 → 26@typescript/native-preview20260120 → 20260707typescriptkept at 5.9.3 (qmd peer dep constraint)vitest4.1.2 → 4.1.10Breaking changes fixed (earendil 0.82.x)
getModelremoved from@earendil-works/pi-aimain export → replaced withgetBuiltinModelfrom@earendil-works/pi-ai/providers/allAuthStorageremoved frompi-coding-agent→ replaced withModelRuntime.create()ModelRegistry.create(authStorage)removed →AgentSessionConfignow takesmodelRuntime: ModelRuntimedirectlyAgentOptions.streamFnis now required → wired frommodelRuntime.streamSimplewatcher.ts→ fixed with optional chainTest results
234/234 tests passing
Summary by cubic
Upgrades Earendil to 0.82.x and refreshes major deps. Migrates to the new model runtime API with a process‑wide
ModelRuntimesingleton, fixes a watcher filename edge case, and syncs lockfile peers (graphql,undici) to unblock CI.Dependencies
@earendil-works/pi-agent-core,@earendil-works/pi-ai,@earendil-works/pi-coding-agent→0.82.1@slack/socket-mode→3,@slack/web-api→8@linear/sdk→88.3.0(adds peer depsgraphql@17,undici@7in lockfile)pi-mcp-adapter→2.15.0@shikijs/markdown-it→4.3.1,markdown-it→14.3.0croner→10,diff→9,file-type→22,@tobilu/qmd→2.5.3,typebox→1.3.8@biomejs/biome→2.5.5,@types/node→26,vitest→4.1.10Migration
getModelwithgetBuiltinModelfrom@earendil-works/pi-ai/providers/all.ModelRuntimesingleton withModelRuntime.create()and passmodelRuntimetoAgentSessionConfig(replacesAuthStorage/ModelRegistry).AgentOptions.streamFnusingmodelRuntime.streamSimple.getApiKeyto accept aproviderargument.Written for commit 834d3c9. Summary will update on new commits.