Skip to content

Releases: ArcadeAI/arcade-ai

Release 0.1.6

11 Dec 05:23
00d5bab
Compare
Choose a tag to compare

Release notes for version 0.1.6

Changes in this release:

Release 0.1.5

03 Dec 15:21
0344bc7
Compare
Choose a tag to compare

Release notes for version 0.1.5

Changes in this release:

Release 0.1.4

03 Dec 02:01
8dbbe23
Compare
Choose a tag to compare

Release notes for version 0.1.4

Changes in this release:

Release 0.1.3

28 Nov 01:11
bebfcab
Compare
Choose a tag to compare

Release notes for version 0.1.3

Changes in this release:

Release 0.1.2

20 Nov 20:54
6ca856b
Compare
Choose a tag to compare

Release notes for version 0.1.2

Changes in this release:

  • feat: Code sandbox toolkit (#114)
  • feat: New math tools for generating random ints and floats (#148)
  • feat: New Gmail tools for searching and loading specific threads (#159)
  • feat: Better Spotify success message when playback is altered (#145)
  • feat: New meta commands in arcade chat (#152)
  • fix: arcade dev gets stuck in a waiting loop if no toolkits are installed (#147)

Release 0.1.1

04 Nov 17:45
39d342b
Compare
Choose a tag to compare

Release notes for version 0.1.1

Changes in this release:

  • fix: Circular import in arcade.core (#137)
  • fix: Runtime error when OTEL is not enabled (#138)
  • fix: Missing readline error on Windows (#139)
  • fix: No output from arcade login when already logged in (#143)
  • fix: Log the correct number of tools in each toolkit (#144)
  • fix: Wait for healthy actor in arcade dev (#142)

Toolkit updates:

  • GitHub
    • Added ListStargazers tool (#130)
  • Spotify

Docs and other goodies:

  • Expanded LangChain and LangGraph examples

Release 0.1.0

26 Oct 03:21
275a3d6
Compare
Choose a tag to compare

Release notes for version 0.1.0

Changes in this release:

  • feat: Refactored config system to use credentials.yaml instead of arcade.toml (#116)
  • feat: Added langchain-arcade package for easy integration with LangChain/LangGraph
  • fix: Hang when iterating tools using client.tools.list (#120)
  • cleanup: Remove arcade.core from all user-facing examples (#121)

Release 0.0.15

24 Oct 00:22
ce0616a
Compare
Choose a tag to compare

Release notes for version 0.0.15

Changes in this release:

  • Replaced arcade.client with arcadepy
  • Improved Engine config lookup
  • Fixes for arcade show

Release 0.0.14

18 Oct 00:14
fd8190e
Compare
Choose a tag to compare

✨ New features:

  • Auto-open a browser when the user needs to auth, instead of clicking a link

🐛 Bug fixes:

  • Debug messages in arcade chat --debug/-D are invisible on some shells (fixed colors)
  • If auto-opening a browser fails, print a URL as a backup
  • Fixed the default dependency specification for new toolkit packages in arcade new

Release 0.0.13

15 Oct 03:45
Compare
Choose a tag to compare

Release notes for version 0.0.13

Changes in this release: