summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-16 16:19:27 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-16 16:19:27 +0300
commitb2c86989264f329bcd102eee7de5d91649643215 (patch)
tree133f3cbac06534846544236e6177ec69a526ba7d /README.md
parent1fe807de8eff13c41c8c7dd1dd6f4c4efca21244 (diff)
Feat: add msg index
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 167f8df..e918dee 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
### TODO:
-- scrolling chat history; (somewhat works out of box);
-- log errors to file;
-- give serial id to each msg in chat to track it;
-- regen last message;
-- delete last message
+- scrolling chat history; (somewhat works out of box); +
+- log errors to file; +
+- give serial id to each msg in chat to track it; (use slice index) +
+- 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);
-- use mistral template;
- ability to copy message;
- aility to copy selected text;
-- menu with old chats (chat files);
+- menu with old chats (chat files); +