-
Notifications
You must be signed in to change notification settings - Fork 2.6k
docs: Add prompt completion #1787
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
EbonyLouis
requested changes
Mar 20, 2025
| The CLI provides a set of slash commands that can be accessed during a session. These commands support tab completion for easier use. | ||
|
|
||
| #### Available Commands | ||
| - `/exit` or `/quit` - Exit the current session |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of these are duplicated under , keyboard shortcut section
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch thank you!
EbonyLouis
approved these changes
Mar 20, 2025
ahau-square
pushed a commit
that referenced
this pull request
Mar 21, 2025
* origin/main: (74 commits) docs: add youtube vscode short (#1809) blog: Goose Boston Meetup (#1805) docs: Choosing the Right Prompting Style Blog (#1794) docs: Asana tutorial (#1806) docs: add langfuse tutorial to blog (#1755) docs: Add VS Code tutorial (#1798) feat: can read and write to google sheets now (#1784) tweak darkmode for modal (#1797) docs: asana and gcal blog post (#1796) fix: update experimental features docs (#1781) docs: Remove Installer Link From Filesystem Tutorial (#1795) alexhancock/remove-little-gap (#1793) fix: #1562 - Only show text portion of goose message if there is text to display (#1791) feat: add /plan command in CLI to invoke reasoner with plan system prompt (#1616) docs: Adding Trigger Words to Memory Tutorial (#1783) docs: Add prompt completion (#1787) fix: check if working directory has changed before asking (#1733) extensions: add a display name field (#1759) ui: add logs to app (#1760) docs: add stdin (#1769) ...
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes an update to the
documentation/docs/guides/goose-cli-commands.mdfile to add a new section about prompt completion and available CLI commands.Documentation updates:
documentation/docs/guides/goose-cli-commands.md: Added a new section titled "Prompt Completion" that details the available slash commands, their descriptions, and examples of their usage. This section also highlights the tab completion feature for easier command use.