Skip to content

chore(deps): bump @mariozechner/pi-tui from 0.30.2 to 0.51.1#100

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mariozechner/pi-tui-0.51.1
Open

chore(deps): bump @mariozechner/pi-tui from 0.30.2 to 0.51.1#100
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mariozechner/pi-tui-0.51.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps @mariozechner/pi-tui from 0.30.2 to 0.51.1.

Release notes

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

v0.51.1

New Features

Fixed

  • Fixed scoped models not finding valid credentials after logout (#1194 by @​terrorobe)
  • Fixed Ctrl+D exit closing the parent SSH session due to stdin buffer race condition (#1185)
  • Fixed emoji cursor positioning in editor input (#1183 by @​haoqixu)

v0.51.0

Breaking Changes

  • Extension tool signature change: ToolDefinition.execute now uses (toolCallId, params, signal, onUpdate, ctx) parameter order to match AgentTool.execute. Previously it was (toolCallId, params, onUpdate, ctx, signal). This makes wrapping built-in tools trivial since the first four parameters now align. Update your extensions by swapping the signal and onUpdate parameters:
    // Before
    async execute(toolCallId, params, onUpdate, ctx, signal) { ... }
    // After
    async execute(toolCallId, params, signal, onUpdate, ctx) { ... }

New Features

Added

  • Added Linux ARM64 musl (Alpine Linux) support via clipboard dependency update
  • Added Android/Termux support with graceful clipboard fallback (#1164)
  • Added bash tool spawn hook support for adjusting command, cwd, and env before execution (#1160 by @​mitsuhiko)
  • Added typed ToolCallEvent.input per tool with isToolCallEventType() type guard for narrowing built-in tool events (#1147 by @​giuseppeg)
  • Exported discoverAndLoadExtensions from package to enable extension testing without a local repo clone (#1148)

... (truncated)

Changelog

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

[0.51.1] - 2026-02-02

Added

  • Added PI_DEBUG_REDRAW=1 env var for debugging full redraws (logs triggers to ~/.pi/agent/pi-debug.log)

Changed

  • Terminal height changes no longer trigger full redraws, reducing flicker on resize
  • clearOnShrink now defaults to false (use PI_CLEAR_ON_SHRINK=1 or setClearOnShrink(true) to enable)

Fixed

  • Fixed emoji cursor positioning in Input component (#1183 by @​haoqixu)

  • Fixed unnecessary full redraws when appending many lines after content had previously shrunk (viewport check now uses actual previous content size instead of stale maximum)

  • Fixed Ctrl+D exit closing the parent SSH session due to stdin buffer race condition (#1185)

[0.51.0] - 2026-02-01

[0.50.9] - 2026-02-01

[0.50.8] - 2026-02-01

Added

  • Added sticky column tracking for vertical cursor navigation so the editor restores the preferred column when moving across short lines. (#1120 by @​Perlence)

Fixed

  • Fixed Kitty keyboard protocol base layout fallback so non-QWERTY layouts do not trigger wrong shortcuts (#1096 by @​rytswd)

[0.50.7] - 2026-01-31

[0.50.6] - 2026-01-30

Changed

  • Optimized isImageLine() with startsWith short-circuit for faster image line detection

Fixed

  • Fixed empty rows appearing below footer when content shrinks (e.g., closing /tree, clearing multi-line editor) (#1095 by @​marckrenn)
  • Fixed terminal cursor remaining hidden after exiting TUI via stop() when a render was pending (#1099 by @​haoqixu)

[0.50.5] - 2026-01-30

Fixed

  • Fixed isImageLine() to check for image escape sequences anywhere in a line, not just at the start. This prevents TUI crashes when rendering lines containing image data. (#1091 by @​zedrdave)

... (truncated)

Commits
  • e02bdf8 Release v0.51.1
  • 59acb17 docs: audit and update changelog entries for v0.51.0..HEAD
  • f431f62 fix(tui): pause stdin before restoring raw mode to prevent SSH session close
  • fe534b2 fix(tui): handle emojis in input cursor (#1183)
  • 0d93409 feat(tui): add PI_DEBUG_REDRAW=1 env var for debugging full redraws
  • 0925faf fix(tui): reduce unnecessary full redraws for better performance
  • 419c07f Add [Unreleased] section for next cycle
  • 580c02c Release v0.51.0
  • 43be54c Add [Unreleased] section for next cycle
  • 7678b07 Release v0.50.9
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@mariozechner/pi-tui](https://github.com/badlogic/pi-mono/tree/HEAD/packages/tui) from 0.30.2 to 0.51.1.
- [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.51.1/packages/tui)

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-tui"
  dependency-version: 0.51.1
  dependency-type: direct:production
  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 Feb 3, 2026
@chatgpt-codex-connector
Copy link

You have reached your Codex rate limits. Please try again later.

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