Skip to content

chore(deps): bump @mariozechner/pi-agent-core from 0.67.68 to 0.70.2#233

Merged
hqhq1025 merged 1 commit intomainfrom
dependabot/npm_and_yarn/mariozechner/pi-agent-core-0.70.2
Apr 26, 2026
Merged

chore(deps): bump @mariozechner/pi-agent-core from 0.67.68 to 0.70.2#233
hqhq1025 merged 1 commit intomainfrom
dependabot/npm_and_yarn/mariozechner/pi-agent-core-0.70.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps @mariozechner/pi-agent-core from 0.67.68 to 0.70.2.

Release notes

Sourced from @​mariozechner/pi-agent-core's releases.

v0.70.2

Fixed

  • Fixed provider retry/timeout forwarding to omit undefined provider request controls, avoiding downstream SDK validation errors such as timeout must be an integer when retry.provider.timeoutMs is not configured (#3627)

v0.70.1

New Features

Added

  • Added DeepSeek to built-in provider setup, default model resolution, and provider documentation.

Fixed

  • Fixed /copy to avoid unbounded OSC 52 writes and clipboard races that could break terminal rendering or panic the native clipboard addon (#3639)
  • Fixed extension flag docs to show pi.getFlag() using registered flag names without the CLI -- prefix (#3614)
  • Fixed provider retry/timeout settings wiring by adding retry.provider.{timeoutMs,maxRetries,maxRetryDelayMs}, migrating legacy retry.maxDelayMs, and forwarding provider controls into streamSimple request options (#3627)
  • Fixed Windows git package installs to bypass cmd.exe for native git commands, so install paths containing spaces no longer break pi install git:... with fatal: Too many arguments (#3642)
  • Fixed DeepSeek V4 session replay 400 errors by sending DeepSeek-compatible thinking controls and replayed assistant reasoning_content fields (#3636)
  • Fixed GPT-5.5 generated context window metadata to use the observed 272k limit.
  • Fixed CSI-u Ctrl+letter decoding inside bracketed paste, so pasted modified-key escape sequences no longer become literal editor text (#3623 by @​Exrun94)

v0.70.0

New Features

Breaking Changes

  • Disabled OSC 9;4 terminal progress indicators by default. Set terminal.showTerminalProgress to true in /settings to re-enable (#3588)

Added

  • Added searchable auth provider login flow with fuzzy filtering in the provider selector (#3572 by @​mitsuhiko)
  • Added GPT-5.5 Codex model
  • Added auth source labels in /login so provider entries can show when auth comes from --api-key, an environment variable, or custom provider fallback without exposing secrets.

Changed

  • Updated default model selection across providers to current recommended models.
  • Improved stale extension context errors after session replacement or reload to tell extension authors to avoid captured pi/command ctx and use withSession for post-replacement work.

... (truncated)

Changelog

Sourced from @​mariozechner/pi-agent-core's changelog.

[0.70.2] - 2026-04-24

[0.70.1] - 2026-04-24

[0.70.0] - 2026-04-23

[0.69.0] - 2026-04-22

Breaking Changes

  • Migrated public TypeBox-facing types and examples from @sinclair/typebox 0.34.x to typebox 1.x. Install and import from typebox instead of relying on @sinclair/typebox transitively (#3112)

Added

  • Added terminate: true tool-result hints to skip the automatic follow-up LLM call when every finalized tool result in the current batch opts into early termination (#3525)

[0.68.1] - 2026-04-22

Fixed

  • Fixed streamProxy() to preserve the proxy-safe serializable subset of stream options, including session, transport, retry-delay, metadata, header, cache-retention, and thinking-budget settings (#3512)
  • Fixed parallel tool execution to emit tool_execution_end as soon as each tool is finalized, while still emitting persisted tool-result messages in assistant source order (#3503)

[0.68.0] - 2026-04-20

Changed

  • Clarified parallel tool execution ordering docs to specify that final tool lifecycle and tool-result artifacts are emitted in tool completion order.
Commits
  • 48aa882 Release v0.70.2
  • 90d8051 Add [Unreleased] section for next cycle
  • 6b443c6 Release v0.70.1
  • 0fce64d Add [Unreleased] section for next cycle
  • 612be54 Release v0.70.0
  • bf4aa3a fix(ai): support xhigh for Codex GPT-5.5
  • 876a197 Add [Unreleased] section for next cycle
  • 85a9ce3 Release v0.69.0
  • 3dacaa8 fix(coding-agent,tui): drop typebox compiler shim and fix progress
  • 35ff268 fix(typebox): migrate to v1 with extension compat (#3474)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added area:build Turbo/Vite/Biome/tsconfig toolchain chore Routine maintenance / non-feature work labels Apr 26, 2026
@github-actions github-actions Bot added the area:core packages/core (generation orchestration) label Apr 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mariozechner/pi-agent-core-0.70.2 branch from fb6ad88 to 0910542 Compare April 26, 2026 08:26
@hqhq1025
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [@mariozechner/pi-agent-core](https://github.com/badlogic/pi-mono/tree/HEAD/packages/agent) from 0.67.68 to 0.70.2.
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/agent/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.70.2/packages/agent)

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-agent-core"
  dependency-version: 0.70.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mariozechner/pi-agent-core-0.70.2 branch from 0910542 to 592f66d Compare April 26, 2026 08:54
@hqhq1025 hqhq1025 merged commit 61ed68c into main Apr 26, 2026
6 checks passed
@hqhq1025 hqhq1025 deleted the dependabot/npm_and_yarn/mariozechner/pi-agent-core-0.70.2 branch April 26, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:build Turbo/Vite/Biome/tsconfig toolchain area:core packages/core (generation orchestration) chore Routine maintenance / non-feature work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant