feat: expose codex fs command governance
This commit is contained in:
@@ -144,6 +144,19 @@ function buildSupportMatrix({ helpText, methods }) {
|
||||
configBatchWrite: methodSet.has("config/batchWrite"),
|
||||
configMcpServerReload: methodSet.has("config/mcpServer/reload"),
|
||||
skillsConfigWrite: methodSet.has("skills/config/write"),
|
||||
commandExecWrite: methodSet.has("command/exec/write"),
|
||||
commandExecResize: methodSet.has("command/exec/resize"),
|
||||
commandExecTerminate: methodSet.has("command/exec/terminate"),
|
||||
fsRead:
|
||||
methodSet.has("fs/readFile") ||
|
||||
methodSet.has("fs/readDirectory") ||
|
||||
methodSet.has("fs/getMetadata"),
|
||||
fsWrite:
|
||||
methodSet.has("fs/writeFile") ||
|
||||
methodSet.has("fs/createDirectory") ||
|
||||
methodSet.has("fs/remove") ||
|
||||
methodSet.has("fs/copy"),
|
||||
fsWatch: methodSet.has("fs/watch") || methodSet.has("fs/unwatch"),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user