Releases
cli==0.1.84
Compare
Sorry, something went wrong.
No results found
langgraph-cli 0.1.84
Summary of Changes
Added support for custom UI configuration in the development server (PR #4100 )
Enhanced Docker image building to include UI dependencies installation when UI is configured (PR #4100 )
Improved package manager detection for Node.js dependencies by refactoring code into a reusable function (PR #4100 )
Detailed Changes
Development Server Configuration
Added support for ui and ui_config options in config files, allowing for customized UI when running langgraph dev (PR #4100 )
Docker Image Building
Added automatic detection and installation of UI dependencies in Docker builds when UI is configured (PR #4100 )
Added environment variables LANGGRAPH_UI and LANGGRAPH_UI_CONFIG to Docker images when UI is configured (PR #4100 )
Improved package manager detection for Node.js projects, supporting npm, yarn, pnpm, and bun with appropriate install commands (PR #4100 )
You can’t perform that action at this time.