Chabeau 0.6.0 (open source chatbot TUI in #Rust) has been released.'nThis is another feature-packed release.
-
Chabeau 0.6.0 (open source chatbot TUI in #Rust) has been released.
This is another feature-packed release. Most notably, it ships the `/refine` command (quick in-place revision of an assistant response using a prompt) and in-place editing of assistant messages (editing your own messages was already supported).
For now, you still still need Rust tooling to install Chabeau; then you can use `cargo install chabeau` to install it. See https://github.com/permacommons/chabeau
-
Chabeau 0.6.0 (open source chatbot TUI in #Rust) has been released.
This is another feature-packed release. Most notably, it ships the `/refine` command (quick in-place revision of an assistant response using a prompt) and in-place editing of assistant messages (editing your own messages was already supported).
For now, you still still need Rust tooling to install Chabeau; then you can use `cargo install chabeau` to install it. See https://github.com/permacommons/chabeau
Being able to edit assistant messages is one of those features which I feel builds #LLM literacy -- it can be used to easily demonstrate that the LLM will happy build on whatever you shove into its transcript.
Version 0.6.0 also includes a `chabeau say` command (for quick CLI prompts without launching the full TUI), an obligatory `/clear` command (clear the transcript), a new focus system (tab to switch between input and transcript), and lots of fixes for long text input.
-
Being able to edit assistant messages is one of those features which I feel builds #LLM literacy -- it can be used to easily demonstrate that the LLM will happy build on whatever you shove into its transcript.
Version 0.6.0 also includes a `chabeau say` command (for quick CLI prompts without launching the full TUI), an obligatory `/clear` command (clear the transcript), a new focus system (tab to switch between input and transcript), and lots of fixes for long text input.
In preparation for this release, I used the `VHS` utility to make scripted short videos for various features. Here are videos showcasing a few core features that were also present in older releases:
- Character cards and user personas
- Message presets (configurable, ships with built-ins)
- Code block highlighting and extractionSee more features in action here:
GitHub - permacommons/chabeau: OpenAI-API compatible terminal chatbot in Rust
OpenAI-API compatible terminal chatbot in Rust. Contribute to permacommons/chabeau development by creating an account on GitHub.
GitHub (github.com)