{"id":24824323,"url":"https://github.com/thebuggybug/vscode_ext","last_synced_at":"2025-03-25T23:18:35.164Z","repository":{"id":274955249,"uuid":"924596279","full_name":"thebuggybug/vsCode_ext","owner":"thebuggybug","description":"This project is a VS Code extension that provides a chatbot UI similar to ChatGPT, powered by the Ollama API and the DeepSeek-Coder-V2 model. Users can interact with a conversational AI and select any available model listed in Ollama for various tasks. It enhances coding workflows with AI-powered assistance directly within VS Code.","archived":false,"fork":false,"pushed_at":"2025-01-31T11:48:56.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-03-25T23:18:31.610Z","etag":null,"topics":["llm","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thebuggybug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-30T10:02:16.000Z","updated_at":"2025-01-31T11:48:59.000Z","dependencies_parsed_at":"2025-01-30T11:38:41.875Z","dependency_job_id":null,"html_url":"https://github.com/thebuggybug/vsCode_ext","commit_stats":null,"previous_names":["thebuggybug/vscode_ext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2FvsCode_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2FvsCode_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2FvsCode_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2FvsCode_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebuggybug","download_url":"https://codeload.github.com/thebuggybug/vsCode_ext/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556980,"owners_count":20634896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm","vscode","vscode-extension"],"created_at":"2025-01-30T20:29:23.674Z","updated_at":"2025-03-25T23:18:35.153Z","avatar_url":"https://github.com/thebuggybug.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Deepseek VS Code Extension \n\n## v 1.0.0\n\nThis VS Code extension integrates with the Ollama API and utilizes the `deepseek-coder-v2` model for AI-powered development assistance. The extension is designed for developers to enhance their workflow with conversational AI within the VS Code environment.\n\n## Features\n\n- **Interactive Chatbot UI**: Provides a chatbot interface similar to ChatGPT for seamless communication with AI.\n- **Model Selection**: You can choose from various models available through the Ollama API (currently using `deepseek-coder-v2`).\n- **Background Operation**: The extension runs in the background using a terminal, allowing for uninterrupted development.\n\n## Extension Snapshots:  \n\u003e \u003cimg width=\"400\" alt=\"image\" src=\"https://github.com/user-attachments/assets/6c10e222-f7ac-4018-a5fc-3846e1995255\" /\u003e\n\u003e \u003cimg width=\"400\" alt=\"image\" src=\"https://github.com/user-attachments/assets/39d4afd9-3699-4a82-935e-0696c0eea59a\" /\u003e\n\u003e \u003cimg width=\"800\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b27e2b60-850d-4230-bb4f-2cc21ac12b4b\" /\u003e\n\n\n\n\n\n\n\n## Requirements\n\n- **Node.js 22**: Ensure you have Node.js version 22 installed on your system.\n- **Ollama \u0026 Model**: Make sure Ollama is installed and the model of your choice is available. The extension is currently set to use the `deepseek-coder-v2` model.\n- \nTo install the required packages, run:\n\n```bash\nnpm install\n```\n\n### Installing Ollama:\n\n1. Visit the [Ollama website](https://ollama.com/) to download and install Ollama for your platform.\n2. After installation, download the model using the [Deepseek-Coder-V2 page](https://ollama.com/library/deepseek-coder-v2).\n3. Select the model parameter according to your hardware (I am using the 16B parameter).\n\n### Running the Model:\n\nOnce you have installed Ollama and selected your model, run the model in your terminal with the following command:\n\n```bash\nollama run deepseek-coder-v2\n```\n\nYou shoud be able to chat with your model and you are good to go. Press `Cltr + d` to exit. But\nmake sure **Ollama** is running on background.\n\n## Extension Setup\n\n1. Ensure Ollama and the preferred model are installed and running on your system.\n2. Launch the extension by opening the **Command Palette**:\n    - On Mac: Press `Cmd + Shift + P`\n    - On Windows/Linux: Press `Ctrl + Shift + P`\n3. Select **Debug: Start Debugging**.\n4. A new VS Code window will open. Again, open the **Command Palette** and type \"Start Deepseek\" to activate the extension.\n\n\n## Build Extension Locally\n\nYou can build and run this extension locally by using these commands:\n\nfor build:\n```bash\nvsce package    \n```\nfor installing:\n```bash\ncode --install-extension deepseek-1.0.0.vsix \n```\n(considering the name of extension **deepseek-1.0.0.vsix** while building)\n\nmake sure **vsce** and **code** are installed.\n\nAfter successful installaton, you should be able to see Extension in your installed extension section in ***Extension Marketplace*** or while pressing `Cmd + Shift + P`.\n\n## Known Issues\n\n- If ollama is not running in the background, the extension may not function correctly. Ensure ollama is actively running before interacting with the chatbot UI.\n\n## Release Notes\n\n### 1.0.0\n- Initial release of the deepseek VS Code extension with `deepseek-coder-v2` model integration.\n\n---\n\n## Following Extension Guidelines\n\nMake sure you’ve read through [VS Code Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines) to follow the best practices when creating your extension.\n\n## For More Information\n\n- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)\n- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)\n\n**Enjoy using Deepseek! Chat**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebuggybug%2Fvscode_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebuggybug%2Fvscode_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebuggybug%2Fvscode_ext/lists"}