| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `file_status` to `workspace_analyzer` | 魏曹先生 | 2025-12-15 | 1 | -3/+3 |
| | | |||||
| * | Add allow_overwrite_modified flag to track file action | 魏曹先生 | 2025-12-08 | 1 | -1/+24 |
| | | | | | | | | When tracking files, modified files are now skipped instead of automatically synced if the new `allow_overwrite_modified` flag is false. The action result includes a new `skipped` field listing these files. | ||||
| * | Implement first download logic for missing files | 魏曹先生 | 2025-12-04 | 1 | -32/+93 |
| | | | | | | | | - Add check for non-existent files in track_file_action - Include VirtualFileId in SyncVersionInfo type - Handle first download case in proc_sync_tasks_local by creating new mapping - Ensure parent directories exist before writing downloaded files | ||||
| * | Rename `virtual_file_action.rs` to `track_action.rs` | 魏曹先生 | 2025-11-25 | 1 | -0/+851 |
