Add log-to-file feature with background writer

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-12 20:58:44 +08:00
parent 2efbc9c284
commit ab1c5882d1
4 changed files with 219 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
mod app;
mod app_state;
mod buffers;
mod logging;
mod panels;
mod perf;
mod shortcuts;