> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog: 2025-07-15

## Highlights

* **Added support for multi-project repositories**: You can now use the `-q`/`--requirements-path` flag to specify the path of a `requirements.txt` file in a specific path within your repository.

## Added

* **Support for multi-project repositories**: The `-q`/`--requirements-path` flag allows specifying a path to a `requirements.txt` file within a specific project in a multi-project repository. The `requirements.txt` file will be fetched from the root of the repository by default.
  * Available for both the [`flexai training run`](/cli/reference/training/run/#--requirements-path) and [`flexai training debug-ssh`](/cli/reference/training/debug-ssh/#--requirements-path) commands.

## Changed

* **Training Job Checkpoint details**: The `flexai training checkpoint <training_job_name>` command now includes [more detailed information](/cli/reference/training/checkpoints/#example) about the FlexAI Managed Checkpoints, such as *Step*, *Training Loss*, and *Evaluation Loss*.
