feat(cli): support arbitrary path for sessions (#1414)

This commit is contained in:
Ariel
2025-02-27 18:31:14 +08:00
committed by GitHub
parent 234d55ea37
commit a59535627a
4 changed files with 88 additions and 38 deletions
+1
View File
@@ -6,6 +6,7 @@ mod storage;
mod thinking;
pub use builder::build_session;
pub use storage::Identifier;
use anyhow::Result;
use etcetera::choose_app_strategy;