增加claude code 项目查询

优化历史记录排序
This commit is contained in:
2025-10-11 13:16:49 +08:00
parent e7775ce8ed
commit b64702337b
5 changed files with 132 additions and 16 deletions

View File

@@ -29,6 +29,8 @@ export interface Project {
sessions: string[];
/** Unix timestamp when the project directory was created */
created_at: number;
/** Unix timestamp of the most recent session (last modified time of newest JSONL file) */
last_session_time: number;
}
/**