Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 22, 2024
1 parent d70ef71 commit 8a69f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions elia_chat/screens/help_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ class HelpScreen(ModalScreen[None]):
On the chat screen, pressing `up` and `down` will navigate through messages,
but if you just wish to scroll a little, you can use `shift+up` and `shift+down`.
### The chat history
### The chat list
- `up,down,k,j`: Navigate through chats.
- `a`: Archive the highlighted chat.
- `pageup,pagedown`: Up/down a page.
- `home,end`: Go to first/last chat.
- `g,G`: Go to first/last chat.
Expand Down Expand Up @@ -120,10 +121,11 @@ class HelpScreen(ModalScreen[None]):
### The chat screen
Press `shift+tab` to focus the latest message (or move the cursor `up` from (0, 0)).
You can use the arrow keys to move up and down through messages.
- `ctrl+r`: Rename the chat (or click the chat title).
- `f2`: View more information about the chat.
_With a message focused_:
- `y,c`: Copy the raw Markdown of the message to the clipboard.
Expand All @@ -142,7 +144,6 @@ class HelpScreen(ModalScreen[None]):
- `G`: Focus the latest message.
- `m`: Move focus to the prompt box.
- `up,down,k,j`: Navigate through messages.
- `f2`: View more information about the chat.
"""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "elia_chat"
version = "1.6.1"
version = "1.7.0"
description = "A powerful terminal user interface for interacting with large language models."
authors = [
{ name = "Darren Burns", email = "[email protected]" }
Expand Down

0 comments on commit 8a69f27

Please sign in to comment.