Merge branch 'main' of github.com:AutoMaker-Org/automaker into cursor-docker-oauth

This commit is contained in:
webdevcody
2026-01-05 21:29:20 -05:00
3 changed files with 16 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ interface UseCliStatusOptions {
setCliStatus: (status: any) => void;
setAuthStatus: (status: any) => void;
}
const logger = createLogger('CliStatus');
// Create logger once outside the hook to prevent infinite re-renders
const logger = createLogger('CliStatus');