From f7d2b5300c44aea16b6d06f18a9589b976d369d3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sun, 2 Feb 2025 17:05:57 +0200 Subject: [PATCH] Remove /workflow command as not existing anymore (#24095) Based on https://github.com/zed-industries/zed/issues/16913#issuecomment-2629424808 Follow-up of https://github.com/zed-industries/zed/pull/19900 Release Notes: - N/A --- docs/src/assistant/commands.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/assistant/commands.md b/docs/src/assistant/commands.md index f9fe9163d4..312841149b 100644 --- a/docs/src/assistant/commands.md +++ b/docs/src/assistant/commands.md @@ -104,12 +104,6 @@ This is equivalent to the `assistant: quote selection` command ({#kb assistant:: Usage: `/selection` -## `/workflow` - -The `/workflow` command inserts a prompt that opts into the edit workflow. This sets up the context for the assistant to suggest edits to your code. - -Usage: `/workflow` - ## Extensibility Additional slash commands can be provided by extensions.