Skip to content

build(deps-dev): bump @earendil-works/pi-ai from 0.80.3 to 0.81.1#137

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/earendil-works/pi-ai-0.81.1
Open

build(deps-dev): bump @earendil-works/pi-ai from 0.80.3 to 0.81.1#137
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/earendil-works/pi-ai-0.81.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @earendil-works/pi-ai from 0.80.3 to 0.81.1.

Release notes

Sourced from @​earendil-works/pi-ai's releases.

v0.81.1

New Features

Added

  • Added deterministic, checksummed source archives to GitHub releases with documented standalone binary rebuild instructions (#6913 by @​christianklotz).

Fixed

  • Fixed compaction and branch summarization to retry transient provider failures using the configured retry policy, with retry lifecycle events exposed to interactive, JSON, RPC, and SDK consumers (#6901 by @​davidbrai).
  • Fixed interactive startup waiting for background model catalog refresh while computing the footer provider count.
  • Restored the default stream fallback for extensions using the pre-0.81 agent-core API (#6915).
  • Fixed inherited Kimi K3 models from Moonshot AI and Moonshot AI China to use the OpenAI thinking format and expose reasoning effort support.

v0.81.0

New Features

  • Local llama.cpp model management — Connect to a llama.cpp router, search and download Hugging Face models, and explicitly load or unload models with live progress. See llama.cpp.
  • Full provider extensions — Extensions can register complete pi-ai providers with authentication, model refresh, filtering, and custom streaming. See Register New Provider.
  • Qwen Token Plan providers — Use the built-in international and China subscription providers with regional endpoints and API-key authentication. See API Keys.
  • Expanded usage accounting — Tool, compaction, and branch-summary usage is persisted and included in session totals. See Compaction & Branch Summarization.

Added

  • Added Qwen Token Plan and Qwen Token Plan China to built-in provider setup, default model resolution, and provider documentation (#6858 by @​QuintinShaw).
  • Added the get_available_thinking_levels RPC command and RpcClient.getAvailableThinkingLevels() method (#6865 by @​cristinaponcela).
  • Exported message and tool execution lifecycle event types from the package root (#6772 by @​davidbrai).
  • Added built-in llama.cpp router support with /login connection setup and /llama Hugging Face model search and downloads, explicit loading, unloading, and live progress. See llama.cpp.
  • Added extension registration for complete pi-ai providers, including native authentication, model refresh, filtering, and streaming behavior.
  • Added usage accounting for tools, compaction, and branch summaries in persisted sessions, footer totals, and session statistics (#6671 by @​davidbrai).

Fixed

  • Updated the packaged brace-expansion dependency to 5.0.7 (#6896 by @​davidbrai).
  • Fixed persisted remote model catalogs from overriding newer bundled catalogs after an upgrade.
  • Fixed inherited stored API-key credentials to apply their provider-scoped env values, including Amazon Bedrock profiles (#6864 by @​cristinaponcela).
  • Fixed inherited OpenAI-compatible cross-provider replay to keep tool call IDs unique when multiple calls share a provider call ID (#6854 by @​cristinaponcela).
  • Fixed inherited Kimi K3 thinking levels to expose low, high, and max, and normalized the k2p7 alias to kimi-for-coding.
  • Fixed inherited OpenCode Go models routed through the OpenAI Responses API.
  • Fixed inherited pi-ai package metadata to avoid repeated consumer lockfile changes (#6812 by @​jmfederico).
  • Fixed inherited terminal shutdown to clear the editor's inverted software cursor before restoring the hardware cursor (#6790 by @​dam9000).
  • Fixed inherited ANSI-aware text wrapping to recognize CRLF and CR line endings while preserving styles (#6764 by @​xz-dev).
  • Fixed inherited editor paste registry corruption after deleting and undoing paste markers, preventing literal or mismatched paste markers in submitted prompts (#6844).
  • Fixed sessionless OpenAI Codex WebSocket requests to use UUIDv7 request IDs (#6834 by @​xl0).
  • Fixed inherited GPT-5.6 Codex models to default to the 272K context window, avoiding automatic long-context pricing (#6853 by @​aadishv).
  • Fixed messages queued during compaction to preserve steering and follow-up delivery behavior (#6730 by @​dannote).
  • Fixed read tool errors being syntax-highlighted as if they were file contents (#6731 by @​dannote).

... (truncated)

Changelog

Sourced from @​earendil-works/pi-ai's changelog.

[0.81.1] - 2026-07-21

Added

  • Added retryAssistantCall() for bounded retries of transient assistant failures with lifecycle callbacks and abort handling (#6901 by @​davidbrai).

Fixed

  • Fixed Kimi K3 models from Moonshot AI and Moonshot AI China to use the OpenAI thinking format and expose reasoning effort support.

[0.81.0] - 2026-07-21

Added

  • Added Qwen Token Plan and Qwen Token Plan China as built-in providers with regional endpoints, API-key authentication, and generated model catalogs (#6858 by @​QuintinShaw).
  • Added contentText for extracting joined text from message content (#6840 by @​xl0).
  • Added a shared uuidv7 utility for time-ordered identifiers (#6834 by @​xl0).
  • Added optional usage metadata to tool result messages (#6671 by @​davidbrai).
  • Added Kimi Code subscription OAuth login (device authorization grant) for the kimi-coding provider, with token refresh and KIMI_CODE_OAUTH_HOST/KIMI_OAUTH_HOST host overrides.

Changed

  • Changed generated model catalogs to keep TypeScript model shapes separate from ignored JSON model values, reducing generated source churn (#6765 by @​mitsuhiko).
  • Changed model generation to validate ignored provider data before compilation; npm run build refreshes model data as before, while npm run build:offline reuses existing data without network access.

Fixed

  • Fixed stored API-key credentials to apply their provider-scoped env values during auth resolution, including Amazon Bedrock profiles (#6864 by @​cristinaponcela).
  • Fixed OpenAI-compatible cross-provider replay to preserve unique tool call IDs when multiple calls share a provider call ID (#6854 by @​cristinaponcela).
  • Fixed Kimi K3 to expose its supported low, high, and max thinking levels, and normalized the k2p7 alias to the canonical kimi-for-coding model.
  • Fixed the OpenCode Go provider to support models routed through the OpenAI Responses API.
  • Fixed the pi-ai executable path to match npm registry metadata, avoiding repeated consumer lockfile changes (#6812 by @​jmfederico).
  • Fixed sessionless OpenAI Codex WebSocket requests to use UUIDv7 request IDs, enabling models that reject UUIDv4 IDs (#6834 by @​xl0).
  • Fixed GitHub Copilot long-context pricing tiers in generated model metadata (#6668).
  • Fixed Kimi Coding subscription models to report API-equivalent implied costs when models.dev reports zero pricing.
  • Fixed OpenAI Responses early stream endings to be classified as retryable provider errors (#6727).
  • Fixed GPT-5.6 Codex models to default to the 272K context window, avoiding automatic long-context pricing (#6853 by @​aadishv).

[0.80.10] - 2026-07-16

Fixed

  • Fixed Kimi Coding requests to use Anthropic adaptive thinking effort without token budgets, and enabled empty thinking signatures for K3 and kimi-for-coding.
  • Fixed Kimi K3 pricing metadata for Moonshot AI and Moonshot AI China.
  • Fixed Kimi Coding K3 thinking-level metadata to expose only the supported max level (#6737).
  • Fixed catalog generation restoring xAI models removed in 0.80.9 (#6736).

[0.80.9] - 2026-07-16

Added

... (truncated)

Commits
  • 20be4b1 Release v0.81.1
  • b9e5c5d fix(agent): restore streamFn extension compatibility
  • a822896 feat(ai): add new Gemini generated models
  • 243f64b report aborted retry attempts as unsuccessful
  • ceac988 Merge remote-tracking branch 'origin/main' into fix/issue-6647-retry-summary-...
  • 959cc18 fix moonshot/kimi3 compat properties
  • 3dcb411 Add [Unreleased] section for next cycle
  • 9c480b6 Release v0.81.0
  • c23b58a feat(ai): update generated image models
  • c901d9a docs: audit unreleased changelogs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


Summary by cubic

Bump @earendil-works/pi-ai from 0.80.3 to 0.81.1 to improve provider retry reliability and model compatibility in our dev tooling.

  • Dependencies
    • Updated dev dependency @earendil-works/pi-ai to 0.81.1.
    • Notable upstream changes: retryAssistantCall() for transient failures, restored legacy stream fallback for pre-0.81 agent-core extensions, and Kimi K3 model compatibility fixes.

Written for commit 8889e2d. Summary will update on new commits.

Review in cubic

Bumps [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai) from 0.80.3 to 0.81.1.
- [Release notes](https://github.com/earendil-works/pi/releases)
- [Changelog](https://github.com/earendil-works/pi/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/earendil-works/pi/commits/v0.81.1/packages/ai)

---
updated-dependencies:
- dependency-name: "@earendil-works/pi-ai"
  dependency-version: 0.81.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​earendil-works/​pi-ai@​0.81.18010010098100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants