Claude: reduced the file and dir count (still bad code) but works

This commit is contained in:
Niklas Jensen
2026-01-05 21:21:52 +01:00
committed by Rune Harlyk
parent 957b60b132
commit 26c187a480
4 changed files with 43 additions and 12 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ socket_message.FSMkdirResponse.error max_size:128
socket_message.FSListRequest.path max_size:256
socket_message.FSListResponse.error max_size:128
socket_message.FSListResponse.files max_count:50
socket_message.FSListResponse.directories max_count:50
socket_message.FSListResponse.files max_count:20
socket_message.FSListResponse.directories max_count:20
socket_message.FSDownloadStartRequest.path max_size:256
socket_message.FSDownloadStartResponse.error max_size:128