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 b8a65a4 commit c1e38e6Copy full SHA for c1e38e6
.changeset/spotty-buckets-cheer.md
@@ -0,0 +1,5 @@
1
+---
2
+"claude-dev": patch
3
4
+
5
+change proto type
proto/file.proto
@@ -33,7 +33,7 @@ service FileService {
33
rpc selectImages(EmptyRequest) returns (StringArray);
34
35
// Select images and other files from the file system and returns as data URLs & paths respectively
36
- rpc selectFiles(EmptyRequest) returns (StringArrays);
+ rpc selectFiles(BooleanRequest) returns (StringArrays);
37
38
// Convert URIs to workspace-relative paths
39
rpc getRelativePaths(RelativePathsRequest) returns (RelativePaths);
0 commit comments