Skip to content

Commit

Permalink
Added comment (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen authored Mar 5, 2025
1 parent 45d1f49 commit 4b50abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/packages/shell/src/renderer/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function addEvents(
chatView.addAgentMessage(message, { appendMode: mode });
},
appendDiagnosticData: (requestId, data) => {
// TODO: append data instead of replace
chatView.setActionData(requestId, data);
},
setDynamicDisplay: (
Expand Down

0 comments on commit 4b50abf

Please sign in to comment.