We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101f6b9 commit c1dcd98Copy full SHA for c1dcd98
src/server.js
@@ -653,7 +653,7 @@ function createApp() {
653
console.log(`\x1b[36mℹ Received response from backend\x1b[0m`);
654
655
// Process the response data directly - iterate over each file
656
- const responseData = backendResponse.response,.coding_agent_output;
+ const responseData = backendResponse.response.coding_agent_output;
657
const results = [];
658
659
for (const fileData of responseData) {
0 commit comments