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:
acrognale-oai
2026-02-12 21:05:04 -05:00
committed by GitHub
parent 537102e657
commit ebe359b876
10 changed files with 148 additions and 14 deletions

View File

@@ -2565,6 +2565,13 @@
"null"
]
},
"cwd": {
"description": "Optional cwd filter; when set, only threads whose session cwd exactly matches this path are returned.",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Optional page size; defaults to a reasonable server-side value.",
"format": "uint32",