Files
codex/codex-rs/app-server-protocol/schema/json/v2/FsWriteFileResponse.json
Ruslan Nigmatullin 2f63af0098 app-server: add v2 filesystem APIs
Add the v2 app-server protocol and implementation for filesystem reads, writes, directory operations, metadata, copying, and removal. This also updates the schema fixtures, app-server documentation, and the v2 integration coverage for the filesystem API surface.
2026-03-12 16:59:16 -07:00

6 lines
172 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Successful response for `fs/writeFile`.",
"title": "FsWriteFileResponse",
"type": "object"
}