Releases: langchain-ai/langgraph-studio
Releases · langchain-ai/langgraph-studio
0.0.26
- 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
- Add assistant editor, read docs: https://langchain-ai.github.io/langgraph/cloud/how-tos/assistant_versioning/#how-to-version-assistants
- Prevent snapback to previous assistant ID when switching threads
- Remember interrupts when switching assistants
0.0.24
0.0.23
- Adding templates support in Studio. Read more: https://blog.langchain.dev/launching-langgraph-templates/
0.0.22
0.0.21
- 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
- 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
- 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
- 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