Releases: langchain-ai/langgraph-studio
Releases · langchain-ai/langgraph-studio
0.0.34
0.0.33
- Fix crash when YAML viewer encounters
undefined
- Fix checkbox not available when adding to dataset if assistant name is undefined
- Allow collapsing of contents in add to dataset mode
- Add button to (un)select all nodes when adding to dataset
- Pre-fill configurable with default values if present in schema
- Avoid sorting array key indices in pretty view
- Render interrupt commands and allow sending resume commands
- Pass auth configuration when creating the container
0.0.32
- Preview: Add task results to dataset
- Fix missing LangSmith run ID controls when rendering threads with multiple input execution
- Fix invalid key read when setting up semantic search for memory
- Allow collapsing of thread state
- Remove double scrollbar when rendering long messages
- Match text size of JSON view
0.0.31
- Support store config arguments in
langgraph.json
- Add support for Rancher Desktop if present in system
- Improve performance when viewing large threads
- Show checkpoints in thread view, fix incorrect rendering of task results
- Add support for joining active runs and cancelling those
- Add support for cancelling all active runs across threads
- Add toggle for light/dark mode, warn user if the API key becomes stale
- Better highlight the ability to pin target port
0.0.30
- Add error page & crash ID reporting for better debugging
- Fix issues with
/bin/csh
and/bin/tcsh
shell environments - Fix various crash conditions related to incomplete graph data
- Fix crash when non-string-array value enteres the edit form
- Actually check for presence of docker before returning PATH, support user CLI installation
0.0.29
- Fix streaming errors when
checkpoint_ns
is undefined for old deployments - Check for the API capabilities when loading Studio
- Fix incorrect rendering of errors when returned as object
- Fix editing of pip_config_file within UI changing the
docker_compose_file
as well
0.0.28
- Add support for subgraphs (graph view, see subgraph checkpoint states, replay and edit inner subgraph nodes)
- Show errors in thread view
- Add button to clear logs
- Show progress bar / error when fetching threads
- Reduce flickering of thread view when cancelling runs
0.0.27
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