summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-17 18:55:59 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-17 18:55:59 +0300
commitd3cc8774b13a0c8e9fbf11947b9caca216595a8d (patch)
tree5fef07930e33f0d22fba949797e99c7b9570b01d /README.md
parentb2c86989264f329bcd102eee7de5d91649643215 (diff)
Feat: toggle system; edit msg; switch focus
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index e918dee..db53835 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,15 @@
- show msg id next to the msg; +
- regen last message; +
- delete last message; +
-- edit message? (including from bot);
-- use chatml template (but do not show it to the user);
+- edit message? (including from bot); +
- ability to copy message;
-- aility to copy selected text;
+- aility to copy selected text; (I can do it though vim mode of the terminal, so +)
- menu with old chats (chat files); +
+- fullscreen textarea option (for long prompt);
+- tab to switch selection between textview and textarea (input and chat); +
+- basic tools: memorize and recall;
+- stop stream from the bot;
+
+### FIX:
+- bot responding (or haninging) blocks everything; +
+- programm requires history folder, but it is .gitignore;