relmio 0.2.2 → 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 CHANGED
@@ -7,6 +7,21 @@ 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
+
17
+ ## [0.2.3] - 2026-07-31
18
+
19
+ ### Added
20
+
21
+ - Add sanitized GPT-5.6 Sol and Luna AI Agent examples, a model-selector
22
+ compatibility preview, and the completed Docker sidecar state to both the
23
+ GitHub and npm README experiences.
24
+
10
25
  ## [0.2.2] - 2026-07-30
11
26
 
12
27
  ### Added
package/README.md CHANGED
@@ -13,6 +13,25 @@
13
13
  </p>
14
14
  </div>
15
15
 
16
+ ## See it working first
17
+
18
+ Before setup, this sample n8n configuration shows GPT-5.6 model aliases in the
19
+ OpenAI Chat Model selector. The exact model list depends on the signed-in
20
+ ChatGPT account and can change over time.
21
+
22
+ <figure>
23
+ <img src="https://cdn.jsdelivr.net/npm/relmio@latest/docs/images/examples/gpt-56-model-selector.png" alt="Model selector listing GPT-5.6 Sol, Luna, and Terra model aliases" width="480">
24
+ <figcaption>Compatibility preview: the model selector includes <code>gpt-5.6-sol</code>, <code>gpt-5.6-luna</code>, and <code>gpt-5.6-terra</code>.</figcaption>
25
+ </figure>
26
+
27
+ After Relmio completes the installation, Docker shows the existing n8n stack
28
+ and the new private OAuth sidecar running together.
29
+
30
+ <figure>
31
+ <img src="https://cdn.jsdelivr.net/npm/relmio@latest/docs/images/examples/sidecar-docker-containers-running.png" alt="Docker Desktop showing the n8n and n8n-openai-oauth containers running" width="960">
32
+ <figcaption>Completed setup: the existing <code>n8n</code> stack and the <code>n8n-openai-oauth</code> sidecar are both running.</figcaption>
33
+ </figure>
34
+
16
35
  Relmio is a local browser wizard that installs a private
17
36
  [openai-oauth](https://github.com/EvanZhouDev/openai-oauth) Docker sidecar
18
37
  beside an existing self-hosted n8n instance. It guides you through local
@@ -138,6 +157,15 @@ an OpenAI-compatible path without creating an OpenAI Platform API key or
138
157
  requiring separate API credits. The upstream service and its access rules may
139
158
  change.
140
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
+
141
169
  ## Known limitations
142
170
 
143
171
  - Only models supported by Codex are available. The list changes over time and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relmio",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Turn a supported ChatGPT/Codex OAuth sign-in into a private OpenAI-compatible endpoint, starting with self-hosted n8n.",
5
5
  "keywords": [
6
6
  "relmio",