Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srgchrksv/ftcher
ftcher- fetches stuff. Github copilot chat extension.
https://github.com/srgchrksv/ftcher
anthropic azureopenai chat claude codingassistant copilot ftcher genai githubcopilot openai vscode-extension
Last synced: about 1 month ago
JSON representation
ftcher- fetches stuff. Github copilot chat extension.
- Host: GitHub
- URL: https://github.com/srgchrksv/ftcher
- Owner: srgchrksv
- License: mit
- Created: 2024-09-13T13:56:43.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T14:42:57.000Z (2 months ago)
- Last Synced: 2024-09-29T06:42:12.715Z (about 2 months ago)
- Topics: anthropic, azureopenai, chat, claude, codingassistant, copilot, ftcher, genai, githubcopilot, openai, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ftcher - fetches stuff
### Github copilot chat extensionIt adds the `claude-3-5-sonnet` into the [copilot](https://github.com/features/copilot) chat.
![alt text](image.png)
Example of usage: ```@ftcher /anthropic your prompt here```
Also you can use copilots features like:
- add selection to chat
- add file to chatFirst call will ask for anthropic api key that you can get at [https://www.anthropic.com/api](https://www.anthropic.com/api)
To package this extension and load it as .vsix file to vscode extensions.
- first install ```npm install -g @vscode/vsce```
- then run ```npx @vscode/vsce package```
- finally right click on the generated .vsix file, then click the `Install extension VSIX` on the bottom or go to extensions menu, click three dots and tap install.Or run in debug mode.
Useful links:
- [https://code.visualstudio.com/api/extension-guides/chat](https://code.visualstudio.com/api/extension-guides/chat)- [https://github.com/features/copilot](https://github.com/features/copilot)
- [https://code.visualstudio.com/](https://code.visualstudio.com/)
- [https://www.anthropic.com/api](https://www.anthropic.com/api)