Add Codex Infinity, OpenPaths, and App.nz#87
Conversation
Three apps that work with OpenRouter: - Codex Infinity (codex-infinity.com): autonomous coding agent CLI - OpenPaths (openpaths.io): multi-provider AI model gateway - App.nz (app.nz): NZ applied-AI platform Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 16e0470983
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,8 @@ | |||
| name: "Codex Infinity" | |||
There was a problem hiding this comment.
Split the multi-app submission or fix CI output
This commit adds three distinct apps/* directories, but the checked .github/workflows/validate.yml step builds CHANGED_DIRS with newline-separated values and then writes it via echo "dirs=$CHANGED_DIRS" >> $GITHUB_OUTPUT. For this diff that output file becomes dirs=app-nz followed by bare codex-infinity and openpaths lines, which GitHub Actions treats as an invalid output format before node scripts/validate.js runs. Submit one app directory at a time or update the workflow to emit a single-line/heredoc output.
Useful? React with 👍 / 👎.
Adds three apps that work with OpenRouter (each lets users bring their own OpenRouter API key).
Codex Infinity —
apps/codex-infinity/Autonomous coding agent CLI built on OpenAI Codex, with
--auto-next-steps,--auto-next-idea, and--auto-next-goalflags so it keeps coding, testing, and improving on its own. OpenRouter is a built-in provider (OPENROUTER_API_KEY).OpenPaths —
apps/openpaths/AI model gateway with one unified API for chat, image, video, music, speech, embedding, and transcription across 15+ providers including OpenRouter. Bring your own keys and route across providers from a single endpoint.
App.nz —
apps/app-nz/New Zealand applied-AI platform for app hosting, autonomous coding agents, chat, deep research, and model routing — connecting OpenRouter and other providers with your own API keys.
Each entry includes a square
logo.pngand passesnpm run validate. README left untouched per CONTRIBUTING.