1.9.0
Breaking Changes
- BMO Chatbot's data structure has been modified which may lead to errors. Please use the 'Reset Settings' option at the bottom of the settings tab to refresh your setting's data.
If you have <v1.9.0, please perform the following instructions:
-
Go to
Options > Community plugins
and click on the folder's icon: -
Close Obsidian completely.
-
Find the
bmo-chatbot
folder and deletedata.json
. -
Restart Obsidian.
What's New
- Profiles - Create chatbots with specific knowledge, personalities, and presets.
- Each profile has their own message history.
- Switch profiles via settings or commands. Try
/p
to list profiles.
- More chatbot style customizations such as modifying the background color of the chatbot container, message container, and font colors.
- OpenRouter now have there own section under
BMO Settings > API Connections
. - A 'Reset Settings' option. Please reset your settings with this update for a better experience.
Improvements
- Command aliases
- Help (e.g. manual, commands):
/commands
,/manual
,/man
,/help
,/h
- Models:
/models
,/m
- Profiles:
/profiles
,/profiles
,/prof
,/p
- Reference Current Note:
/reference
,/ref
- Temperature:
/temperature
,/temp
- Max Tokens:
/maxtokens
- Append current message history to note:
/append
- Save message history:
/save
- Clear message history:
/clear
,/c
- Stop stream:
/stop
,/s
- Help (e.g. manual, commands):
- Models and profiles are case-insensitive when switching via command.
Changes
- Prompt Select Generate System Role default changed from "You are a helpful assistant." to "Output user request."
- Merged 'Chatbox Border Color' with 'Chatbox Background Color'.
- Scrollbar back in chatbot view.
- 'User Name' and 'Chatbot Name' can now be upper or lowercase.
- The default 'Chat History Folder Path' changed from 'BMO' to 'BMO/History'.
- Removed 'Chatbot Name' from Appearance settings. Creating and renaming chatbots are located in
Profiles > Profile Folder Path
. - Removed 'System' (System role prompt) from the settings tab. The aim is to encourage users to locate the system role prompt from the profile and create more complex prompts.
Fixes
- Fixed Anthropic Rename Title Generator
- Fix paragraph breaks when refreshing chatbot view.