Skip to content

cli==0.1.48

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:49
fab950a

langgraph-cli 0.1.48

Summary of Changes

  • Added --debugger-base-url option to allow specifying a custom URL for the debugger to access the LangGraph API (PR #900)
  • Made Docker base image pull verbose during build to improve visibility into the build process (PR #955)

Detailed Changes

CLI Command Line Interface

  • Added new --debugger-base-url option that allows users to specify a custom URL for the debugger to access the LangGraph API, instead of the default http://127.0.0.1:[PORT] (PR #900)
  • Updated the output URL displayed in terminal to reflect the custom debugger base URL when specified (PR #900)

Docker Integration

  • Refactored debugger Docker Compose configuration from a hardcoded string to a flexible function that supports custom base URLs (PR #900)
  • Added environment variable VITE_STUDIO_LOCAL_GRAPH_URL to debugger container when a custom base URL is provided (PR #900)
  • Made Docker base image pull command verbose during build process to provide better feedback (PR #955)