mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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:
committed by
GitHub
Unverified
parent
537102e657
commit
ebe359b876
@@ -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