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++.

18 lines 531 B
{ "timestamp": "2025-08-02T16:16:38.275Z", "model": "starcoder2:3b", "language": "cpp", "scenario": "memory-safety", "task": "Add destructor, copy constructor, and move semantics", "originalCode": "class Buffer {\n char* data;\n int size;\npublic:\n Buffer(int s) {\n data = new char[s];\n size = s;\n }\n};", "rawResponse": "\n", "improvedCode": "", "duration": 142, "success": false, "qualityMetrics": { "score": 0, "rawScore": 0, "maxScore": 1.3 }, "error": null }