@@ -68,6 +68,7 @@ async fn record_initial_history_resumed_bare_turn_context_does_not_hydrate_previ
6868 timezone : turn_context. timezone . clone ( ) ,
6969 approval_policy : turn_context. approval_policy . value ( ) ,
7070 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
71+ permission_profile : None ,
7172 network : None ,
7273 file_system_sandbox_policy : None ,
7374 model : previous_model. to_string ( ) ,
@@ -108,6 +109,7 @@ async fn record_initial_history_resumed_hydrates_previous_turn_settings_from_lif
108109 timezone : turn_context. timezone . clone ( ) ,
109110 approval_policy : turn_context. approval_policy . value ( ) ,
110111 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
112+ permission_profile : None ,
111113 network : None ,
112114 file_system_sandbox_policy : None ,
113115 model : previous_model. to_string ( ) ,
@@ -903,6 +905,7 @@ async fn record_initial_history_resumed_turn_context_after_compaction_reestablis
903905 timezone : turn_context. timezone . clone ( ) ,
904906 approval_policy : turn_context. approval_policy . value ( ) ,
905907 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
908+ permission_profile : None ,
906909 network : None ,
907910 file_system_sandbox_policy : None ,
908911 model : previous_model. to_string ( ) ,
@@ -979,6 +982,7 @@ async fn record_initial_history_resumed_turn_context_after_compaction_reestablis
979982 timezone: turn_context. timezone. clone( ) ,
980983 approval_policy: turn_context. approval_policy. value( ) ,
981984 sandbox_policy: turn_context. sandbox_policy. get( ) . clone( ) ,
985+ permission_profile: None ,
982986 network: None ,
983987 file_system_sandbox_policy: None ,
984988 model: previous_model. to_string( ) ,
@@ -1009,6 +1013,7 @@ async fn record_initial_history_resumed_aborted_turn_without_id_clears_active_tu
10091013 timezone : turn_context. timezone . clone ( ) ,
10101014 approval_policy : turn_context. approval_policy . value ( ) ,
10111015 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
1016+ permission_profile : None ,
10121017 network : None ,
10131018 file_system_sandbox_policy : None ,
10141019 model : previous_model. to_string ( ) ,
@@ -1122,6 +1127,7 @@ async fn record_initial_history_resumed_unmatched_abort_preserves_active_turn_fo
11221127 timezone : turn_context. timezone . clone ( ) ,
11231128 approval_policy : turn_context. approval_policy . value ( ) ,
11241129 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
1130+ permission_profile : None ,
11251131 network : None ,
11261132 file_system_sandbox_policy : None ,
11271133 model : current_model. to_string ( ) ,
@@ -1233,6 +1239,7 @@ async fn record_initial_history_resumed_trailing_incomplete_turn_compaction_clea
12331239 timezone : turn_context. timezone . clone ( ) ,
12341240 approval_policy : turn_context. approval_policy . value ( ) ,
12351241 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
1242+ permission_profile : None ,
12361243 network : None ,
12371244 file_system_sandbox_policy : None ,
12381245 model : previous_model. to_string ( ) ,
@@ -1383,6 +1390,7 @@ async fn record_initial_history_resumed_replaced_incomplete_compacted_turn_clear
13831390 timezone : turn_context. timezone . clone ( ) ,
13841391 approval_policy : turn_context. approval_policy . value ( ) ,
13851392 sandbox_policy : turn_context. sandbox_policy . get ( ) . clone ( ) ,
1393+ permission_profile : None ,
13861394 network : None ,
13871395 file_system_sandbox_policy : None ,
13881396 model : previous_model. to_string ( ) ,
0 commit comments