fix: close PI-090 review findings
This commit is contained in:
@@ -306,7 +306,10 @@ export default function makeloreRuntime(pi) {
|
||||
const paths = touchedPaths.get(event.toolCallId);
|
||||
touchedPaths.delete(event.toolCallId);
|
||||
if (paths) {
|
||||
await invokeProduct(event.toolCallId, 'changed_file', { paths, refresh: true }).catch(() => undefined);
|
||||
await bridge('changes.touched', {
|
||||
resourceId: event.toolCallId,
|
||||
paths,
|
||||
}).catch(() => undefined);
|
||||
}
|
||||
});
|
||||
pi.on('agent_end', releaseAll);
|
||||
|
||||
Reference in New Issue
Block a user