Skip to content

Releases: transitive-bullshit/agentic

Bugfix for Vercel's fetch polyfill using node-fetch

07 Dec 21:04
Compare
Choose a tag to compare

Fix for environments that use node-fetch as a polyfill (like Vercel)

07 Dec 20:45
Compare
Choose a tag to compare

Should fix #48

v2.0.1...v2.0.2

Bugfix for commonjs

07 Dec 06:08
Compare
Choose a tag to compare

v2.0.0...v2.0.1

Major: update fetch, add conversation support, add timeout support 🔥

07 Dec 04:45
Compare
Choose a tag to compare

This is a major version bump, including several breaking changes:

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

v1.4.0...v2.0.0

Latest ESM-only release

06 Dec 09:01
Compare
Choose a tag to compare

If you want CommonJS support, please use v1.3.0

Add CommonJS Support

06 Dec 09:00
Compare
Choose a tag to compare
  • 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

v1.2.2...v1.3.0

Bugfix for package.exports

06 Dec 08:41
Compare
Choose a tag to compare
  • chore: update docs 445b1e4
  • Merge pull request #25 from abi/fix-Error-Default-condition 80d77a3
  • put default export as the last in package.json 343157c

v1.2.1...v1.2.2

Bug fixes

06 Dec 05:58
Compare
Choose a tag to compare

v1.2.0...v1.2.1

Improve error handling and add unit tests

05 Dec 23:29
Compare
Choose a tag to compare
  • 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

v1.1.3...v1.2.0

Remove commonjs support for now because it is broken

05 Dec 10:01
Compare
Choose a tag to compare