Skip to content

Releases: transitive-bullshit/agentic

Add a browser-based conversation demo

15 Dec 23:26
Compare
Choose a tag to compare
  • feat: add browser-based conversation demo eaff91a

v2.4.0...v2.4.1

Add `ChatGPTAPIBrowser`, a fully automated browser solution

15 Dec 23:19
Compare
Choose a tag to compare
  • Merge pull request #142 from transitive-bullshit/feature/improve-robustness 278ed47
  • 🍯 0d3ca08
  • chore: update auto-generated docs 53464d0
  • docs: update readme for browser-based solution status 16d1699
  • fix: minor cleanups fdb60f6
  • feat: close browser on error 1f1fc66
  • Merge pull request #144 from samaritanz/main 573b162
  • feat: bump reload timeout b3f71bc
  • feat: add timeout support to browser sendMessage 8e0f32b
  • feat:fix cli 7817ca0
  • feat: handle session expiration gracefully 0d09ca9
  • Merge pull request #143 from waylaidwanderer/feature/improve-robustness 6b6de58
  • Merge branch 'feature/improve-robustness' into feature/improve-robustness b8a3fe0
  • fix: properly handle messages with newlines 16d144a
  • feat: more WIP.. 7ddac69
  • feat: add ChatGPTAPIBrowser for increased robustness; less efficient but less 429/403/503 errors 2e0990e
  • feat: trying to fix capacity testing dd87232

v2.3.3...v2.4.0

Fix capacity error

15 Dec 03:24
Compare
Choose a tag to compare

v2.3.2...v2.3.3

Fix the default chrome path of windows

14 Dec 11:15
Compare
Choose a tag to compare
  • Merge pull request #134 from gookyn/main a9748e0
  • fix(openai-auth.ts): fix the default chrome path of windows #112 e0850da

v2.3.1...v2.3.2

Add support for google login; fix chrome path cross-platform; recognize at capacity screen

14 Dec 02:17
Compare
Choose a tag to compare
  • feat: remove browser build; fix build errors fd4ff2f
  • . 38118a4
  • Merge pull request #124 from kodjunkie/patch-1 bbd157d
  • Merge pull request #129 from tpholston/main 8169c9c
  • Adding a isGoogleLogin flag to getOpenAIAuth so users with a google account can authenticate that way. 5dad446
  • fix chrome executable path on linux 7826796
  • fix: minor fix for puppeteer automation c936391
  • Merge pull request #127 from ShadovvBeast/add-talkgpt-to-readme ec546a5
  • Merge branch 'main' into add-talkgpt-to-readme f38bf6c
  • Merge pull request #116 from dogukanakkaya/docs/add-project-to-readme 1a9fdd4
  • Merge pull request #123 from leecobaby/leeco-main baca343
  • Update readme.md 681f317
  • Add TalkGPT to readme file 65481e4
  • get chrome executable path based on the platform 87b168d
  • 😿 6fb1ff9
  • Merge pull request #122 from averybiskup/docs-demo-path 8a640b1
  • 😤 99f6abf
  • docs: add project for chatgpt shortcut 985b517
  • docs: add project for chatgpt shortcut 0b21d0a
  • Fixed demo paths in docs a4beb2b
  • docs(projects): add vscode extension #4 to readme fe30c54
  • docs: rename OPENAI_EMAIL and OPENAI_PASSWORD env variables ef15db3
  • Merge pull request #113 from zeke/patch-1 c257286
  • fix env vars in code sample in README b4047a5
  • 🉐 4d7e518

v2.3.0...v2.3.1

Add getOpenAIAuth to package (with puppeteer as peer dep); remove support for node.js 16 and 17 for now

12 Dec 18:46
Compare
Choose a tag to compare

You must use Node.js >= 18 for this release.

  • Merge pull request #108 from transitive-bullshit/feature/robustness-automation-improvements e5c0b05
  • docs: update readme status 6cf9396
  • feat: update deps lockfile 285e10c
  • docs: update readme instructions 0b605c0
  • chore: update auto-generated docs a4ed68b
  • docs: update readme instructions a48c177
  • chore: update auto-generated docs efadd9e
  • feat: move puppeteer automation into main lib; update docs 1d621d0
  • feat: add additional options to better control debugging; add some inline docs c1634b0
  • Merge pull request #97 from yudax42/main 2e654be
  • Merge pull request #106 from navopw/patch-1 f076440
  • Merge pull request #93 from PairZhu/patch-1 643e8c0
  • Add whatsapp-chatgpt to README 20f2eba
  • Add Askai to list of projects built with chatgpt ef8891e
  • Add my bot to readme 0682fb4

v2.2.0...v2.3.0

Add puppeteer demo of automated CF workaround

12 Dec 11:46
Compare
Choose a tag to compare
  • Merge pull request #99 from transitive-bullshit/fix/cloudflare-protections 7e1ed3b
  • docs: update readme status be04667
  • docs: update readme status 62bdbd8
  • chore: disable ava unit tests for CI for now 93ab8e7
  • feat: add demos for puppeteer automated CF workaround 70fd95c
  • Merge pull request #101 from Ocrap7/main 0740333
  • Fixed readme example p -> P da05127
  • feat: allow for adding extra headers 74a9b92
  • fix: WIP attempting to match OpenAI's HTTP behavior f9fe5b5
  • docs: add extra note to readme e412ddc
  • docs: fix grammar cff1329

v2.1.1...v2.2.0

Update readme with latest Cloudflare workaround instructions

12 Dec 01:54
Compare
Choose a tag to compare
  • docs: update current workaround status 3d442ae
  • Merge pull request #98 from yunyu950908/chore/update-docs b4771a0
  • chore: update docs 2f3e996

v2.1.0...v2.1.1

Add support for passing Cloudflare clearanceToken

11 Dec 23:19
Compare
Choose a tag to compare
  • feat: add support for Cloudflare 'clearanceToken' c083ad6
  • docs: add notice of OpenAI's new Cloudflare protections to readme 262d6fb
  • Merge pull request #94 from yunyu950908/feat/assign-accessToken-on-initialization 0758a89
  • feat: set accessToken while initialize ChatGPTAPI 37bf84b

v2.0.7...v2.1.0

Add additional chatgpt headers; add user accessor for authenticated user

11 Dec 11:44
Compare
Choose a tag to compare
  • feat: add additional headers; add user accessor 14ac1af
  • Merge pull request #90 from formulahendry/patch-1 1a3afc3
  • docs: add Teams Bot to readme c9486d1
  • Merge pull request #89 from pascalroget/main 29f9338
  • Update readme.md 254a34c
  • Update readme.md c66a492
  • Merge pull request #88 from 0x7030676e31/Discord-Bot-#4 6738c47
  • Update readme.md 347266c

v2.0.6...v2.0.7