Skip to content

Commit c1e38e6

Browse files
authored
file selection proto input type change (RooCodeInc#3945)
* request type * changeset
1 parent b8a65a4 commit c1e38e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/spotty-buckets-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
change proto type

proto/file.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ service FileService {
3333
rpc selectImages(EmptyRequest) returns (StringArray);
3434

3535
// Select images and other files from the file system and returns as data URLs & paths respectively
36-
rpc selectFiles(EmptyRequest) returns (StringArrays);
36+
rpc selectFiles(BooleanRequest) returns (StringArrays);
3737

3838
// Convert URIs to workspace-relative paths
3939
rpc getRelativePaths(RelativePathsRequest) returns (RelativePaths);

0 commit comments

Comments
 (0)