Comment by charcircuit

4 days ago

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

    [harness]
    disable_codebase_upload=true

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

Have you verified this flag is respected?

  • 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.

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

  • >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)