kimi-code/packages/pi-tui/CHANGELOG.md
github-actions[bot] 379bc57ef0
ci: release packages (#1378)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-06 23:18:32 +08:00

3.4 KiB

@moonshot-ai/pi-tui

0.80.7

Patch Changes

  • #1408 fc259ab Thanks @liruifengv! - Support searching multiple workspace roots for @ file completion through fd, deduplicated by absolute path.

0.80.6

Patch Changes

  • #1367 23daf0f - Revert the fork's viewport and scrollback rendering patches, restoring the upstream differential-rendering behavior. The narrow-terminal fixes (width clamping, overwide-line truncation) are kept.

0.80.5

Patch Changes

  • #1305 9091627 - Add a paste-burst fallback that treats Enter as a newline during rapid non-bracketed multi-line input bursts.

  • #1353 68ad686 - Pin the viewport anchor on partial shrinks and repaint above-viewport shifts in place, so streaming shrink/grow cycles no longer stack duplicate copies of content in scrollback; only a collapse past the viewport top re-anchors the view.

0.80.4

Patch Changes

  • #1315 b40bb71 - Re-anchor the viewport with an in-place repaint whenever content shrinks below the screen bottom, and clamp deleted-line clearing to the screen bottom, so large shrinks no longer blank the screen, desync the cursor, or leave the UI hovering above dead rows.

  • #1295 77eb3a9 - Add history hooks to the editor so hosts can filter entries (setHistoryFilter), decorate recalled entries (onRecall), and save and restore their own state alongside the history draft (onHistoryDraftSave / onHistoryDraftRestore).

  • #1303 2639786 - Fix crashes on very narrow terminals: word-wrapping wide graphemes no longer recurses infinitely at one-column width, render width is clamped to a minimum of one column, and overwide rendered lines are truncated instead of throwing.

0.80.3

Patch Changes

  • #1254 7859b0a - Export the package manifest so the bundled binary can locate its native assets.

  • #1254 7859b0a - Integrate the fork into the monorepo and load it directly from source.

  • #1254 7859b0a - Clamp the differential render to the visible viewport so scrolling up during streaming no longer jumps to the top.