relmio 0.2.2 → 0.2.3

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,14 @@ checks the registry separately after publication.
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [0.2.3] - 2026-07-31
11
+
12
+ ### Added
13
+
14
+ - Add sanitized GPT-5.6 Sol and Luna AI Agent examples, a model-selector
15
+ compatibility preview, and the completed Docker sidecar state to both the
16
+ GitHub and npm README experiences.
17
+
10
18
  ## [0.2.2] - 2026-07-30
11
19
 
12
20
  ### 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relmio",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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",