dofs, computer, docs: Document file tools - #83
Conversation
|
|
Thanks for your interest in Cloudflare Computer. This repository does not accept unsolicited pull requests. Please use one of the accepted contribution paths instead:
If a maintainer asked you to open this pull request, they can add the |
Describe directory pagination, ranged reads, the complete AI tool set, multimodal output, continuation fields, and read-only behavior.
aa93014 to
f9f1a69
Compare
Stack 5 of 7. Base:
stack/improve-tools-04-multimodal-read. Head:stack/improve-tools-05-document-tools.The public documentation described the original four file tools and did not explain search, deletion, pagination, byte continuations, mutation locking, or model-facing media output.
This change updates the tool interface and package documentation to describe the complete
read,ls,find,grep,write,edit, anddeleteset. It records read-only behavior, limits, continuation fields, media handling, and theFileStorecontract. A changeset covers the new DOFS and Computer capabilities.Verification
npm run build npx biome check .The separate Think migration in
cloudflare/agentsshould land after this part. It must move Think toworkspace.fsand@cloudflare/computer/toolsbefore the next breaking stack part removes the compatibility layer.