feat: add single-pod text selection

This commit is contained in:
2026-06-15 16:01:13 +09:00
parent 368249d677
commit 09f5e9d51a
7 changed files with 770 additions and 42 deletions
+1
View File
@@ -18,6 +18,7 @@ pub mod setup_model;
mod single_pod;
mod spawn;
mod task;
mod text_selection;
mod tool;
mod ui;
mod view_mode;