Skip to main content

Integrations

Nightshift integrates with your existing development workflow.

Claude Code

Nightshift uses the Claude Code CLI to execute tasks. Authenticate via subscription or API key:

claude
/login

Codex

Nightshift supports OpenAI's Codex CLI as an alternative provider:

codex --login

GitHub

All output is PR-based. Nightshift creates branches and pull requests for its findings.

td (Task Management)

Nightshift can source tasks from td — task management for AI-assisted development. Tasks tagged with nightshift in td will be picked up automatically.

integrations:
task_sources:
- td:
enabled: true
teach_agent: true # Include td usage + core workflow in prompts

CLAUDE.md / AGENTS.md

Nightshift reads project-level instruction files to understand context when executing tasks. Place a CLAUDE.md or AGENTS.md in your repo root to give Nightshift project-specific guidance. Tasks mentioned in these files get a priority bonus (+2).

GitHub Issues

Source tasks from GitHub issues labeled with nightshift:

integrations:
github_issues:
enabled: true
label: "nightshift"