summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-12-11 18:43:04 +0300
committerGrail Finder <wohilas@gmail.com>2024-12-11 18:43:04 +0300
commited5cb75134019a7ba063a13b5ff6f9cd296c80dd (patch)
treeb42c92890ed315c149af39c09b211c874e5c7ead /README.md
parent5f780287aecedf08f94b6a1e0ae2a8822683a3fc (diff)
Refactor: sql on conflict; fix unittest; page names to vars
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4eeea47..0f16cb1 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@
- when bot generation ended with err: need a way to switch back to the bot_resp_false mode; +
- no selection focus on modal sys buttons after opening it a second time; (cannot reproduce) +
- chat should contain char in it (one to many: char: []chats); +
-- all page names should be vars;
+- all page names should be vars; +
- normal case regen omits assistant icon; +
- user icon (and role?) from config is not used; +
+- F1 can load any chat, by loading chat of other agent it does not switch agents, if that chat is continued, it will rewrite agent in db; (either allow only chats from current agent OR switch agent on chat loading);