worker: split session capture observation features

This commit is contained in:
2026-08-07 16:31:15 +09:00
parent a9bb806387
commit ff50baec99
22 changed files with 2102 additions and 879 deletions
+4 -1
View File
@@ -1600,9 +1600,12 @@ fn tool_kind(name: &str) -> &'static str {
"WebFetch" | "WebSearch" => "web",
"SubWorkerSpawn"
| "SubWorkerSend"
| "SubWorkerReadOutput"
| "SubWorkerList"
| "SubWorkerStop"
| "ListWorkerSessions"
| "ViewSessionOverview"
| "SearchSessionEntries"
| "ReadSessionEntry"
| "WorkerList"
| "WorkerSpawn"
| "WorkerStop"