Skip to content

Releases: nicobailon/agent-interview-cli

v0.1.0

16 Feb 21:39

Choose a tag to compare

Initial release. Ported from pi-interview into a standalone CLI and library with zero runtime dependencies.

  • CLI with JSON-to-stdout / status-to-stderr separation for clean piping
  • Library API (interview()) with onReady, onQueued callbacks and AbortSignal support
  • Five question types: single, multi, text, image, info
  • Rich options with inline code snippets
  • Media blocks: images, tables, mermaid diagrams, charts, raw HTML
  • Recommendation system with conviction (strong/slight) and weight (critical/minor)
  • Two built-in themes: default, tufte (light/dark modes, custom CSS paths)
  • Self-contained HTML snapshot saving on submit
  • Session coordination, heartbeat watchdog, recovery files
  • XDG-compliant storage, config file support, env var overrides
  • 107 tests (80 schema, 12 CLI, 15 library)
npm install -g agent-interview-cli