To enhance your collaborative work in technical discussions, follow these steps to download and set up the OpenCode Behavior Adjustment System (BAS) Plugin.
Follow the installation instructions for your operating system:
.exe file and follow the prompts../install.sh.Once installed, the plugin will enhance your technical conversations.
To personalize your experience, you can adjust the pluginβs settings. It loads configurations from two locations:
~/.config/opencode/behavior-config.json.opencode/behavior-config.jsonThe project-level configuration will override the user-level settings when both are present.
behavior-config.jsonYou can create or modify your behavior-config.json file with the following sample settings:
{
"enabled": true, // Global toggle for the plugin
"topics": [
"Code Review",
"Architecture",
"Debugging"
],
"reminderRate": 5, // Reminders every 5 minutes
"logEvents": true // Enable detailed logging
}
The OpenCode BAS Plugin offers several key features to streamline your collaboration:
The plugin identifies various conversation themes:
By tailoring these reminders, the plugin supports focused discussions.
If you encounter issues while using the plugin, here are some common problems and solutions:
If your issues persist, consider consulting the issues page to report new problems or find solutions from other users.
Join our community to ask questions and share experiences:
Connect with other users to get tips and advice on maximizing the pluginβs potential.
We welcome contributions from anyone interested in improving the OpenCode BAS Plugin. If you have suggestions or your own enhancements, please follow the guidelines in the CONTRIBUTING.md file.
For quick recommendations and testing, see our documentation on adding features and resolving bugs effectively.
This guide should help you effectively download and set up the OpenCode BAS Plugin, enhancing your collaboration tools during technical discussions.