Releases: langchain-ai/langgraph-studio
Releases · langchain-ai/langgraph-studio
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
0.0.17
0.0.16
- Fix page overflow of project settings when project error page gets too long
- Prevent double invocation of
docker compose start
when dragging the folder into Studio - Fix some logs being shown in JSON format because of buffering
- Improve rendering performance of logs, capping the limit of logs being shown to the user
- Prevent stale status if JS fails to startup due to runtime errors / syntax errors
- File references with line and column position are now clickable and openable in editor
- Fix hot reloading not restarting server when
langgraph.json
/env_file
contents change