Skip to content

Add Codex Infinity, OpenPaths, and App.nz#87

Open
lee101 wants to merge 1 commit into
OpenRouterTeam:mainfrom
lee101:add-codex-infinity-openpaths-app-nz
Open

Add Codex Infinity, OpenPaths, and App.nz#87
lee101 wants to merge 1 commit into
OpenRouterTeam:mainfrom
lee101:add-codex-infinity-openpaths-app-nz

Conversation

@lee101

@lee101 lee101 commented Jun 16, 2026

Copy link
Copy Markdown

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-goal flags 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.png and passes npm run validate. README left untouched per CONTRIBUTING.

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>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant