Skip to content

build(deps-dev): bump the pi-packages group with 3 updates#47

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pi-packages-bd4d6f315e
Open

build(deps-dev): bump the pi-packages group with 3 updates#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pi-packages-bd4d6f315e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the pi-packages group with 3 updates: @mariozechner/pi-ai, @mariozechner/pi-coding-agent and @mariozechner/pi-tui.

Updates @mariozechner/pi-ai from 0.65.0 to 0.65.2

Release notes

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

v0.65.2

No release notes provided.

v0.65.1

Fixed

  • Fixed bash output truncation by line count to always persist full output to a temp file, preventing data loss when output exceeds 2000 lines but stays under the byte threshold (#2852)
  • RpcClient now forwards subprocess stderr to parent process in real-time (#2805)
  • Theme file watcher now handles async fs.watch error events instead of crashing the process (#2791)
  • Fixed stored session cwd handling so resuming or importing a session whose original working directory no longer exists now prompts interactive users to continue in the current cwd, while non-interactive modes fail with a clear error.
  • Fixed resource collision precedence so project and user skills, prompt templates, and themes override package resources consistently, and CLI-provided paths take precedence over discovered resources (#2781)
  • Fixed OpenAI-compatible completions streaming usage accounting to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens, preventing incorrect cache read/write token and cost reporting in pi (#2802)
  • Fixed CLI extension paths like git:gist.github.com/... being incorrectly resolved against cwd instead of being passed through to the package manager (#2845 by @​aliou)
  • Fixed piped stdin runs with --mode json to preserve JSONL output instead of falling back to plain text (#2848 by @​aliou)
  • Fixed interactive command docs to stop listing removed /exit as a supported quit command (#2850)
Changelog

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

[0.65.2] - 2026-04-06

[0.65.1] - 2026-04-05

Fixed

  • Fixed OpenAI-compatible completions streaming usage to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens to previous-request cache hits only, preventing cache read/write double counting in usage and cost calculation (#2802)
Commits

Updates @mariozechner/pi-coding-agent from 0.65.0 to 0.65.2

Release notes

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

v0.65.2

No release notes provided.

v0.65.1

Fixed

  • Fixed bash output truncation by line count to always persist full output to a temp file, preventing data loss when output exceeds 2000 lines but stays under the byte threshold (#2852)
  • RpcClient now forwards subprocess stderr to parent process in real-time (#2805)
  • Theme file watcher now handles async fs.watch error events instead of crashing the process (#2791)
  • Fixed stored session cwd handling so resuming or importing a session whose original working directory no longer exists now prompts interactive users to continue in the current cwd, while non-interactive modes fail with a clear error.
  • Fixed resource collision precedence so project and user skills, prompt templates, and themes override package resources consistently, and CLI-provided paths take precedence over discovered resources (#2781)
  • Fixed OpenAI-compatible completions streaming usage accounting to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens, preventing incorrect cache read/write token and cost reporting in pi (#2802)
  • Fixed CLI extension paths like git:gist.github.com/... being incorrectly resolved against cwd instead of being passed through to the package manager (#2845 by @​aliou)
  • Fixed piped stdin runs with --mode json to preserve JSONL output instead of falling back to plain text (#2848 by @​aliou)
  • Fixed interactive command docs to stop listing removed /exit as a supported quit command (#2850)
Changelog

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

[0.65.2] - 2026-04-06

[0.65.1] - 2026-04-05

Fixed

  • Fixed bash output truncation by line count to always persist full output to a temp file, preventing data loss when output exceeds 2000 lines but stays under the byte threshold (#2852)
  • RpcClient now forwards subprocess stderr to parent process in real-time (#2805)
  • Theme file watcher now handles async fs.watch error events instead of crashing the process (#2791)
  • Fixed stored session cwd handling so resuming or importing a session whose original working directory no longer exists now prompts interactive users to continue in the current cwd, while non-interactive modes fail with a clear error.
  • Fixed resource collision precedence so project and user skills, prompt templates, and themes override package resources consistently, and CLI-provided paths take precedence over discovered resources (#2781)
  • Fixed OpenAI-compatible completions streaming usage accounting to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens, preventing incorrect cache read/write token and cost reporting in pi (#2802)
  • Fixed CLI extension paths like git:gist.github.com/... being incorrectly resolved against cwd instead of being passed through to the package manager (#2845 by @​aliou)
  • Fixed piped stdin runs with --mode json to preserve JSONL output instead of falling back to plain text (#2848 by @​aliou)
  • Fixed interactive command docs to stop listing removed /exit as a supported quit command (#2850)
Commits
  • 573eb91 Release v0.65.2
  • 78d4625 Add [Unreleased] section for next cycle
  • 4171cf0 Release v0.65.1
  • db31c16 docs(coding-agent): audit unreleased changelog entries
  • 52d16d5 fix(coding-agent): persist bash output on line truncation closes #2852
  • 0c98d5a fix(coding-agent): remove stale /exit docs closes #2850
  • 080af6f fix(coding-agent): handle missing session cwd
  • 127547f fix(coding-agent): preserve json mode for piped stdin (#2848)
  • 71e4436 fix(coding-agent): handle git/npm extension paths in CLI resolution (#2845)
  • 02c2a3e fix: quote $RESX and $RESY in doom build script (SC2086) (#2817)
  • Additional commits viewable in compare view

Updates @mariozechner/pi-tui from 0.65.0 to 0.65.2

Release notes

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

v0.65.2

No release notes provided.

v0.65.1

Fixed

  • Fixed bash output truncation by line count to always persist full output to a temp file, preventing data loss when output exceeds 2000 lines but stays under the byte threshold (#2852)
  • RpcClient now forwards subprocess stderr to parent process in real-time (#2805)
  • Theme file watcher now handles async fs.watch error events instead of crashing the process (#2791)
  • Fixed stored session cwd handling so resuming or importing a session whose original working directory no longer exists now prompts interactive users to continue in the current cwd, while non-interactive modes fail with a clear error.
  • Fixed resource collision precedence so project and user skills, prompt templates, and themes override package resources consistently, and CLI-provided paths take precedence over discovered resources (#2781)
  • Fixed OpenAI-compatible completions streaming usage accounting to preserve prompt_tokens_details.cache_write_tokens and normalize OpenRouter cached_tokens, preventing incorrect cache read/write token and cost reporting in pi (#2802)
  • Fixed CLI extension paths like git:gist.github.com/... being incorrectly resolved against cwd instead of being passed through to the package manager (#2845 by @​aliou)
  • Fixed piped stdin runs with --mode json to preserve JSONL output instead of falling back to plain text (#2848 by @​aliou)
  • Fixed interactive command docs to stop listing removed /exit as a supported quit command (#2850)
Changelog

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

[0.65.2] - 2026-04-06

Fixed

  • Fixed render scheduling under heavy streaming output by coalescing requestRender() calls to a 16ms frame budget while preserving immediate requestRender(true) behavior.

[0.65.1] - 2026-04-05

Commits
  • 573eb91 Release v0.65.2
  • 6f5f37f fix(tui): throttle render scheduling under streaming load
  • 78d4625 Add [Unreleased] section for next cycle
  • 4171cf0 Release v0.65.1
  • 84d1340 Add [Unreleased] section for next cycle
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pi-packages group with 3 updates: [@mariozechner/pi-ai](https://github.com/badlogic/pi-mono/tree/HEAD/packages/ai), [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono/tree/HEAD/packages/coding-agent) and [@mariozechner/pi-tui](https://github.com/badlogic/pi-mono/tree/HEAD/packages/tui).


Updates `@mariozechner/pi-ai` from 0.65.0 to 0.65.2
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.65.2/packages/ai)

Updates `@mariozechner/pi-coding-agent` from 0.65.0 to 0.65.2
- [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.65.2/packages/coding-agent)

Updates `@mariozechner/pi-tui` from 0.65.0 to 0.65.2
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/tui/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.65.2/packages/tui)

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-ai"
  dependency-version: 0.65.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pi-packages
- dependency-name: "@mariozechner/pi-coding-agent"
  dependency-version: 0.65.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pi-packages
- dependency-name: "@mariozechner/pi-tui"
  dependency-version: 0.65.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pi-packages
...

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 Apr 6, 2026
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