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

Claude-Code v2.1.63 adds HTTP hooks, slash commands, and fixes memory leaks
Claude-Code v2.1.63 introduces HTTP hooks for JSON-based external calls, adds /simplify and /batch slash commands, and fixes multiple memory leaks in long-running sessions. The release also improves MCP server handling and VSCode integration.

Memctl: Open Source MCP Server for Persistent Memory in AI Coding Agents
Memctl is an open source MCP server that provides AI coding agents with persistent memory across sessions, machines, and IDEs. Built primarily with Claude Code in two weeks, it stores project context and serves it back in subsequent sessions.

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.

agentmemory V4 achieves 96.2% on LongMemEval benchmark, outperforms commercial AI memory systems
agentmemory V4 scored 96.2% on LongMemEval, beating several funded AI memory companies including PwC Chronos (95.6%), Mastra (94.87%), and OMEGA (93.2%). The system was built solo in 16 days on a mid-range gaming PC with a $1,000 budget.