@shanepadgett/tau-tui
v0.16.0
Published
Shared TUI components and helpers for Tau Agent
Readme
@shanepadgett/tau-tui
Shared terminal UI components and helpers for Tau Agent extensions.
Use these when Pi built-ins (ctx.ui.select, SelectList, …) are not enough and you need custom panels, lists, tabs, markers, or key-hint footers that match Tau’s look.
Install
npm install @shanepadgett/tau-tuiPeer dependencies: @earendil-works/pi-coding-agent, @earendil-works/pi-tui.
Usage
import { ToolPanel, SelectableList, bindingHint } from "@shanepadgett/tau-tui";Authoring guidance for Tau Agent lives in the agent package docs (docs/tui.md).
