Releases: transitive-bullshit/agentic
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
Bugfix for package.exports
Bug fixes
- test: adjust unit test timeouts 7111542
- Merge pull request #20 from AutumnWhj/main e1d0eb1
- Update readme.md b8cbfae
- 🙅 1c37fd6
- Merge pull request #23 from wong2/patch-1 9d23ec7
- chore: update docs 56c7129
- Merge pull request #21 from ItzBlinkzy/main cf5e775
- Fix typo c41fee9
- Add link to wong2/chat-gpt-google-extension 4ac583b
- Replaced typo converstationId with conversationId 700cb68
- doc: add Wechat Bot to examples list 9526542
- chore: update demo gif 542d1cd
Improve error handling and add unit tests
- Merge pull request #17 from transitive-bullshit/feature/undici-and-ava-unit-tests 9c96896
- feat: revert to node-fetch@2 26f1090
- 🌋 216aaf8
- docs: update demo 5892f9a
- docs: update readme for demo ee1a1ee
- fix: add fake session token for CI 7c30a18
- feat: switch to undici and add ava unit tests 56a4f82
- 👔 af46206
- docs: readme tweaks 8ca5c03
- Merge pull request #15 from onury5506/main 910142c
- Merge branch 'main' into main 426fe01
- Merge pull request #14 from eltociear/patch-2 bf28f64
- Merge pull request #13 from charmful0x/main fd64448
- Discord bot added to readme file efecc29
- docs: update readme.md 325dca8
- docs: add molecule.sh ChatGPT molecule c9b9355
Remove commonjs support for now because it is broken
- feat: remove commonjs support 2a2e76c