relmio 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ checks the registry separately after publication.
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## [0.2.4] - 2026-07-31
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Add explicit foundation and attribution language for Evan Zhou Dev's
|
|
15
|
+
`openai-oauth` project to the GitHub and npm README explanations.
|
|
16
|
+
|
|
10
17
|
## [0.2.3] - 2026-07-31
|
|
11
18
|
|
|
12
19
|
### Added
|
package/README.md
CHANGED
|
@@ -157,6 +157,15 @@ an OpenAI-compatible path without creating an OpenAI Platform API key or
|
|
|
157
157
|
requiring separate API credits. The upstream service and its access rules may
|
|
158
158
|
change.
|
|
159
159
|
|
|
160
|
+
### Foundation and attribution
|
|
161
|
+
|
|
162
|
+
Relmio is built on [`openai-oauth`](https://github.com/EvanZhouDev/openai-oauth)
|
|
163
|
+
by Evan Zhou Dev. That upstream SDK/helper provides the foundation for ChatGPT
|
|
164
|
+
login in local apps and Sign in with ChatGPT flows; Relmio wraps it with n8n
|
|
165
|
+
discovery, verified SSH/SFTP deployment, Docker networking, and
|
|
166
|
+
OpenAI-compatible configuration. Review the upstream project for its own
|
|
167
|
+
license, notices, and supported behavior.
|
|
168
|
+
|
|
160
169
|
## Known limitations
|
|
161
170
|
|
|
162
171
|
- Only models supported by Codex are available. The list changes over time and
|