Compare commits

...

2 Commits

Author SHA1 Message Date
0xtoshii 0774a655c0 changeset 2025-05-30 19:45:38 -07:00
0xtoshii 53410baaa4 request type 2025-05-30 19:44:59 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
change proto type
+1 -1
View File
@@ -33,7 +33,7 @@ service FileService {
rpc selectImages(EmptyRequest) returns (StringArray);
// Select images and other files from the file system and returns as data URLs & paths respectively
rpc selectFiles(EmptyRequest) returns (StringArrays);
rpc selectFiles(BooleanRequest) returns (StringArrays);
// Convert URIs to workspace-relative paths
rpc getRelativePaths(RelativePathsRequest) returns (RelativePaths);