(channel-main args)Channel entry point: full TUI bootstrap. Performs the stdout/stderr
redirect, runs vis/init!, then hands off to run-chat!. Errors
surface on the original terminal and the log file.
Invoked by com.blockether.vis.core dispatch - not called from
vis-runtime directly.
Channel entry point: full TUI bootstrap. Performs the stdout/stderr redirect, runs `vis/init!`, then hands off to `run-chat!`. Errors surface on the original terminal and the log file. Invoked by `com.blockether.vis.core` dispatch - not called from vis-runtime directly.
(run-chat!)(run-chat! opts)Start the fullscreen chat TUI. Blocks until user quits.
Optional opts map:
:session-id uuid-string - resume a specific session
:resume true - resume the latest :tui session
Start the fullscreen chat TUI. Blocks until user quits. Optional `opts` map: :session-id uuid-string - resume a specific session :resume true - resume the latest :tui session
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |