{"id":26587711,"url":"https://github.com/cofficlab/codebuddy","last_synced_at":"2026-05-07T15:34:27.769Z","repository":{"id":283401029,"uuid":"951648410","full_name":"CofficLab/CodeBuddy","owner":"CofficLab","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-20T08:22:32.000Z","size":1265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T08:31:30.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CofficLab.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-03-20T02:45:54.000Z","updated_at":"2025-03-20T08:22:36.000Z","dependencies_parsed_at":"2025-03-20T08:32:17.239Z","dependency_job_id":null,"html_url":"https://github.com/CofficLab/CodeBuddy","commit_stats":null,"previous_names":["nookery/codebuddy","cofficlab/codebuddy"],"tags_count":0,"template":false,"template_full_name":"Mhdi-kr/vscode-webvue","purl":"pkg:github/CofficLab/CodeBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FCodeBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FCodeBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FCodeBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FCodeBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CofficLab","download_url":"https://codeload.github.com/CofficLab/CodeBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FCodeBuddy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260150928,"owners_count":22966407,"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":[],"created_at":"2025-03-23T12:29:56.031Z","updated_at":"2025-10-20T08:33:29.205Z","avatar_url":"https://github.com/CofficLab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Code Buddy\n\nAn AI-powered VS Code extension that provides intelligent coding assistance using various AI providers.\n\n## 🚀 How to use\n\n### Install dependencies\n\n```bash\nyarn\n```\n\nFor running project in development mode use\n\n```bash\nyarn watch\n```\n\n### Configuration\n\n1. Open VS Code settings\n2. Configure your preferred AI provider (OpenAI, Anthropic, or Deepseek)\n3. Add the corresponding API key for your chosen provider\n\n### Using the Extension\n\n1. Open the command palette (Ctrl/Cmd + Shift + P)\n2. Type and select \"Open AI Chat Assistant\"\n3. Start interacting with your AI coding assistant!\n\n### Adding more commands\n\nTo add more commands to your extension, edit the `package.json` located in the `/packages/extension` directory, and use the keys in your `extension.ts` file using `vscode.commands.registerCommand` method.\n\n## 🔧 How it works\n\n![flow](./static/flow.jpg)\n\nThe project is built with monorepo structure containing two packages. The first one being the client, and the second being the visual studio code extension program.\n\nwhen you start developing on the `/packages/client/` vue application directory, your changes will be watched using nodemon, then rebuilt and be opened inside vscode extension host ready to be used with vscode command pallet!\n\nHere you can see your vue project already built and injected using vscode webview API. you can utilize the full functionality of vue such as its amazing reactivity and its available additions (like `vue-router`) out of the box!\n\nInside the vue application code, the `vscode` object is globally accessible and can be used to send messages to the vscode runtime and perform tasks such as read/writing files, etc.\n\n![helloworld](./static/helloworld.gif)\n\n## 🤖 Supported AI Providers\n\n- OpenAI\n- Anthropic\n- Deepseek\n\n## 📄 Technical Reference\n\n[Developing a VS Code Extension using Vue 3 and WebView Panels API](https://medium.com/@mhdi_kr/developing-a-vs-code-extension-using-vue-3-and-webview-panels-api-536d87ce653a)\n\n## 🔗 Links\n\n- [GitHub](https://github.com/cofficlab/CodeBuddy)\n- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=coffic.smart-buddy)\n\n## 🤝 Contribution\n\nIf you have any questions or recommendations please create a new issue for it, and if you've hacked together any feature or enhancement, a pull request is more than welcome here! 🙏\n\n## 📝 License\n\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fcodebuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcofficlab%2Fcodebuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fcodebuddy/lists"}