mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
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.
6 lines
172 B
JSON
6 lines
172 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Successful response for `fs/writeFile`.",
|
|
"title": "FsWriteFileResponse",
|
|
"type": "object"
|
|
} |