Releases: langchain-ai/langgraph-studio
Releases · langchain-ai/langgraph-studio
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
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
- Prevent sidebar causing status bar to be shifted below viewport
- Improve project stopping when closing the window / exiting application
- Show fallback editor if graph state schema cannot be inferred
- Assume ZSH as default shell if failed to obtain default shell #10
- Fix errors not being shown when stopping / restarting project
- Validate empty dependency list
- Show toast when older Docker version is detected