Harden exec-server unified-exec follow-up

- fall back to local when sandboxed exec cannot be modeled remotely
- use server-issued process ids for remote session continuations
- retain symlink fidelity across fs/readDirectory plumbing
- clean up exited exec-server processes after retention

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-17 21:14:08 -07:00
parent 52dd39bc95
commit 690b9ce1f8
13 changed files with 81 additions and 34 deletions

View File

@@ -7466,12 +7466,17 @@
"isFile": {
"description": "Whether this entry resolves to a regular file.",
"type": "boolean"
},
"isSymlink": {
"description": "Whether this entry is a symlink.",
"type": "boolean"
}
},
"required": [
"fileName",
"isDirectory",
"isFile"
"isFile",
"isSymlink"
],
"type": "object"
},