Merge branch 'development' into development_heroprompt

This commit is contained in:
Mahmoud-Emad
2025-08-21 11:06:57 +03:00
18 changed files with 548 additions and 888 deletions

View File

@@ -37,5 +37,5 @@ pub mut:
pub struct GitRepoConfig {
pub mut:
remote_check_period int = 3600 // seconds = 1h
remote_check_period int = 3600*24*7 // seconds = 7d
}