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

@@ -81,9 +81,9 @@ Interrupt a running turn: `interruptConversation`.
List/resume/archive: `listConversations`, `resumeConversation`, `archiveConversation`.
For v2 threads, use `thread/list` with `archived: true` to list archived rollouts and
`thread/unarchive` to restore them to the active sessions directory (it returns the restored
thread summary).
For v2 threads, use `thread/list` with filters such as `archived: true` or `cwd: "/path"` to
narrow results, and `thread/unarchive` to restore archived rollouts to the active sessions
directory (it returns the restored thread summary).
## Models