Keep track of the latest additions, improvements, and fixes in List Coder IDE.
[3.3.0] — 2026-06-14
Added
- Security Fingerprinting: Integrated hardware fingerprint verification (CPU, Motherboard, and BIOS serials) strictly to enforce bans on cloud AI services and prevent Sybil account creation.
- Model Support: Integrated Anthropic Claude 4, Google Gemini 2.5, and DeepSeek-V3 models.
- Ollama Integration: Streamlined local offline detection for Qwen2.5-Coder models.
Fixed
- Fixed token usage calculation issues for streaming chat responses.
- Resolved memory leaks occurring in long agent execution loops.
[2.2.0] — 2026-03-20
Added
- MCP Integration: Full support for the Model Context Protocol (MCP). Connect third-party APIs, local servers, and custom database endpoints directly to your AI agents.
- Web Builder: Integrated visual preview panel for front-end frameworks (Next.js, React, HTML5) with live reloading.
- Multi-file Agent Workspace: AI agents can now search, view, create, edit, and run scripts across your entire project autonomously.
Improved
- Improved semantic code indexing for large-scale workspaces (>10,000 files).
- Updated default theme styling and contrast settings.
[2.1.0] — 2025-12-15
Added
- Visual Checkpoints: Introduced visual diffs for AI code insertions. Easily inspect, reject, or commit code block edits from the sidebar.
- Local Autocomplete: Support for lightweight local models (like SmolLM2) running locally on CPU.
Improved
- Reduced tab autocomplete suggestion latency to under 120ms.