feat(heartbeat): change default target to 'last' and remove target option from UI

This commit is contained in:
Abhimanyu Saharan
2026-02-15 01:37:12 +05:30
parent 55af799223
commit 0ac22dbd7a
6 changed files with 9 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ _GATEWAY_AGENT_SUFFIX = ":main"
DEFAULT_HEARTBEAT_CONFIG: dict[str, Any] = {
"every": "10m",
"target": "none",
"target": "last",
"includeReasoning": False,
}