UNPKG

codebridge-ai

Version:

Complete fullstack AI coding platform with AST-based code integration and local LLM support. Now with comprehensive web technology support (HTML/CSS/JS) plus JavaScript, Python, Rust, and C++.

11 lines 395 B
{ "timestamp": "2025-08-02T11:51:28.348Z", "model": "starcoder2:3b", "language": "python", "testCase": "basic-function", "success": false, "duration": 3369, "originalCode": "\ndef calculate_average(numbers):\n total = sum(numbers)\n return total / len(numbers)", "task": "Add type hints, docstring, and error handling for empty list", "error": "Unexpected token (2:30)" }