| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-sha256.txt | 2026-04-25 | 370 Bytes | |
| runwisp-darwin-arm64.tar.gz | 2026-04-25 | 6.6 MB | |
| runwisp-darwin-x64.tar.gz | 2026-04-25 | 7.1 MB | |
| runwisp-linux-arm64.tar.gz | 2026-04-25 | 6.3 MB | |
| runwisp-linux-x64.tar.gz | 2026-04-25 | 7.0 MB | |
| README.md | 2026-04-25 | 1.3 kB | |
| v0.2.0 - TOML switch source code.tar.gz | 2026-04-25 | 1.7 MB | |
| v0.2.0 - TOML switch source code.zip | 2026-04-25 | 1.9 MB | |
| Totals: 8 Items | 30.5 MB | 0 | |
Improved
-
Config format moved from YAML to TOML.
runwisp.yamlis no longer read; configuration lives inrunwisp.toml. Every per-task field has been flattened and renamed for a much gentler learning curve. Therunwisp addandrunwisp editCLI commands are gone — edit the TOML file in your editor (it's now simple enough that interactive editors are unnecessary). -
Launch tickets are shorter without losing security. One-time launch-ticket URLs now use 43 base62 characters instead of 64 hex characters, keeping the same ~256 bits of entropy while producing a noticeably shorter URL.
Added
- Fullscreen log streaming in the TUI. Press
fwhile viewing a task's logs to expand to fullscreen — the terminal cursor works normally (no hijacking), line numbers disappear, and you can select and copy text directly with your mouse. Pressforescto return to the normal view.
Fixed
- TUI sidebar navigation while viewing a run. When an execution detail was open, pressing
←to focus the sidebar and thenEnteron a sidebar item (like "Home") could either snap back to the previous task detail or do nothing at all. Sidebar keyboard navigation now consistently takes you to the selected view.