Skip to content

Releases: langchain-ai/langgraph-studio

0.0.34

19 Dec 15:43
c864dfd
Compare
Choose a tag to compare
  • Fix crash when unexpected schema non-conforming data is received by the input editor
  • Auto-collapse outputs when in dataset mode, show preview one-line output instead
  • Do not hide dataset controls when collapsed

0.0.33

17 Dec 17:05
ca8ce7d
Compare
Choose a tag to compare
  • 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

10 Dec 20:12
ca8ce7d
Compare
Choose a tag to compare
  • 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

06 Dec 15:34
b013f38
Compare
Choose a tag to compare
  • 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

06 Nov 00:37
c01b94f
Compare
Choose a tag to compare
  • 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

30 Oct 00:04
c01b94f
Compare
Choose a tag to compare
  • 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

16 Oct 17:24
c01b94f
Compare
Choose a tag to compare
  • 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

07 Oct 21:57
c01b94f
Compare
Choose a tag to compare
  • Set default multitaskStrategy mode to rollback in Studio
  • Extend error toast duration to 30s
  • Remove duplicate pending toast indicator
  • Add busy thread status indicator in thread list

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