implemented /clear and Ctrl+D and thinking

This commit is contained in:
Luxferre
2026-03-22 17:16:58 +02:00
parent 10fa5def68
commit 359afa64f4
5 changed files with 43 additions and 14 deletions
+3 -1
View File
@@ -152,12 +152,14 @@ user's request and delegate tasks accordingly.
./bin/sidekick-tui
```
* **Input:** Type your messages at the bottom prompt.
* **Commands:** Type **`/clear`** and press `Enter` to reset the conversation history.
* **Markdown:** Agent responses are rendered as formatted Markdown.
* **Send:** Press `Enter` to send a message.
* **Cancel:** Press **`Ctrl+D`** while the agent is thinking to cancel the current request.
* **Newline:** Press `Ctrl+J` to insert a newline in your message.
* **Scrolling:**
* Use **`Ctrl+U`** or **`PgUp`** to scroll up.
* Use **`Ctrl+D`** or **`PgDn`** to scroll down.
* Use **`PgDn`** to scroll down.
* Mouse wheel is also supported.
* **Quit:** Press `Ctrl+C` or `Esc` to exit.