Remix.run Logo
charcircuit 2 hours ago

The simplest way to disable uploading your repo is disabling it in the config.

    [harness]
    disable_codebase_upload=true
JumpCrisscross 2 hours ago | parent | next [-]

> simplest way to disable uploading your repo is disabling it in the config

Have you verified this flag is respected?

charcircuit 41 minutes ago | parent [-]

I verified it statically that the config value is checked and skips the upload code if it is set to true. I don't have a subscription, so it would be cool if someone could verify it statically.

culi 2 hours ago | parent | prev [-]

This is completely made up. The Grok Build CLI reference lists no such thing. Whatever LLM you asked probably hallucinated this.

charcircuit 2 hours ago | parent [-]

>completely made up

If you want easily verifiable evidence, run strings on the Grok Build CLI binary and you will see:

    Codebase upload skipped: disabled by config (harness.disable_codebase_upload=true)