expose gateway autonomy in CLI help and add autonomy action ratios

This commit is contained in:
DBT
2026-02-24 04:10:58 +00:00
parent ee91d6e479
commit 4c38b9ac25
2 changed files with 10 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ func printHelp() {
fmt.Println(" clawgo gateway # register service")
fmt.Println(" clawgo gateway start|stop|restart|status")
fmt.Println(" clawgo gateway run # run foreground")
fmt.Println(" clawgo gateway autonomy on|off|status")
fmt.Println()
fmt.Println("Uninstall:")
fmt.Println(" clawgo uninstall # remove gateway service")