Skip to content

Releases: langchain-ai/langgraph-studio

0.0.26

07 Oct 10:45
c01b94f
Compare
Choose a tag to compare
  • Add CRUD UI for memory store UI
  • Add option to pick different editor when opening project (Cursor, PyCharm, custom editor)
  • Fix "Open in LangSmith" not redirecting correctly for EU Cloud users
  • Fix dark mode bug when editing thread name
  • Remove assistants force refresh when switching asisstants

0.0.25

25 Sep 17:38
c01b94f
Compare
Choose a tag to compare

0.0.24

19 Sep 17:33
c01b94f
Compare
Choose a tag to compare
  • Fix an issue where deployment endpoint is being unintentionally hit

0.0.23

19 Sep 15:24
c01b94f
Compare
Choose a tag to compare

0.0.22

18 Sep 16:44
348cf14
Compare
Choose a tag to compare
  • Respect system proxy when authenticating
  • Update window title based off opened project
  • Improve stability of up/down processes

0.0.21

10 Sep 21:02
348cf14
Compare
Choose a tag to compare
  • Use cache mount for pip cache to speed up Docker builds
  • Respect user-provided LangSmith API keys when specified via .env
  • Fix broken build when working directory is unknown #105
  • Handle message types behind oneOf
  • Fix optional fields being omitted from input editor
  • Fix configurable fields resetting after reopening configuration popover #109

0.0.20

08 Sep 09:30
348cf14
Compare
Choose a tag to compare
  • Show metadata, source/target nodes and separate interrupt before/after checkboxes when hovering on node in graph
  • Improve styling of YAML content tags
  • Allow pasting the deep-link in case browser does not redirect the URI to app
  • Read interrupt config from API and render configuration in UI
  • Display node name besides avatar
  • Fix strings not being expandable when the right pane has small width
  • Initial support for LangChain 0.3 and Pydantic 2.0

0.0.19

04 Sep 20:05
348cf14
Compare
Choose a tag to compare
  • Improve wrapping of messages
  • Make error stringification more bullet-proof
  • Add button to copy message ID
  • Display the message ID of deleted message instead of "Empty message" and display remove message
  • Improve autoupdating experience
  • Add support for MessageGraph
  • Show the most recently opened folder on top
  • Support empty payloads in total requests
  • Add copy tool ID button
  • Prevent spreading non-object tool responses, render tool name more nicely
  • Use type/role to show more descriptive title of message in pretty view
  • Consolidate title rendering of single message vs list of messages
  • Replace LangSmith icon from 🦜 to 🛠️
  • Add first class support for self-hosted deployments
  • Add easier way to open thread via ID
  • Prevent permanently loading Studio when graph is not registered
  • Replace "Not provided" with "Empty string"
  • Add "Show logs" button when failed to start project

0.0.18

02 Sep 21:52
88e2d90
Compare
Choose a tag to compare
  • Improve hot reloading detection for Python projects with init.py
  • Fix broken styles when loading project
  • Fix regression not showing error messages when project fails to start
  • Avoid fetching graph and schema when server is not online
  • Fix quick flashes of error when stopping the project

0.0.17

02 Sep 13:57
88e2d90
Compare
Choose a tag to compare
  • Add support for other package managers in JS
  • Fix double invocation of start when saving the configuration