jamcopilotpromptmanager README
This extension allows you to create and save new small prompts for GitHub Copilot.
Features
JAM Copilot Prompt Manager
This command opens a panel where you can:
- Create new prompts for GitHub Copilot
- Save prompts for future use
- Use prompts for asking copilots directly in the interface
Creating a New Prompt
- Enter a title for your prompt
- Fill in the following fields:
- Task Explanation: What the prompt should accomplish. Long and full description of the task
- Input Example: Sample input to demonstrate usage
- Output Example: Expected output for the example above
- Input Indications: a short description of the input for user
Saving Prompts
- Click the "Save" button
- The prompt is saved as
<title>.json in the extension directory
- You can modify the filename if needed
Using Prompts
- Expand the Ask equest control section
- Enter your input text
- Click "Send"
- View the response in the Output control
Managing Existing Prompts
- Click the "Open" button
- Select a previously saved prompt
- You can:
- Use the prompt with new inputs
- Modify the prompt settings
- Save changes as a new prompt

Requirements
This extension requires Visual Studio Code version 1.70.0 or higher.
Extension Settings
This extension contributes the following settings:
jamcopilotpromptmanager.modelFamily : Specifies the family of language model to use. Default is gpt-4o .
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
| |