An internal VS Code extension for leveraging local Large Language Models to perform advanced code analysis and other development tasks.
Features
DevOps ToolKit brings the power of a local AI model directly into your editor to help you write better code, faster.
- AI-Powered Code Analysis: Analyze your code for bugs, performance issues, and best-practice violations.
- On-Demand Task Menu: A simple shortcut (
Ctrl+J ) brings up a menu of available AI tasks.
- Local First, Privacy Focused: All processing is done on your local machine using your own LLM instance. No code ever leaves your workstation.
- Customizable Model: Configure the extension to use your preferred local model.
Requirements
How to Use
Once the local LLM is set up and running, you can use the extension within VS Code.
- Open any code file in the editor.
- Press
Ctrl+J to activate the DevOps ToolKit menu.
- Select the desired AI task from the quick-pick menu that appears at the top of the screen.
- The extension will process your request and display the results.
Extension Settings
Known Issues
- The extension will fail if the LLM server is not running
Release Notes
1.0.0
- Initial release of DevOps AI.
- Features include code analysis via a local LLM.
- Activation via
Ctrl+J shortcut.
| |