You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): Enhance CodeBuddy description and add configuration handling
- Update the extension description in package.json to highlight AI-powered features and supported models.
- Implement SecretStorageService to securely store API keys and handle configuration changes.
- Add configuration change handling to update configurations like font and chatview theme.
- Add workspace context to disable input on load.
- Publish configuration changes via the event emitter.
- Subscribe to configuration changes in the webview to apply new settings.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"url": "https://olasunkanmi.app"
8
8
},
9
9
"publisher": "fiatinnovations",
10
-
"description": "CodeBuddy is an AI-powered coding assistant that helps developers write, review, and optimize code.",
10
+
"description": "CodeBuddy is a Visual Studio Code extension that enhances developer productivity through AI-powered code assistance. It provides intelligent code review, refactoring suggestions, optimization tips, and interactive chat capabilities powered by multiple AI models including Gemini, Groq, Anthropic, and Deepseek.",
0 commit comments