Hacker News new | ask | show | jobs
by charcircuit 18 days ago
The simplest way to disable uploading your repo is disabling it in the config.

    [harness]
    disable_codebase_upload=true
2 comments

> 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)
It does not appear anywhere in the docs.