Releases: transitive-bullshit/agentic
Releases · transitive-bullshit/agentic
Add captcha docs to readme
Fix last release; updating build to npm
v3.2.1 3.2.1
Fix 2captcha support; improve chrome memory usage
Retry if at capacity; solve simple Cloudflare captchas in addition to Recaptchas
Make nopecha extension ID dynamic; fix bug for heroku
MAJOR: changes to sendMessage and initSession APIs; added CAPTCHA automation 🔥
ChatGPTAPI
andChatGPTAPIBrowser
now both extend a common abstract base class,AChatGPTAPI
sendMessage
now returns theconversationId
,messageId
, andresponse
text instead of just the response text- removes
onConversationResponse
andgetConversation()
because they were confusing and unnecessary onProgress
now returns a fullChatResponse
containing the IDs in addition to the partial textresponse
- Both
ChatGPTAPI
andChatGPTAPIBrowser
now have identical lifecycle methods for managing authentication sessions:initSession()
refreshSession()
resetSession()
closeSession()
- Automates Recaptchas using Nopecha 🔥
NOTE: this will require a major version bump to v3.0.0
because it changes the existing APIs, so I want to make sure we get it right. Please let me know if you have any feedback on the new unified API design.
Here's a demo of the new CAPTCHA automation:
chatgpt-nopecha-demo-2.mp4
- chore: update ts docs ab1b097
- Merge pull request #155 from transitive-bullshit/feature/api-redesign 88efa64
- chore: update ts docs df1db26
- docs: update readme for new version 2937409
- feat: add nopecha automatic captcha bypass a5f1f20
- feat: add useful puppeteer launch args f1d769c
- 🐆 8a0043d
- feat: improve chat page detection for browser version 619ddd9
- feat: redesign main sendMessage, initSession, closeSession API 1af5db2
Attempt to re-authenticate browser if auth expires; rename browserPath=>executablePath
- feat: change browserPath=>executablePath 205d6d9
Improve executablePath support for customizing browser location
- chore: update ts docs c177c83
- fix: minor cleanups of executablePath d685b78
- fix: resetThread should never throw 94d5483
- Merge pull request #152 from alex12058/add_browser_path_opt bddad8b
- Merge pull request #153 from trietphm/patch-1 a92e617
- Add Slack Bot to Readme 473e666
- feature: Add browserPath option e5cad7a
- chore: update auto-generated docs abd6dd1