feat(logging): Implement session-based log organization
This commit is contained in:
@@ -513,7 +513,8 @@ class App:
|
||||
"cache_creation_input_tokens": 0
|
||||
}
|
||||
|
||||
session_logger.open_session()
|
||||
label = self.project.get("project", {}).get("name", "")
|
||||
session_logger.open_session(label=label)
|
||||
ai_client.set_provider(self.current_provider, self.current_model)
|
||||
ai_client.confirm_and_run_callback = self._confirm_and_run
|
||||
ai_client.comms_log_callback = self._on_comms_entry
|
||||
|
||||
Reference in New Issue
Block a user