Devlog #9 - MILO can create folders
Today I added Create Folder to M.I.L.O so now I can say: Create a folder called MILO FOLDER TEST and then MILO understands it, checks the location, then asks for confirmation before creating it. I added the new CREATE_FOLDER action to the AI and backend, plus Create / Cancel buttons in the frontend.{
“action”: “CREATE_FOLDER”,
“new_name”: “School”
}
I also added safety checks so it won’t create a folder if the name is invalid or something with that name already exists.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.