Skip to content

cli==0.1.84

Choose a tag to compare

@github-actions github-actions released this 03 Apr 13:29
7ed5288

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)