@bytexbyte/nxtlinq-ai-agent-sdk 1.2.8 → 1.2.9

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.
@@ -762,7 +762,7 @@ availableModels = DEFAULT_AI_MODELS, defaultModelIndex = 0, showModelSelector =
762
762
  if (aitRef.current) {
763
763
  console.log('AIT loaded successfully, retrying message');
764
764
  // Wait a bit more to ensure permissions are also loaded
765
- await new Promise(resolve => setTimeout(resolve, 2000));
765
+ await new Promise(resolve => setTimeout(resolve, 3000));
766
766
  sendMessage(content, retryCount + 1, isPresetMessage);
767
767
  }
768
768
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/nxtlinq-ai-agent-sdk",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Nxtlinq AI Agent SDK - Proprietary Software with enhanced async operation handling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",