Skip to content

Commit bfe49b8

Browse files
committed
Merge MIT license metadata
2 parents 19f7502 + 0600e12 commit bfe49b8

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## External contributions are not yet accepted
22

3-
ReRouted is source-visible while its licensing approach is finalized. Please read [CONTRIBUTING.md](../CONTRIBUTING.md) before opening a pull request. External code and documentation contributions may be closed without review until a license and contribution process are published.
3+
ReRouted is licensed under the MIT License, but its external contribution process is still being finalized. Please read [CONTRIBUTING.md](../CONTRIBUTING.md) before opening a pull request. External code and documentation contributions may be closed without review until that process is published.
44

55
Never include real API keys, gateway keys, OAuth tokens or codes, callback URLs, cookies, account identifiers, email addresses, private prompts, provider responses, or unreviewed logs.
66

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for helping improve ReRouted.
44

55
## Current contribution status
66

7-
ReRouted is source-visible while its licensing approach is finalized. No software license has been selected, and external code contributions are not currently accepted.
7+
ReRouted is open source under the [MIT License](./LICENSE). External code contributions are not currently accepted while the maintainer finalizes a contribution review process.
88

99
Please do not open a pull request with code or documentation changes yet. It may be closed without review. Focused issues, feature requests, compatibility reports, and sanitized reproduction cases are welcome.
1010

@@ -48,4 +48,4 @@ Maintainers handle package version changes, signing, notarization, release publi
4848

4949
Do not use a public issue for a vulnerability or credential exposure. Follow [Security](./SECURITY.md) instead.
5050

51-
This policy will be updated when a project license and an external pull-request process are in place.
51+
This policy will be updated when an external pull-request process is in place.

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
<a href="#quick-start">Quick start</a> |
1313
<a href="./docs/architecture.md">Architecture</a> |
1414
<a href="./SECURITY.md">Security</a> |
15-
<a href="./PRIVACY.md">Privacy</a>
15+
<a href="./PRIVACY.md">Privacy</a> |
16+
<a href="./LICENSE">License</a>
1617
</p>
1718
<p>
1819
<a href="https://github.com/gitcommit90/rerouted/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/v/release/gitcommit90/rerouted?color=ef5b2a&label=release" /></a>
1920
<img alt="macOS Apple Silicon" src="https://img.shields.io/badge/macOS-Apple%20Silicon-1b1d18?logo=apple&logoColor=white" />
2021
<img alt="Local first" src="https://img.shields.io/badge/gateway-local--first-247454" />
22+
<a href="./LICENSE"><img alt="MIT license" src="https://img.shields.io/badge/license-MIT-ef5b2a" /></a>
2123
</p>
2224
</div>
2325

@@ -98,7 +100,7 @@ ReRouted is an independent project and is not affiliated with or endorsed by any
98100

99101
### 1. Install
100102

101-
[Download ReRouted 0.4.4 for Apple Silicon](https://github.com/gitcommit90/rerouted/releases/download/v0.4.4/ReRouted-0.4.4-arm64.dmg), open the DMG, and drag ReRouted to Applications.
103+
[Download the latest ReRouted release for Apple Silicon](https://github.com/gitcommit90/rerouted/releases/latest), open the DMG, and drag ReRouted to Applications.
102104

103105
ReRouted requires Apple Silicon and macOS 12 Monterey or newer.
104106

@@ -180,7 +182,7 @@ See [Privacy](./PRIVACY.md) for the local files ReRouted keeps, the network serv
180182
- For a suspected vulnerability, follow [the security policy](./SECURITY.md) and do not post credentials or sensitive details in a public issue.
181183
- Before sharing diagnostics, remove API keys, gateway keys, OAuth callback URLs or codes, account identifiers, email addresses, and any provider response that may contain private data.
182184

183-
ReRouted's source is public for review and local builds, but no software license has been selected yet. The repository is therefore source-visible, not offered as open source. External code contributions are not currently accepted while licensing is finalized; focused issues and sanitized reproduction reports are welcome. See [Contributing](./CONTRIBUTING.md) for the current policy.
185+
ReRouted is open source under the [MIT License](./LICENSE). External code contributions are not currently accepted while the contribution process is finalized; focused issues and sanitized reproduction reports are welcome. See [Contributing](./CONTRIBUTING.md) for the current policy.
184186

185187
## Build from source
186188

@@ -204,7 +206,11 @@ The implementation is intentionally small: Electron, Node's built-in HTTP server
204206

205207
## Current release
206208

207-
ReRouted `0.4.4` removes the preselected High effort suffix from the ChatGPT OAuth Sol model. Sol now appears as `gpt-5.6-sol`, matching Terra and Luna, while reasoning effort remains controlled by each calling client. Existing accounts, routes, and temporary model locks migrate automatically from the old ID. Public builds are Developer ID signed, notarized, stapled, and distributed through stable GitHub Releases with in-app updates. The public API is intentionally limited to health, model discovery, and chat completions; a published third-party client compatibility matrix is still forthcoming.
209+
ReRouted `0.4.7` accepts the standalone authorization code shown by xAI while preserving callback-state validation and PKCE binding. The xAI connection panel now presents the code field directly instead of hiding it under troubleshooting. Public builds are Developer ID signed, notarized, stapled, and distributed through stable GitHub Releases with in-app updates. The public API is intentionally limited to health, model discovery, and chat completions; a published third-party client compatibility matrix is still forthcoming.
210+
211+
## License
212+
213+
ReRouted is licensed under the [MIT License](./LICENSE).
208214

209215
ReRouted is an independent personal project.
210216

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.4.7",
44
"description": "A macOS menu-bar router for accounts, models, and automatic fallback.",
55
"author": "gitcommit90",
6+
"license": "MIT",
67
"homepage": "https://rerouted.dev",
78
"repository": {
89
"type": "git",

0 commit comments

Comments
 (0)