@minded-ai/mindedjs 2.0.39-beta.2 → 2.0.39-beta.3

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.
@@ -163,8 +163,10 @@ If you need additional data, ask the user whether you should add it to the input
163
163
  - **Use Playwright MCP during development**: Prefer interactive testing over running the tool directly while building
164
164
 
165
165
  ### CAPTCHA Handling
166
-
167
- If the website requires a CAPTCHA, you can use the `resolve_captcha` tool to solve it in the development phase. In the tool code, you can use the `resolveCaptcha` function exported by the `@minded-ai/mindedjs` package to solve the CAPTCHA.
166
+ **If a website requires a CAPTCHA:**
167
+ - Use the `resolve_captcha` MCP tool in the development phase.
168
+ - Use the `resolveCaptcha` function exported by the `@minded-ai/mindedjs` package in the rpa tool code.
169
+ - Captcha resolution is not always successful, add retry mechanism that would retry to resolve the CAPTCHA up to 5 times.
168
170
 
169
171
  ## Tool Registration
170
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minded-ai/mindedjs",
3
- "version": "2.0.39-beta.2",
3
+ "version": "2.0.39-beta.3",
4
4
  "description": "MindedJS is a TypeScript library for building agents.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",