Releases: s-nagaev/hiroshi
Releases · s-nagaev/hiroshi
0.3.0
0.2.3
What's Changed
- Added Uptime Checker for periodically report application operational status. by @ksenyachertenko in #22
- Fix application initial log for update checker. by @ksenyachertenko in #25
- Concatenate reply message text to the main prompt. by @ksenyachertenko in #24
- Reply message: prompt construction fixed by @s-nagaev in #27
New Contributors
- @ksenyachertenko made their first contribution in #22
Full Changelog: v0.2.0...v0.2.3
0.2.0
Added:
- Implemented chatbot behavior in group chats: Hiroshi, once added to a group chat, now maintains a unified
conversation history and possesses a single context when communicating with chat participants within the group. - Introduced GROUP_ADMINS setting, which allows the definition of chat-bot administrators in groups. Chat-bot
administrators have exclusive permission to set the provider and execute the /reset command within the group.
Fixed:
- Fixed an error that prevented the use of Redis for storing bot data (due to incompatibility with the previously
used library with python 3.11).