Releases: WAppAI/assistant
Releases · WAppAI/assistant
v2.4.1
TL;DR
- Fixed #282 where an open ai key would be asked even when it shouldnt
- YOU WILL NEED TO UPDATE YOUR
.env
asENABLE_WEB_BROWSER_TOOL
was added, check.env.example
for info
What's Changed
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.0
v2.2.2
TL;DR
- Possible to disable SearchAPI as a tool on OpenRouter models
- Fixed a bug where the bot wasn't joining groups
- Fixed URL preview in messages
What's Changed
- Update file permissions in main script by @Luisotee in #267
- Add note about inability to draw or generate images by @Luisotee in #268
- Fix: bot not joining any group by @Luisotee in #276
- fix: Possible to disable searchApi by @Luisotee in #278
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
TL;DR
- Added SearchAPI as a tool to OpenRouter models
- Changed PaLM in the
!change
to Gemini Pro - Reorganized
.env.example
between obligatory and optional variables - Users upgrading from
v2.1.1
should update their.env
file with their SearchAPI key.
What's Changed
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
TL;DR
- Added support for all the models supported by OpenRouter
- Added group participants name to the context
- Made significant changes, so you will need to do
pnpm build
again and check the.env.example
file since there is new variables.
What's Changed
- fix: REPLY_TRANSCRIPTION not in .env.example and removed ALLOWED_USERS warning by @Luisotee in #228
- feat: OpenRouter support by @Luisotee in #248
Full Changelog: v2.0.1...v.2.1.0
v2.0.1
v2.0.0
TL;DR
- Made significant changes, so you will need to clone it again and check the
.env
file. - Refactored the project to use
pnpm
as the package manager. - Updated the local whisper to use whisper.cpp.
- Added streaming response.
- Incorporated the image recognition feature from Bing.
What's Changed
- Public bot is no longer available. by @DinuNuggets in #162
- docs: removed setup.bat and setup.sh by @Luisotee in #167
- fix: Stuck at login by @Luisotee in #170
- chore(deps): bump zod from 3.21.4 to 3.22.2 by @dependabot in #146
- chore(deps): bump @clack/prompts from 0.6.3 to 0.7.0 by @dependabot in #148
- chore(deps): bump serialize-error from 11.0.0 to 11.0.2 by @dependabot in #151
- chore(deps): bump openai from 4.2.0 to 4.6.0 by @dependabot in #168
- chore(deps-dev): bump @types/node from 20.3.2 to 20.6.0 by @dependabot in #169
- fix: returned to main whatsapp-web.js by @Luisotee in #181
- feat: help command by @Luisotee in #189
- feat: dev and migrate script by @Luisotee in #190
- feat: audio transcription by @Luisotee in #192
- refactor: changed where handleAudio in called by @Luisotee in #194
- feat: change tonestyle through .env by @Luisotee in #195
- fix: image recognition by @Luisotee in #196
- docs: new readme and .env.example by @Luisotee in #202
- fix: Sydney greeting user too often && jailbreak default on by @Luisotee in #203
- feat: build command by @Luisotee in #204
- docs and reminders by @Luisotee in #205
- feat: persistant reminder by @Luisotee in #207
- docs: update by @Luisotee in #208
- Update README.md by @Luisotee in #209
- docs: package.json by @Luisotee in #212
Full Changelog: v1.1.4...v2.0.0