-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix/issue 140 clarify commands location #2190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
59dcfe7
ff9a7b5
3867450
081adf3
dc42353
34686c6
ff755ae
db5884c
934b1b8
ebbf32f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,9 +62,10 @@ python -m specify_cli --help | |
|
|
||
| Replace `specify_cli` above with the actual module name or entrypoint if different. | ||
|
|
||
| ### Why commands typed into Copilot Chat don't run | ||
| ### Where to run commands: Terminal vs AI Assistant | ||
|
|
||
| The chat is a text/AI interface. Typing `/specify` there is treated as part of your message to the assistant, not as a shell invocation. To run the command you must execute it in a terminal, or build a VS Code task/extension that runs it for you. | ||
| - **CLI commands** (e.g., `specify init`, `specify check`): Run in the VS Code integrated terminal. These are shell commands that execute on your machine. | ||
| - **Slash commands** (e.g., `/speckit.specify`, `/speckit.plan`): Run inside an AI assistant chat window (like GitHub Copilot Chat). These are consumed by the AI assistant, not executed as shell commands. | ||
|
|
||
|
Comment on lines
+56
to
+60
|
||
| ### Helpful tips for newcomers | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.