bunnyquery 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bunnyquery.js +1 -1
  2. package/package.json +1 -1
package/bunnyquery.js CHANGED
@@ -569,7 +569,7 @@
569
569
  async _bootstrap() {
570
570
  // 1. Validate that the project has a configured AI platform.
571
571
  if (!this.platform) {
572
- this._renderFatal('This project does not have an AI agent configured yet. Set one in your project settings.');
572
+ this._renderFatal('This project does not have an AI agent configured yet. Please ask the project owner to set up an AI agent in the project settings page.');
573
573
  return;
574
574
  }
575
575
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunnyquery",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "BunnyQuery AI chat client",
5
5
  "main": "bunnyquery.js",
6
6
  "files": [