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.2.6
Summary of Changes
Added a --tunnel flag to the dev command to expose the local server via a public tunnel (Cloudflare), enabling remote frontend access and avoiding issues with browsers or networks blocking localhost connections (#4370)
Updated minimum required version of langgraph-api to 0.1.12 (#4370)
Detailed Changes
dev command
Added a new --tunnel option that allows exposing the local LangGraph API server via a public tunnel using Cloudflare (#4370)
The tunnel option makes it easier to access the LangGraph frontend remotely, which is particularly useful when dealing with browser or network restrictions that might block localhost connections
This parameter is passed as a boolean flag to the underlying server startup function