implemented /clear and Ctrl+D and thinking
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user