Bespoke AI v0.8.1: VS Code Autocomplete Extension for Code and Text

Bespoke AI v0.8.1 is a VS Code extension that provides autocomplete functionality for both code and non-code text. The developer created it after finding no decent open source autocomplete projects that worked well for text autocomplete.
Key Details
The extension leverages existing Claude Code subscriptions through Anthropic's Agent SDK, allowing users to access full power autocomplete (including Opus) without incurring API charges. Alternatively, users can configure it to use any API they want, including Ollama.
The extension is available on the VS Code Marketplace at https://marketplace.visualstudio.com/items?itemName=TrentMcNitt.bespoke-ai and the source code is hosted on GitHub at https://github.com/trentmcnitt/bespoke-ai-vscode-ext.
The developer is seeking testers to validate the extension on setups other than their own. Feedback can be provided via comments on the Reddit post, direct messages, or by creating issues on the GitHub repository.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Code Review Benchmark: Claude, Gemini, Codex, Qwen, and MiniMax Compared
A benchmark tested five AI models on 15 Milvus pull requests with known bugs. Claude detected 53% of bugs in raw mode, while adversarial debate between models increased detection to 80%.

Open-source local hook automatically switches Claude models to cut AI costs
A developer created a local hook for Cursor and Claude Code that analyzes prompts and automatically selects the appropriate Claude model (Haiku, Sonnet, or Opus) before sending requests. The tool uses keyword rules to classify tasks and block overpaying scenarios, with retroactive analysis showing 50-70% cost reduction.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.

adamsreview: A Multi-Stage PR Review Plugin for Claude Code with Parallel Agents and Auto-Fix Loop
adamsreview is a Claude Code plugin that runs deeper, multi-stage PR reviews using parallel sub-agents, validation passes, persistent JSON state, and an optional ensemble review via Codex CLI and PR bot comments.