mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +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
184 B
JSON
6 lines
184 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Successful response for `fs/createDirectory`.",
|
|
"title": "FsCreateDirectoryResponse",
|
|
"type": "object"
|
|
} |