pi-claude-code-tui

A pi package that gives the TUI a polished Pi startup header and Codex-style input box.

Packages

Package details

extension

Install pi-claude-code-tui from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-claude-code-tui
Package
pi-claude-code-tui
Version
0.1.10
Published
Jul 15, 2026
Downloads
1,561/mo · 502/wk
Author
phoobobo
License
MIT
Types
extension
Size
122.3 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/claude-code-startup.ts"
  ],
  "image": "https://raw.githubusercontent.com/Phoobobo/pi-claude-code-tui/main/assets/screenshot.png"
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-claude-code-tui

A pi package that gives startup a polished Pi header while keeping pi's original footer.

Screenshot

Installation

Install from npm globally for your user:

pi install npm:pi-claude-code-tui

Or install it only for the current project:

pi install -l npm:pi-claude-code-tui

Try it for one run without installing:

pi -e npm:pi-claude-code-tui

What it changes

  • Header title: left-aligned ─── Pi v<pi version> ───── (theme accent color)
  • Animated Pi logo matching the dynamic color-changing mark from curl -fsSL https://pi.dev/install.sh | sh, settling into the accent color
  • Center text: Let's build something great
  • Shows current model (provider/id), thinking effort, and cwd
  • Right-side tips panel on wide terminals (narrow sidebar with truncation)
  • Half-open rounded input box (top/bottom borders only; uses editor border color)
  • Block cursor uses the theme accent color
  • Keeps pi's original footer and spinner

Local development

pi -e .

Commands

  • /use-claude-code-tui — switch to this package's look (Pi header + Codex-style input)
  • /use-default-tui — switch back to pi's built-in header, footer, editor, and spinner

License

MIT