Skip to main content

Workspace Dependencies

Core conceptsDependenciesScript editorv1.586.0

Centralized dependency management at the workspace level for shared dependency files across scripts.

New features

  • Centralized dependency management with shared dependency files stored in /dependencies directory.
  • Support for Python, TypeScript (Bun), and PHP with language-specific annotations.
  • Two dependency modes: requirements mode (explicit) and extra mode (hybrid with inference).
  • Dependency file versioning and provenance tracking with Git sync support coming soon.
  • CLI integration for managing workspace dependencies alongside scripts and flows.