Releases: transitive-bullshit/agentic
Add ChatGPTError with more info on HTTP errors; doc updates
- feat: add ChatGPTError with more info on HTTP errors 90c6e35
- Merge pull request #87 from diciaup/main 8cc642e
- Update readme.md 5c65401
- Merge pull request #86 from 0x7030676e31/Readme-Projects-List c64a736
- Added Assistant CLi to the list of projects in readme 0b82f18
- Update readme.md 7d663c9
- 🏃 e94b25c
- Merge pull request #85 from jordiup/docs_project_sharehouse_cover_letter f6694fe
- docs: add project d0bcf7f
- chore: add node.js v19 to CI e0181f5
- Merge pull request #79 from linsyking/main 250ba5a
- docs: add QQ bot 5c7ed6d
- Merge pull request #75 from easydu2002/main 17a46e6
- update ecfd219
- update 935f91a
- Add QQ bot db5f7ff
- Merge pull request #73 from Ciyou/main fc2078f
- Merge pull request #74 from jakecoppinger/add-matrix-bot 5ffeeb9
- Update readme.md 9379c14
- Add Matrix bot to readme cfa80aa
- Update readme.md, adding new Telegram Bot fc11f22
- Merge pull request #72 from sunshanpeng/main fda4730
- docs: add wechaty-chatgpt abfeaab
- Merge pull request #71 from vikiboss/patch-1 1826414
- docs: add plugin for KiviBot to readme 9bb36b1
- Merge pull request #68 from darknightlab/main d040309
- Add another wechat bot. 2fb9b1c
- Merge pull request #67 from amosayomide05/patch-1 d3314f7
- Update readme.md 7f836c4
- Add whatsapp bot to readme 1a3c2be
- Merge pull request #65 from dawangraoming/main cd858be
- Update readme.md a76976c
- Merge pull request #64 from leinstay/main 94eb586
- docs: Add a Node telegram bot to example list 1942cd8
- Add new Discord Bot 40bf100
- Merge pull request #63 from realies/patch-1 63beb5c
- Update readme.md 9c75335
- Merge pull request #61 from wangrongding/patch-1 5dffb27
- docs: add node telegram bot to readme 11ceb2e
- docs: add chatgpt-wechat-bot a5ed41f
- Merge pull request #59 from domnantas/patch-1 b9416ea
- Add Raycast Extension #2 to Readme d0e5d54
- Merge pull request #50 from luridarmawan/main bdb98ee
- Merge branch 'main' into main 13c857d
- Add CarikBot to Projects 643d8ce
Minor doc updates
- docs: add a note in the readme about onProgress and onConversationResponse 0f99570
- docs: tweak readme 2551046
- Merge pull request #53 from kxxt/main e8d3f06
- Merge pull request #52 from ikechan8370/main 93b1784
- docs: add chatgpt-action 30d4e28
- Update readme.md 1ce23da
- add: qq bot plugin for Yunzai 2a43409
Add error message on node.js if undici isn't supported
- fix: add error message on node.js if undici isn't supported 624823e
Bugfix for Vercel's fetch polyfill using node-fetch
- fix: vercel fetch 938bb7c
Fix for environments that use node-fetch as a polyfill (like Vercel)
Should fix #48
- fix: add support for polyfilled node-fetch on Vercel dc94e93
- ⌨ d4f8abb
- 💴 4d83ba7
- Merge pull request #46 from fuergaosi233/patch-1 c74b8bc
- Merge pull request #45 from timkmecl/main 3a3e55b
- Add marketplace link to readme e2157b4
- Update readme.md with updated extension ee7e009
- ✨ Add wechat to Projects e3c0e7a
- 🚰 dc45207
- 🐺 56ed638
- Merge pull request #44 from Nageld/patch-1 f140008
- Update readme.md 1c6aaa2
Bugfix for commonjs
Major: update fetch, add conversation support, add timeout support 🔥
This is a major version bump, including several breaking changes:
- Add support for native fetch, browser / edge runtimes, timeouts by @transitive-bullshit #38
- Add conversation support by @simon300000 #26
Nothing should take you by surprise, and new examples have been added to the readme for conversation support.
We changed from using node-fetch
to using native fetch
in node.js >= 18 and browser / edge environments. For node.js < 18, we're using undici
as an optional dependency because it has better compatibility with the standards compliant fetch
API than node-fetch
.
This unfortunately means that node.js 14 is no longer supported with this release since undici
requires node >= 16.8
.
If you want to use this package with node.js 14, use v1.4.0
.
Docs on how to use this package from CommonJS were also added by @GoneTone.
All changes:
- chore: update docs 03102de
- Merge pull request #38 from transitive-bullshit/feature/native-fetch-and-edge-support 20c376e
- chore: update auto-generated docs f723ae5
- docs: updates 92318f1
- feat: fixes and documenting methods 58795f4
- docs: update readme for new release 4693de9
- docs: update auto-generated docs 52ae367
- fix: various fixes and doc updates c8b3ac7
- chore: remove support for node.js 14 from CI ec49713
- feat: WIP add support for native fetch; undici on node.js < 18, and refactor conversation support aaf5efc
- docs: tweak commonjs example a1ac915
- Merge pull request #41 from GoneTone/main 2c07e53
- Merge pull request #42 from barnesoir/main 6ee72b6
- Add MarketPlace link to ReadMe 68ee5dd
- docs: usage in CommonJS (dynamic import) 8520077
- Merge pull request #39 from gencay/patch-1 ebf9ee4
- Update readme with vscode extension e5fd7e9
- Merge pull request #26 from simon300000/main 472db7b
- Update readme.md 07f7fb4
- Merge pull request #32 from coskuncay/main 31c4399
- conversation always save conversationId 8fb30b1
- Update demo-conversation.ts 8012354
- Update readme.md 2a4a789
- optional params for Conversation df94c61
- Merge pull request #30 from barnesoir/main 96473a9
- Update readme.md d32078e
- Update readme.md ab0bea7
- added some comment 9e891f5
- Conversation support d716a35
Latest ESM-only release
If you want CommonJS support, please use v1.3.0
Add CommonJS Support
- Merge pull request #19 from GoneTone/main fbb8cfc
- Merge branch 'main' into main 82ee928
- Update pnpm-lock.yaml bca9954
- Merge remote-tracking branch 'origin/main' 3de6f5a
- Update pnpm-lock.yaml 333ca01
- feat: re-add cjs support, fixed "Error [ERR_REQUIRE_ESM]: require() of ES Module not supported." 72aec6b