mind: restore age_out_images and publish_context_state after turns
These were called from handle_turn_result before the refactor but got lost during the MindState migration. Re-add them in the turn completion path. Delete the trivial refresh_context_state wrapper. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
01b07a7f28
commit
402bae4178
3 changed files with 9 additions and 8 deletions
|
|
@ -13,7 +13,6 @@ use tokio::sync::Mutex;
|
|||
|
||||
use crate::agent::Agent;
|
||||
use crate::agent::api::ApiClient;
|
||||
use crate::config::SessionConfig;
|
||||
use crate::user::{self as tui, HotkeyAction};
|
||||
use crate::user::ui_channel::{self, UiMessage};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue