From a01813e47c6c49cb9996d5831f111ac6851297c6 Mon Sep 17 00:00:00 2001 From: Matt Lawler Date: Wed, 12 Aug 2026 09:39:52 -0700 Subject: [PATCH 1/2] Discontinue this repo and point to the new one Updated README to announce discontinuation of the V1 AssemblyAI CLI repository and provide transition information. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4873c7..0674b02 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # AssemblyAI CLI -![Release](https://img.shields.io/github/v/release/assemblyai/assemblyai-cli) -![Build](https://img.shields.io/github/actions/workflow/status/assemblyai/assemblyai-cli/release.yml) -![License](https://img.shields.io/github/license/assemblyai/assemblyai-cli) +> [!IMPORTANT] +> As of August 2026, this repo for the AssemblyAI CLI **has been discontinued** and will no longer be maintained. +> +> While this repo specifically will no longer be updated, we are working on a new version of the CLI that is located [here](https://github.com/AssemblyAI/cli). +> +> We know this is a disruptive change. If you need help with this transition, [reach out to our Support team](https://www.assemblyai.com/contact/support) and we'll help you in any way we can. The AssemblyAI CLI helps you quickly test our latest AI models right from your terminal, with minimal installation required. From 2a7d8af960128f7536f6511bbbf07316acf85d23 Mon Sep 17 00:00:00 2001 From: Matt Lawler Date: Wed, 12 Aug 2026 10:29:55 -0700 Subject: [PATCH 2/2] Removing another line from README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 0674b02..1fe8229 100644 --- a/README.md +++ b/README.md @@ -275,14 +275,6 @@ The AssemblyAI CLI includes a telemetry feature that collects usage data and is To opt out of telemetry, set the telemetry variable in the `config.toml` file to false. -## Upgrade - -Our team regularly releases updates to ensure world-class service, so make sure to update your CLI when a new release is available. You can do so by running the same commands as shown on the [Installation](#installation) section, or, if you've installed using brew, run: - -```bash -brew upgrade assemblyai -``` - ## Feedback Please don't hesitate to [let us know what you think](https://forms.gle/oQgktMWyL7xStH2J8)!