Skip to content

v0.1.1 — Active Script Execution & Robust TTY Parsing

Choose a tag to compare

@0xLeif 0xLeif released this 27 Jul 16:45

Rune v0.1.1 Release Notes

  • Active Rune::Script Execution: Connected step-by-step TUI script execution directly into PTYRunner (wait_for, send_keys, pause).
  • Enhanced Prompt Detection: Updated regex to detect shell & TUI prompts (>, >>, %, ❯, ›, ➜, ?, :, $, #).
  • Live Streaming Output: Added on_output callback to PTYRunner to yield output lines in real-time.
  • Fixed-Width Column Table Parser: TableParser now calculates header column span positions to handle cell values containing internal spaces.
  • CorvidLabs Trust & Package Automation: Added trust toolchain integration and GitHub Packages auto-publishing workflow.