Skip to content

Commit 591e423

Browse files
committed
remove lots of legacy stuff about the AI widget from our docs
1 parent 4204092 commit 591e423

5 files changed

Lines changed: 13 additions & 15 deletions

File tree

docs/docs/customization.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,4 @@ wsh setbg --print "#ff0000"
8181

8282
For more advanced customization options including gradients, colors, and saving your own background presets, check out our [Background Configuration](/presets#background-configurations) documentation.
8383

84-
## Presets
8584

86-
For more advanced customization, to set up multiple AI models, and your own tab backgrounds, check out our [Presets Documentation](./presets).

docs/docs/faq.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ title: "FAQ"
66

77
# FAQ
88

9-
### How do I configure Wave to use different AI models/providers?
10-
11-
Wave supports various AI providers including local LLMs (via Ollama), Azure OpenAI, Anthropic's Claude, and Perplexity. The recommended way to configure these is through AI presets, which let you set up and easily switch between different providers and models.
12-
13-
See our [AI Presets documentation](/ai-presets) for detailed setup instructions for each provider.
14-
159
### How do I enable Claude Code support with Shift+Enter?
1610

1711
Wave supports Claude Code and similar AI coding tools that expect Shift+Enter to send an escape sequence + newline (`\u001b\n`) instead of a regular carriage return. This can be enabled using the `term:shiftenternewline` configuration setting.

docs/docs/gettingstarted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You can also download installers directly from our [Downloads page](https://www.
9090
### Tabs and Blocks
9191

9292
- **Tabs**: Like browser tabs, these help organize your work. Create new tabs with <Kbd k="Cmd:t"/>.
93-
- **Blocks**: The building blocks of Wave. Each block can be a terminal, web browser, file preview, AI chat, or other widget.
93+
- **Blocks**: The building blocks of Wave. Each block can be a terminal, web browser, file preview, or other widget.
9494
- **Layout**: Blocks can be dragged, dropped, and resized to create your ideal layout.
9595

9696
### Key Features
@@ -152,7 +152,7 @@ You can also download installers directly from our [Downloads page](https://www.
152152
- Explore [Key Bindings](./keybindings) to work more efficiently
153153
- Learn about [Tab Layouts](./layout) to organize your workspace
154154
- Set up [Custom Widgets](./customwidgets) for quick access to your tools
155-
- Configure [AI Presets](./ai-presets) to use your preferred AI models
155+
- Configure [Wave AI](./waveai) to use your preferred AI models
156156
- Check out [Configuration](./config) for detailed customization options
157157

158158
## Getting Help

docs/docs/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Check out [Getting Started](./gettingstarted) for installation instructions.
1919
![Wave Screenshot](./img/wave-screenshot.webp)
2020

2121
<CardGroup>
22+
<Card
23+
href="./waveai"
24+
icon="fa-sparkles"
25+
title="Wave AI"
26+
description="Context-aware terminal assistant with access to terminal output, widgets, and filesystem."
27+
/>
2228
<Card
2329
href="./customization"
2430
icon="fa-paintbrush"
@@ -80,8 +86,6 @@ Other References:
8086

8187
## Roadmap
8288

83-
Wave is constantly improving! Our roadmap will be continuously updated with our goals for each release. You can find it [here](https://github.com/wavetermdev/waveterm/blob/main/ROADMAP.md).
84-
8589
Want to provide input to our future releases? Connect with us on [Discord](https://discord.gg/XfvZ334gwU) or open a [Feature Request](https://github.com/wavetermdev/waveterm/issues/new/choose)!
8690

8791
## Links

docs/docs/keybindings.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ Chords are shown with a + between the keys. You have 2 seconds to hit the 2nd ch
8181

8282
## WaveAI Keybindings
8383

84-
| Key | Function |
85-
| ---------------- | ------------- |
86-
| <Kbd k="Cmd:l"/> | Clear AI Chat |
84+
| Key | Function |
85+
| ----------------------- | ----------------------- |
86+
| <Kbd k="Cmd:Shift:a"/> | Toggle WaveAI panel |
87+
| <Kbd k="Ctrl:Shift:0"/> | Focus WaveAI input |
88+
| <Kbd k="Cmd:k"/> | Clear AI Chat |
8789

8890
## Terminal Keybindings
8991

0 commit comments

Comments
 (0)