Skip to content

cli==0.2.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 14:27
a5f5d0c

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