diff options
author | Grail Finder <wohilas@gmail.com> | 2024-12-11 18:43:04 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-12-11 18:43:04 +0300 |
commit | ed5cb75134019a7ba063a13b5ff6f9cd296c80dd (patch) | |
tree | b42c92890ed315c149af39c09b211c874e5c7ead /README.md | |
parent | 5f780287aecedf08f94b6a1e0ae2a8822683a3fc (diff) |
Refactor: sql on conflict; fix unittest; page names to vars
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |