You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)