-
Notifications
You must be signed in to change notification settings - Fork 98
Add Codex Infinity, OpenPaths, and App.nz #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lee101
wants to merge
1
commit into
OpenRouterTeam:main
Choose a base branch
from
lee101:add-codex-infinity-openpaths-app-nz
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| name: "App.nz" | ||
| description: "New Zealand applied-AI platform for app hosting, autonomous coding agents, chat, deep research, and model routing. Connects models from OpenRouter and other providers in one place using your own API keys." | ||
| url: "https://app.nz" | ||
| docs: "https://app.nz/docs" | ||
| tags: | ||
| - chat | ||
| - coding | ||
| - research | ||
| - productivity | ||
| date_added: "2026-06-16" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| name: "Codex Infinity" | ||
| description: "An autonomous coding agent CLI built on OpenAI Codex. Flags like --auto-next-steps, --auto-next-idea, and --auto-next-goal let it keep coding, testing, and improving on its own. Works with any provider, including OpenRouter via your OpenRouter API key." | ||
| url: "https://codex-infinity.com" | ||
| docs: "https://codex-infinity.com/docs" | ||
| tags: | ||
| - coding | ||
| open_source: "https://github.com/lee101/codex-infinity" | ||
| date_added: "2026-06-16" | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| name: "OpenPaths" | ||
| description: "An 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 requests across providers from a single endpoint." | ||
| url: "https://openpaths.io" | ||
| docs: "https://openpaths.io/docs" | ||
| tags: | ||
| - chat | ||
| - creative | ||
| - other | ||
| open_source: "https://github.com/lee101/openpaths" | ||
| date_added: "2026-06-16" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit adds three distinct
apps/*directories, but the checked.github/workflows/validate.ymlstep buildsCHANGED_DIRSwith newline-separated values and then writes it viaecho "dirs=$CHANGED_DIRS" >> $GITHUB_OUTPUT. For this diff that output file becomesdirs=app-nzfollowed by barecodex-infinityandopenpathslines, which GitHub Actions treats as an invalid output format beforenode scripts/validate.jsruns. Submit one app directory at a time or update the workflow to emit a single-line/heredoc output.Useful? React with 👍 / 👎.