Skip to content

Commit

Permalink
Remove /workflow command as not existing anymore #2 (#24097)
Browse files Browse the repository at this point in the history
Follow-up of #24095

Release Notes:

- N/A
  • Loading branch information
SomeoneToIgnore authored Feb 2, 2025
1 parent f7d2b53 commit f4f51c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/src/assistant/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Slash commands enhance the assistant's capabilities. Begin by typing a `/` at th

- `/search`: Performs semantic search for content in your project based on natural language
- Not generally available yet, but some users may have access to it.
- `/workflow`: Opts into the edit workflow for a specific context
- Not generally available yet.

> **Note:** Remember, commands are only evaluated when the context is created or when the command is inserted, so a command like `/now` won't continuously update, or `/file` commands won't keep their contents up to date.
Expand Down
6 changes: 2 additions & 4 deletions docs/src/assistant/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ The following providers are supported:

- [Zed AI (Configured by default when signed in)](#zed-ai)
- [Anthropic](#anthropic)
- [GitHub Copilot Chat](#github-copilot-chat) [^1]
- [Google AI](#google-ai) [^1]
- [GitHub Copilot Chat](#github-copilot-chat)
- [Google AI](#google-ai)
- [Ollama](#ollama)
- [OpenAI](#openai)
- [LM Studio](#lmstudio)

To configure different providers, run `assistant: show configuration` in the command palette, or click on the hamburger menu at the top-right of the assistant panel and select "Configure".

[^1]: This provider does not support the [`/workflow`](./commands#workflow-not-generally-available) command.

To further customize providers, you can use `settings.json` to do that as follows:

- [Configuring endpoints](#custom-endpoint)
Expand Down

0 comments on commit f4f51c1

Please sign in to comment.