Thanks for considering a contribution.
- The project is currently macOS-only.
- The app is built with SwiftUI + AppKit and uses Codex CLI as a local dependency.
- Please open an issue before starting large architectural or workflow changes.
- UI polish and layout fixes
- timeline and agent-drawer UX improvements
- repository safety and Git workflow hardening
- docs improvements
- test coverage for
AppStateand orchestration behavior
git clone <repo-url>
cd CodexOpsStudio
swift build
swift run CodexOpsStudioAppIf you want in-app GitHub actions to work locally, make sure:
gh auth statussucceedscodexis installed and available inPATH
- Keep changes focused and reviewable.
- Preserve the local-first and Git-safe product direction.
- Do not add remote-publishing automation that bypasses explicit user confirmation.
- Prefer small UI changes over broad visual rewrites unless discussed first.
- Update
CHANGELOG.mdandVERSIONwhen the change materially affects behavior.
Please include:
- what changed
- why it changed
- how you tested it
- screenshots or recordings for visible UI updates when possible
When filing a bug, include:
- macOS version
- how you installed Codex CLI
- whether the target repository path contains non-ASCII characters
- reproduction steps
- logs or screenshots if available