v0.10.0-beta4
Pre-release
Pre-release
v0.10.0-beta4
Features
- You can now add custom fields to API requests
- You can enable this in
Connections -> Settings Dropdown -> Enable Custom Fields - Each value can be defined as a json key (nestable with '.') seperated from its value with
= - Example:
- You can enable this in
preferences.security = "Low"
preferences.privacy.allowRead = false
- These values will be added to your request body directly:
{
// ... rest of body
"preferences": {
"security": "Low",
"privacy": {
"allowRead": false
}
}
}Changes
- Updated the User editor to match Character editor.
- TTS will now avoid voicing reasoning blocks.
- Chat Editor can now expand to full screen height
- Increase max context size to 2^20
- Importing models now logs the file magic bytes for debugging
Fixes
- Importing/Exporting chats not working
- Infinite call stack on several menus
- Model info alignment
- Old zustand migrations missing return values
- First chat editor mounting not working
- Slider inputs intercepting scrolling
- Missing prompt macros