@burtson-labs/bandit-engine 2.0.105 → 2.0.106

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chat_default
3
- } from "./chunk-EGIUL7QB.mjs";
3
+ } from "./chunk-4A2M7T6B.mjs";
4
4
  import "./chunk-ONQMRE2G.mjs";
5
5
  import "./chunk-KYC7CC6C.mjs";
6
6
  import "./chunk-BN3D45E2.mjs";
@@ -13,4 +13,4 @@ import "./chunk-BJTO5JO5.mjs";
13
13
  export {
14
14
  chat_default as default
15
15
  };
16
- //# sourceMappingURL=chat-TIX4XHMD.mjs.map
16
+ //# sourceMappingURL=chat-HQHHNWBS.mjs.map
@@ -9707,7 +9707,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
9707
9707
 
9708
9708
  // src/management/management.tsx
9709
9709
  import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
9710
- var preloadChatPage = () => import("./chat-TIX4XHMD.mjs");
9710
+ var preloadChatPage = () => import("./chat-HQHHNWBS.mjs");
9711
9711
  var buildCapabilitiesUrl = (gatewayApiUrl) => {
9712
9712
  const trimmed = gatewayApiUrl.replace(/\/$/, "");
9713
9713
  if (trimmed.endsWith("/api")) {
@@ -11073,4 +11073,4 @@ export {
11073
11073
  useGatewayMemory,
11074
11074
  management_default
11075
11075
  };
11076
- //# sourceMappingURL=chunk-WZOY2OBC.mjs.map
11076
+ //# sourceMappingURL=chunk-2LL5XMLK.mjs.map
@@ -3781,7 +3781,7 @@ ${protocol}`;
3781
3781
  const inThinkBlock = /<think>/.test(fullMessage) && !/<think>[\s\S]*<\/think>/.test(fullMessage);
3782
3782
  setIsThinking?.(inThinkBlock);
3783
3783
  const visibleMessage = stripThinking(fullMessage);
3784
- if (/```(?:tool_code|TOOL_CODE)/.test(visibleMessage)) {
3784
+ if (/```(?:tool_code|TOOL_CODE)/.test(visibleMessage) || /\b(?:web_search|web_fetch|image_generation|create_file|ask_user)\s*\(/.test(visibleMessage)) {
3785
3785
  sawToolBlock = true;
3786
3786
  clearFlushTimer();
3787
3787
  startWorking();
@@ -10725,4 +10725,4 @@ var chat_default = Chat;
10725
10725
  export {
10726
10726
  chat_default
10727
10727
  };
10728
- //# sourceMappingURL=chunk-EGIUL7QB.mjs.map
10728
+ //# sourceMappingURL=chunk-4A2M7T6B.mjs.map