@@ -235,7 +235,6 @@ fn test_title_update_refreshes_shadowing_task_title() {
235235 orchestration_harness_type : None ,
236236 parent_conversation_id : None ,
237237 is_remote_child : false ,
238- is_durable_observer_parent : false ,
239238 root_task_is_optimistic : None ,
240239 run_id : None ,
241240 autoexecute_override : None ,
@@ -343,7 +342,6 @@ fn test_display_status_uses_matching_conversation_for_in_progress_task() {
343342 orchestration_harness_type : None ,
344343 parent_conversation_id : None ,
345344 is_remote_child : false ,
346- is_durable_observer_parent : false ,
347345 root_task_is_optimistic : None ,
348346 run_id : Some ( task_id. clone ( ) ) ,
349347 autoexecute_override : None ,
@@ -401,7 +399,6 @@ fn test_display_status_uses_active_execution_over_previous_conversation_status()
401399 orchestration_harness_type : None ,
402400 parent_conversation_id : None ,
403401 is_remote_child : false ,
404- is_durable_observer_parent : false ,
405402 root_task_is_optimistic : None ,
406403 run_id : Some ( task_id. clone ( ) ) ,
407404 autoexecute_override : None ,
@@ -466,7 +463,6 @@ fn test_display_status_updates_when_blocked_conversation_resumes() {
466463 orchestration_harness_type : None ,
467464 parent_conversation_id : None ,
468465 is_remote_child : false ,
469- is_durable_observer_parent : false ,
470466 root_task_is_optimistic : None ,
471467 run_id : Some ( task_id. clone ( ) ) ,
472468 autoexecute_override : None ,
@@ -547,7 +543,6 @@ fn test_display_status_terminal_task_state_overrides_matching_conversation() {
547543 orchestration_harness_type : None ,
548544 parent_conversation_id : None ,
549545 is_remote_child : false ,
550- is_durable_observer_parent : false ,
551546 root_task_is_optimistic : None ,
552547 run_id : Some ( task_id. clone ( ) ) ,
553548 autoexecute_override : None ,
@@ -603,7 +598,6 @@ fn test_status_filter_uses_display_status_for_task_backed_conversations() {
603598 orchestration_harness_type : None ,
604599 parent_conversation_id : None ,
605600 is_remote_child : false ,
606- is_durable_observer_parent : false ,
607601 root_task_is_optimistic : None ,
608602 run_id : Some ( task_id. clone ( ) ) ,
609603 autoexecute_override : None ,
@@ -1059,7 +1053,6 @@ fn test_get_entries_excludes_conversation_shadowed_by_child_task() {
10591053 orchestration_harness_type : None ,
10601054 parent_conversation_id : None ,
10611055 is_remote_child : false ,
1062- is_durable_observer_parent : false ,
10631056 root_task_is_optimistic : None ,
10641057 run_id : None ,
10651058 autoexecute_override : None ,
@@ -1210,7 +1203,6 @@ fn test_get_entries_merges_task_and_local_conversation_by_run_id() {
12101203 orchestration_harness_type : None ,
12111204 parent_conversation_id : None ,
12121205 is_remote_child : false ,
1213- is_durable_observer_parent : false ,
12141206 root_task_is_optimistic : None ,
12151207 run_id : Some ( task_id. clone ( ) ) ,
12161208 autoexecute_override : None ,
@@ -1266,7 +1258,6 @@ fn test_get_entries_merges_task_and_local_conversation_by_server_token() {
12661258 orchestration_harness_type : None ,
12671259 parent_conversation_id : None ,
12681260 is_remote_child : false ,
1269- is_durable_observer_parent : false ,
12701261 root_task_is_optimistic : None ,
12711262 run_id : None ,
12721263 autoexecute_override : None ,
@@ -1477,7 +1468,6 @@ fn test_resolve_open_action_returns_none_for_active_unattachable_session() {
14771468 orchestration_harness_type : None ,
14781469 parent_conversation_id : None ,
14791470 is_remote_child : false ,
1480- is_durable_observer_parent : false ,
14811471 root_task_is_optimistic : None ,
14821472 run_id : Some ( task_id. clone ( ) ) ,
14831473 autoexecute_override : None ,
@@ -1764,7 +1754,6 @@ fn test_server_token_assignment_updates_copy_link_resolution() {
17641754 orchestration_harness_type : None ,
17651755 parent_conversation_id : None ,
17661756 is_remote_child : false ,
1767- is_durable_observer_parent : false ,
17681757 root_task_is_optimistic : None ,
17691758 run_id : None ,
17701759 autoexecute_override : None ,
@@ -1927,7 +1916,6 @@ fn test_resolve_copy_link_uses_attached_synced_conversation_for_task_without_tok
19271916 orchestration_harness_type : None ,
19281917 parent_conversation_id : None ,
19291918 is_remote_child : false ,
1930- is_durable_observer_parent : false ,
19311919 root_task_is_optimistic : None ,
19321920 run_id : Some ( task_id. clone ( ) ) ,
19331921 autoexecute_override : None ,
@@ -2257,7 +2245,6 @@ fn test_get_entries_prefers_task_when_task_id_matches_conversation_run_id() {
22572245 orchestration_harness_type : None ,
22582246 parent_conversation_id : None ,
22592247 is_remote_child : false ,
2260- is_durable_observer_parent : false ,
22612248 root_task_is_optimistic : None ,
22622249 run_id : Some ( task_id. clone ( ) ) ,
22632250 autoexecute_override : None ,
@@ -2319,7 +2306,6 @@ fn test_get_entries_prefers_task_when_server_token_matches() {
23192306 orchestration_harness_type : None ,
23202307 parent_conversation_id : None ,
23212308 is_remote_child : false ,
2322- is_durable_observer_parent : false ,
23232309 root_task_is_optimistic : None ,
23242310 run_id : None ,
23252311 autoexecute_override : None ,
0 commit comments