From f4350801c865e464bd36bbbe5e5888b29d2ac794 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Mon, 17 Jun 2024 23:13:35 -0600 Subject: [PATCH] fixed typo and added link to byollm --- releasenotes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.mdx b/releasenotes.mdx index 6088a76..5843249 100644 --- a/releasenotes.mdx +++ b/releasenotes.mdx @@ -8,7 +8,7 @@ Download the latest build here: https://waveterm.dev/download Minor release with a couple of _major_ features! -* **Wave AI Sidebar** - we've moved Wave AI into a right-handls sidebar that is persistent across tabs/workspaces. It can be toggled open using Cmd-Shift-Space. Easily ask questions and use the arrow keys to select blocks to execute directly in your terminal session (completely keyboard controllable). Note that Wave AI works with BYOLLM so you can easily hook it up to your own local model, or a different cloud model that you subscribe to. +* **Wave AI Sidebar** - We've moved Wave AI into a right-hand sidebar that is persistent across tabs/workspaces. It can be toggled open using `Cmd-Shift-Space`. Easily ask questions and use the arrow keys to select blocks to execute directly in your terminal session (completely keyboard controllable). Note that Wave AI works with [BYOLLM](https://docs.waveterm.dev/features/waveAI#third-party-llm-support-byollm) so you can easily hook it up to your own local model, or a different cloud model that you subscribe to. * **New Auto-Complete** - In beta, a new autocomplete system based on Fig's class-leading autocomplete library, integrated with our universal shell history. To try it out, go to your settings and switch on "Command Autocomplete". * Bug fix: bumped electron version, fixes auto-update bug on Linux (and more) * Other keybinding/focus related bug fixes