Nisaba v0.2.0
Release Notes for Nisaba v0.2.0
I'm excited to announce the release of Nisaba v0.2.0! 🎉
This release will fix some bugs that that have since been identified with the first release.
Some new features have also been added, including a debug
and delay
parameter in config.json
.
Bug Fixes
- Context Handling in Chat Mode
- A major bug that prevented the conversation context from being sent to the endpoint in "chat" mode has been fixed.
- The entire conversation context is now reliably sent until it is reset with the
!clear
command.
- Query Mode Operation
- There was an issue preventing responses from being properly sent in "query" mode.
- This has been addressed, and the "query" mode now functions as expected.
New Features
- Optional Configuration Settings
- Several settings in
config.json
have been made optional, with default values provided if not explicitly set.
- Several settings in
- Configuration Documentation
- A new README file has been created in the
/config
directory, describing example configurations to help with setup.
- A new README file has been created in the
- Debug Toggle
- A new boolean setting, "debug", has been introduced in the config file to enable or disable debug output.
- Response Delay Setting
- Introduced a new "delay" setting in the config file to control the delay in seconds between responses.
Included Binaries
nisaba-linux-amd64.tar.gz
- Archive containing binaries and scripts for Linux users.nisaba-mac-amd64.tar.gz
- Archive containing binaries and scripts for Mac users.nisaba-windows-amd64.zip
- Archive containing binaries and scripts for Windows users.nisaba-linux-amd64.bin
- Standalone binary for Linux.nisaba-mac-amd64.bin
- Standalone binary for Mac.nisaba-windows-amd64.exe
- Standalone executable for Windows.
Known Issues
As this is an early release, some stability and performance issues are expected.
Getting Started
To begin using Nisaba, please refer to the setup section for detailed configuration instructions.
Thank you for trying Nisaba in the early stages of development. ❤️
Feedback and contributions to further improve the software are valued.
Feel free to submit any issues or suggestions through GitHub issues!