diff --git a/docs/assets/changelog/250625/cli.mp4 b/docs/assets/changelog/250625/cli.mp4 new file mode 100644 index 000000000..40f09d015 Binary files /dev/null and b/docs/assets/changelog/250625/cli.mp4 differ diff --git a/docs/changelog/changelog.mdx b/docs/changelog/changelog.mdx index b13b11266..140dea5a2 100644 --- a/docs/changelog/changelog.mdx +++ b/docs/changelog/changelog.mdx @@ -3,6 +3,37 @@ title: Changelog description: All notable changes to Latitude. --- + + +## Latitude CLI + +We've released the first beta version of [Latitude's +CLI](https://github.com/latitude-dev/latitude-llm/tree/main/packages/cli). This +CLI allows you to seemlessly sync your local prompts with latitude – it's the +easiest way to start collaborating on the prompt engineering process. Main +features include: + +- Create projects from terminal +- Create/switch between version projects from terminal +- Pull latitude prompts from your Latitude project to your local codebase +- Push latitude prompts from your local codebase to your Latitude project + +Here's a quick video demo. + +![](/assets/changelog/250625/cli.mp4) + +## New SDK/API methods/endpoints + +We've introduced the following new SDK/API methods/endpoints: + +- Create project +- Get all projects +- Create project version +- + + + + ## Numeric similarity evaluation metric