Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs

A developer has released a native extension for Visual Studio 2022 that integrates local LLMs via Ollama, addressing privacy concerns for enterprise developers working with proprietary codebases.
Key Features
- 100% Offline Operation: Connect to a local Ollama endpoint at
http://localhost:11434/api/generateand select models like DeepSeek or Llama 3 for completely private AI assistance. - Advanced Text Manipulation: Select code blocks and instruct the local model to perform tasks like "Remove duplicates," "Modify and replicate variables," or clean up code.
- Cloud Fallback: Switch to cloud providers like GPT-4o or Claude 3 Opus for personal projects through extension settings.
- Installation: Available free on the official Visual Studio marketplace. Install by opening Visual Studio 2022, going to Extensions Manager, and searching for "Local LLM Plugin Modern."
The extension eliminates the need to switch between terminal/browser and Visual Studio when using local models, maintaining workflow continuity while keeping code private.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Brand-Docs: Open-Source Tool for Claude to Generate DOCX, PPTX, XLSX from Templates
A Reddit user open-sourced Brand-Docs, a solution for Claude to generate Office documents (DOCX, PPTX, XLSX) that faithfully preserve company brand templates — layout, styles, images — without recreation.

Logira: eBPF Runtime Auditing for AI Agent Runs
Logira is an observe-only Linux CLI tool that records exec, file, and network events via eBPF during AI agent runs, with per-run local storage in JSONL and SQLite and built-in detection rules for credential access, persistence changes, and suspicious patterns.

Atuin v18.13 adds AI shell commands, faster search daemon, and PTY proxy
Atuin v18.13 introduces three major features: an AI-powered English-to-Bash helper called atuin ai, a faster search daemon with in-memory indexing, and a PTY proxy called hex that enables popup rendering without clearing terminal output.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.