mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Add cwd as an optional field to thread/list (#11651)
Add's the ability to filter app-server thread/list by cwd
This commit is contained in:
@@ -180,6 +180,7 @@ impl AppServerClient {
|
||||
model_providers: None,
|
||||
source_kinds: None,
|
||||
archived: None,
|
||||
cwd: None,
|
||||
},
|
||||
};
|
||||
self.send(&request)?;
|
||||
|
||||
Reference in New Issue
Block a user