Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created June 1, 2026 22:51
Show Gist options
  • Select an option

  • Save pythoninthegrass/bd6a7d57ce6f2e6bbd15b8fabb22a881 to your computer and use it in GitHub Desktop.

Select an option

Save pythoninthegrass/bd6a7d57ce6f2e6bbd15b8fabb22a881 to your computer and use it in GitHub Desktop.
Goodnight Have Fun (gnhf) config
# ~/.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