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

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Bespoke AI v0.8.1: VS Code Autocomplete Extension for Code and Text
Ad

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

Ad

👀 See Also

Claude Code Mastery: Open-source config system adds persistent memory and curated skills to Claude Code CLI
Tools

Claude Code Mastery: Open-source config system adds persistent memory and curated skills to Claude Code CLI

Claude Code Mastery is an open-source configuration system that adds persistent memory across sessions, smart lifecycle hooks, and 26+ curated skills to Claude Code CLI. It includes a 6-file Memory Bank per project, zero-config launcher, and cross-platform support.

OpenClawRadar
Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube
Tools

Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube

A new MCP server for Ssemble AI Clipping allows Claude to create TikTok/Reels/Shorts-style videos from YouTube URLs with AI-generated clips, caption templates, music tracks, and overlays. Setup involves adding configuration to Claude Desktop or using a hosted endpoint.

OpenClawRadar
🦀
Tools

Terry Tao Ports 24 Java Applets to JavaScript with LLM Agent — Finds Bugs in Original Code

Terence Tao used an LLM coding agent to port his 1999 Java applets to JavaScript in hours. The agent found two bugs in the original code and introduced only one minor drag-handling issue.

OpenClawRadar
GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity
Tools

GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity

GitVelocity uses Claude to score merged pull requests 0-100 across six dimensions: scope, architecture, implementation, risk, quality, and performance/security. After analyzing 50,000+ PRs across TypeScript, Python, Rust, Go, Java, and Elixir, the team found surprising patterns about PR size, test coverage, and AI adoption.

OpenClawRadar