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 459 B
{ "timestamp": "2025-08-02T14:34:56.301Z", "model": "starcoder2:3b", "language": "rust", "scenario": "error-handling", "task": "Replace unwrap with proper error handling using Result", "originalCode": "fn read_number(s: &str) -> i32 {\n s.parse().unwrap()\n}", "rawResponse": "\n", "improvedCode": "", "duration": 139, "success": false, "qualityMetrics": { "score": 0, "rawScore": 0, "maxScore": 1.3 }, "error": null }