Fix agent init of git repo from recent change.
diff --git a/cmd/sketch/main.go b/cmd/sketch/main.go
index eed68ec..656b7f8 100644
--- a/cmd/sketch/main.go
+++ b/cmd/sketch/main.go
@@ -438,6 +438,7 @@
 		OneShot:       flags.oneShot,
 		GitRemoteAddr: flags.gitRemoteURL,
 		OutsideHTTP:   flags.outsideHTTP,
+		Commit:        flags.commit,
 	}
 	agent := loop.NewAgent(agentConfig)