Created
June 1, 2026 22:51
-
-
Save pythoninthegrass/bd6a7d57ce6f2e6bbd15b8fabb22a881 to your computer and use it in GitHub Desktop.
Goodnight Have Fun (gnhf) config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.gnhf/config.yml | |
| # Agent to use by default (claude, codex, rovodev, opencode, copilot, pi) | |
| agent: pi | |
| # Custom paths to agent binaries (optional) | |
| # Paths may be absolute, bare executable names on PATH, | |
| # ~-prefixed, or relative to this config directory. | |
| # Note: rovodev overrides must point to an acli-compatible binary. | |
| # agentPathOverride: | |
| # claude: /path/to/custom-claude | |
| # codex: /path/to/custom-codex | |
| # Per-agent CLI arg overrides (optional) | |
| agentArgsOverride: | |
| opencode: | |
| - --model | |
| - fireworks-ai/accounts/fireworks/models/qwen3p6-plus | |
| pi: | |
| - --provider | |
| - koboldcpp | |
| - --model | |
| - qwen3-coder-next-builder | |
| - --thinking | |
| - off | |
| # Abort after this many consecutive failures | |
| maxConsecutiveFailures: 3 | |
| # Prevent the machine from sleeping during a run | |
| preventSleep: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment