v0.8.3-beta1
Pre-release
Pre-release
v0.8.3-beta1
This is an unstable update to Expo SDK52 and the new React Native bridgeless architecture. As such, functionality may break due to low level changes.
Known Issues:
- Popups in screen headers may be incorrectly placed.
- Some lists may become upside-down, likely due to some
react-native-reanimated
bug. - Multiline TextInput fields will not resize to full height on a blank newline.
Additions:
- Added a unique component for editing string arrays such as
stop_sequence
. - Added a
Lock App
feature which will require user authentication via PIN/Pattern/Biometrics when starting the app.- This is disabled by default, and can be enabled in the Settings menu.
- Added
Notifications
on completion, which will let you know when generations are complete while the app is in the background.- This is disabled by default, and can be enabled in the Settings menu.
- Updated cui-llama.rn:
- Dry Sampling is now available in Local Mode!
Changes:
- Added a new Ellipsis animation when waiting for responses.
- Updated Markdown package to a newer library - this also fixes the issue of unordered lists nested within ordered lists.
- All inferencing is now done in a background task - this fixes an issue where generations are paused during the prompt building phase due to tabbing out of the app too quickly after a generation begins.
- Changed Checkbox to new custom toggle component.
Fixes:
- Cohere API being completely broken
- Fixed a softlock on Character List if you close search bar while a filter removes all characters from the list