blun-king-cli 9.1.202 → 9.1.203

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.
@@ -237,8 +237,11 @@ function createDeferredToolLoader(selectedTools, deferredTools, loadedToolNames
237
237
  };
238
238
  }
239
239
  return {
240
- isError: true,
241
- output: `No deferred tools matched: ${query || '[empty query]'}`,
240
+ isError: false,
241
+ output: [
242
+ `No eligible deferred tool is available for: ${query || '[empty query]'}.`,
243
+ 'Do not retry ToolSearch with synonyms; use a loaded alternative or report the integration as unavailable.',
244
+ ].join(' '),
242
245
  };
243
246
  }
244
247
  if (query.toLowerCase().startsWith('select:') && matches.length !== 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.202",
3
+ "version": "9.1.203",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {