feat: sync codex thread metadata
This commit is contained in:
14
tests/fixtures/codex-app-server-runtime.mjs
vendored
14
tests/fixtures/codex-app-server-runtime.mjs
vendored
@@ -691,6 +691,20 @@ rl.on("line", (line) => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (message.method === "thread/metadata/update") {
|
||||
send({
|
||||
id: message.id,
|
||||
result: {
|
||||
thread: {
|
||||
id: message.params?.threadId,
|
||||
gitInfo: message.params?.gitInfo,
|
||||
internalMetadataSecret: "thread-metadata-secret-should-not-leak",
|
||||
},
|
||||
},
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if (message.method === "thread/read") {
|
||||
send({
|
||||
id: message.id,
|
||||
|
||||
Reference in New Issue
Block a user