relmio 0.2.1 → 0.2.2

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,13 @@ checks the registry separately after publication.
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [0.2.2] - 2026-07-30
11
+
12
+ ### Added
13
+
14
+ - Add aligned npm keywords and GitHub repository topics for Relmio, GPT model
15
+ variants, n8n, AI agents, and API-key discovery.
16
+
10
17
  ## [0.2.1] - 2026-07-30
11
18
 
12
19
  ### Added
package/README.md CHANGED
@@ -21,6 +21,15 @@ exact change plan, and the final n8n credential settings.
21
21
 
22
22
  The existing n8n image, Compose file, container, and workflows stay untouched.
23
23
 
24
+ A sidecar is a small helper program that runs beside a larger program. Relmio's
25
+ private sidecar adds ChatGPT/Codex sign-in and request translation while your
26
+ existing n8n stays unchanged. This follows the sidecar pattern described in
27
+ [Justin Rice's beginner-friendly overview](https://medium.com/@justinricedev/what-is-a-software-sidecar-8f89feff09f9).
28
+
29
+ Think of it like a motorcycle gaining a sidecar: together they become a
30
+ tricycle with extra seats. n8n is the motorcycle; Relmio is the sidecar that
31
+ adds the missing capability without changing n8n.
32
+
24
33
  Try the hosted browser demo at
25
34
  [relmio.vercel.app](https://relmio.vercel.app/). It is a separate
26
35
  request-bound ChatGPT experience; the npm package remains the local wizard for
package/package.json CHANGED
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "name": "relmio",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Turn a supported ChatGPT/Codex OAuth sign-in into a private OpenAI-compatible endpoint, starting with self-hosted n8n.",
5
+ "keywords": [
6
+ "relmio",
7
+ "gpt-5-6-sol",
8
+ "gpt-5-6-terra",
9
+ "gpt-5-6-luna",
10
+ "gpt-2-0-image",
11
+ "n8n",
12
+ "ai-agent",
13
+ "api-key",
14
+ "ai",
15
+ "chatgpt",
16
+ "codex",
17
+ "openai"
18
+ ],
5
19
  "type": "module",
6
20
  "license": "Apache-2.0",
7
21
  "repository": {