UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

11 lines 518 B
import type { ThinkingLevel } from "@mariozechner/pi-agent-core"; import { Container, SelectList } from "@mariozechner/pi-tui"; /** * Component that renders a thinking level selector with borders */ export declare class ThinkingSelectorComponent extends Container { private selectList; constructor(currentLevel: ThinkingLevel, availableLevels: ThinkingLevel[], onSelect: (level: ThinkingLevel) => void, onCancel: () => void); getSelectList(): SelectList; } //# sourceMappingURL=thinking-selector.d.ts.map