Releases: nekomeowww/insights-bot
Releases · nekomeowww/insights-bot
v0.8.2
What's Changed
- fix: record message middleware didn't filter out updates by @nekomeowww in #33
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- refactor: use better framework design and generic responses by @nekomeowww in #32
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: structured output, summarize with message id, format with template by @nekomeowww in #29
- fix: incorrect system role message passed to openai by @nekomeowww in #30
- fix: critical message ids not being returned by @nekomeowww in #31
- chore: added detailed logs by @nekomeowww
- fix: unmarshal issue by @nekomeowww
- fix: telegram html format escaping issue by @nekomeowww
- fix: telegram chat id formatting issue by @nekomeowww
- feat: support topic since id by @nekomeowww
- chore: filter out and opt out critical message ids by @nekomeowww
- chore: added retry mechanism when recap by @nekomeowww
- chore: optimize prompt and context that sends to openai by @nekomeowww
- chore: complete docs in README.md by @nekomeowww
- docs: added icon and badges by @nekomeowww
Full Changelog: v0.7.5...v0.8.0
v0.7.5
v0.7.4
What's Changed
- fix: html element escaping by @nekomeowww in #25
- feat: added permission check with enable_recap and disable_recap cmds by @nekomeowww in #26
- chore: prevent recap enable if bot isn't admin by @nekomeowww in #27
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- feat: add command help message by @Garfield550 in #24
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- chore: improve the UX of inline keyboard by @nekomeowww in #21
- feat: add local docker profile by @Garfield550 in #22
- chore: improved prompt and fixed replies by @nekomeowww in #23
New Contributors
- @Garfield550 made their first contribution in #22
Full Changelog: v0.7.0...v0.7.2
v0.7.0
What's Changed
- fix: baseUrl was not properly concated by @nekomeowww in #16
- fix: correctly truncate or split text by token limit by @xwjdsh in #17
- feat: allow user to select recap range and progressive refactor by @nekomeowww in #18
- chore: improved the chat recap prompt for better stabilities and readability by @nekomeowww in #19
- chore: bump deps by @nekomeowww in #20
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Updates
- fix: formatting issues
- chore: improve prompt
- chore: include reply information in chat history summarization
- chore: add generice chat history funcs
- chore: fixed the token limitation and added notes for chat history summarization
- chore: adjusted the tag position and composition
Features
- feat: support to specify OpenAI API endpoint host
v0.5.5
fix: let telegram parse chat summary as markdown (#2)