Skip to content

Commit c4c5cf6

Browse files
committed
Show spinner after reading files
1 parent effec8c commit c4c5cf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

npm-app/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,9 @@ export class Client {
785785
files,
786786
requestId,
787787
})
788+
if (this.userInputId) {
789+
Spinner.get().start('Reading through files...')
790+
}
788791
})
789792

790793
// Handle backend-initiated tool call requests

0 commit comments

Comments
 (0)