logoalt Hacker News

coder543today at 3:28 PM1 replyview on HN

That Codex one comes from the new `github` plugin, which includes a `github:yeet` skill. There are several ways to disable it: you can disconnect github from codex entirely, or uninstall the plugin, or add this to your config.toml:

    [[skills.config]]
    name = "github:yeet"
    enabled = false
I agree that skill is too opinionated as written, with effects beyond just creating branches.

Replies

saberiencetoday at 3:40 PM

What's weird is, I never installed any github plugins, or indeed any customization to Codex, other than updating using brew... so I was so confused when this started happening.

show 1 reply