clauderipple 0.4.0 → 0.4.1

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
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.1 — 2026-09-24
4
+
5
+ ### Fixed
6
+
7
+ - **The tray starts from an npm install** (#8). After 0.3.1 it launched as
8
+ Electron but died at once with "exports is not defined in ES module scope": the
9
+ tray is CommonJS and the package root says `"type": "module"`. The tray now has
10
+ its own `package.json`. Checked by starting it from the packed package.
11
+
3
12
  ## 0.4.0 — 2026-09-24
4
13
 
5
14
  Several ChatGPT accounts, for Claude Desktop and for Codex.
package/README.ko.md CHANGED
@@ -123,23 +123,19 @@ x64 런타임은 에뮬레이션으로 확인했습니다.
123
123
  ClaudeRipple은 데스크톱 앱·터미널·Codex를 메뉴 막대 앱 하나로 다루고, 두 구독을 나란히 쓰며, Claude Code 하네스를
124
124
  그대로 둡니다. 스킬·훅·MCP 서버·`CLAUDE.md`·서브에이전트·claude.ai 커넥터가 전부 살아 있는 채로 두뇌만 바뀝니다.
125
125
 
126
- | | ClaudeRipple | opencodex / openclaude | claude-code-router | Claude Desktop 게이트웨이(3P) 모드 |
127
- |---|---|---|---|---|
128
- | 게이트웨이(3P) 모드 **없이** Claude **Desktop** Code 탭 | ✅ | ✅ ¹ | ❌ | ❌ (정의상 불가) |
129
- | claude.ai 채팅·Remote Control·클라우드 세션·커넥터 유지 | ✅ | ✅ ¹ | ❌ | ❌ |
130
- | Claude 구독과 GPT 구독 나란히 | ✅ | ✅ ¹ | ❌ | ❌ |
131
- | Desktop 피커에 실제 모델 이름 | ✅ | ❌ Claude 이름을 빌려 씀 ¹ | ❌ | 일부 |
132
- | ChatGPT 계정 여러 개, 한도 차면 자동 전환 (Desktop·Codex) | ✅ | ✅ | ❌ | ❌ |
133
- | 터미널 `claude` CLI | ✅ | ✅ | ✅ | ✅ |
134
- | Codex **앱**·Codex CLI → Claude | ✅ | ✅ | ❌ | ❌ |
135
- | 번역 프로바이더의 프롬프트 캐시 | **94~99 %** 실측 | 미측정 | 제각각 | 해당 없음 |
136
- | 서브에이전트를 실제 모델 이름으로 표시 | ✅ | ❌ | ❌ | ❌ |
137
- | 터미널 없이 쓰는 설정 GUI | ✅ | ❌ | ❌ | ❌ |
138
- | 런타임 내장, 서명·공증된 앱 | ✅ | ❌ | ❌ | – |
139
-
140
- ¹ opencodex 기준(openclaude는 확인하지 않음). opencodex는 v2.61.0(2026-09-22)부터 게이트웨이 없이 Code 탭에
141
- 들어갑니다. 다만 모델 선택기는 건드리지 않아서, 다른 모델은 Claude 모델 이름에 연결해(`modelMap`) 그 이름으로 고릅니다.
142
- ClaudeRipple은 선택기에 GPT·DeepSeek 등을 실제 이름으로 띄우고, 고른 추론 강도를 그대로 넘깁니다.
126
+ | | ClaudeRipple | claude-code-router | Claude Desktop 게이트웨이(3P) 모드 |
127
+ |---|---|---|---|
128
+ | 게이트웨이(3P) 모드 **없이** Claude **Desktop** Code 탭 | ✅ | ❌ | ❌ (정의상 불가) |
129
+ | claude.ai 채팅·Remote Control·클라우드 세션·커넥터 유지 | ✅ | ❌ | ❌ |
130
+ | Claude 구독과 GPT 구독 나란히 | ✅ | ❌ | ❌ |
131
+ | Desktop 피커에 실제 모델 이름 | ✅ | ❌ | 일부 |
132
+ | ChatGPT 계정 여러 개, 한도 차면 자동 전환 (Desktop·Codex) | ✅ | ❌ | ❌ |
133
+ | 터미널 `claude` CLI | ✅ | ✅ | ✅ |
134
+ | Codex **앱**·Codex CLI → Claude | ✅ | ❌ | ❌ |
135
+ | 번역 프로바이더의 프롬프트 캐시 | **94~99 %** 실측 | 제각각 | 해당 없음 |
136
+ | 서브에이전트를 실제 모델 이름으로 표시 | ✅ | ❌ | ❌ |
137
+ | 터미널 없이 쓰는 설정 GUI | ✅ | ❌ | ❌ |
138
+ | 런타임 내장, 서명·공증된 앱 | ✅ | ❌ | – |
143
139
 
144
140
  데스크톱 앱의 "서드파티 추론" 설정은 앱 전체를 다른 모드로 바꿔 버립니다. claude.ai 채팅, Remote Control,
145
141
  클라우드 세션을 잃습니다. `ANTHROPIC_BASE_URL`을 바꿔치기하는 도구들은 데스크톱 앱에 아예 닿지 못합니다.
package/README.md CHANGED
@@ -139,24 +139,19 @@ Codex from one menu-bar app, runs both subscriptions side by side, and keeps the
139
139
  Claude Code harness intact: your skills, hooks, MCP servers, `CLAUDE.md`, subagents
140
140
  and claude.ai connectors keep working while another model does the thinking.
141
141
 
142
- | | ClaudeRipple | opencodex / openclaude | claude-code-router | Claude Desktop gateway (3P) mode |
143
- |---|---|---|---|---|
144
- | Claude **Desktop** Code tab **without** gateway (3P) mode | ✅ | ✅ ¹ | ❌ | ❌ by definition |
145
- | Keeps claude.ai chat, Remote Control, cloud sessions, connectors | ✅ | ✅ ¹ | ❌ | ❌ |
146
- | Claude and GPT subscriptions side by side | ✅ | ✅ ¹ | ❌ | ❌ |
147
- | Real model names in the Desktop picker | ✅ | ❌ borrows Claude names ¹ | ❌ | partial |
148
- | Several ChatGPT accounts, switching when one runs out (Desktop and Codex) | ✅ | ✅ | ❌ | ❌ |
149
- | Terminal `claude` CLI | ✅ | ✅ | ✅ | ✅ |
150
- | Codex **app** and Codex CLI → Claude | ✅ | ✅ | ❌ | ❌ |
151
- | Prompt cache on translated providers | **94–99 %** measured | not measured | varies | n/a |
152
- | Subagents named by real model in the task panel | ✅ | ❌ | ❌ | ❌ |
153
- | Settings GUI, no terminal needed | ✅ | ❌ | ❌ | ❌ |
154
- | Signed, notarized app with its own runtime | ✅ | ❌ | ❌ | – |
155
-
156
- ¹ opencodex (openclaude not checked). Since v2.61.0 (2026-09-22) opencodex reaches the Code
157
- tab without the gateway. It leaves the model picker alone, so another model is chosen under a
158
- Claude model's name it is mapped to (`modelMap`). ClaudeRipple puts GPT, DeepSeek and the rest
159
- in the picker under their own names and passes the effort you pick.
142
+ | | ClaudeRipple | claude-code-router | Claude Desktop gateway (3P) mode |
143
+ |---|---|---|---|
144
+ | Claude **Desktop** Code tab **without** gateway (3P) mode | ✅ | ❌ | ❌ by definition |
145
+ | Keeps claude.ai chat, Remote Control, cloud sessions, connectors | ✅ | ❌ | ❌ |
146
+ | Claude and GPT subscriptions side by side | ✅ | ❌ | ❌ |
147
+ | Real model names in the Desktop picker | ✅ | ❌ | partial |
148
+ | Several ChatGPT accounts, switching when one runs out (Desktop and Codex) | ✅ | ❌ | ❌ |
149
+ | Terminal `claude` CLI | ✅ | ✅ | ✅ |
150
+ | Codex **app** and Codex CLI → Claude | ✅ | ❌ | ❌ |
151
+ | Prompt cache on translated providers | **94–99 %** measured | varies | n/a |
152
+ | Subagents named by real model in the task panel | ✅ | ❌ | ❌ |
153
+ | Settings GUI, no terminal needed | ✅ | ❌ | ❌ |
154
+ | Signed, notarized app with its own runtime | ✅ | ❌ | – |
160
155
 
161
156
  The desktop app's own "third-party inference" setting flips the whole app into another
162
157
  mode: you lose claude.ai chat, Remote Control and cloud sessions. Tools that replace
@@ -0,0 +1,4 @@
1
+ {
2
+ "private": true,
3
+ "type": "commonjs"
4
+ }
@@ -5,4 +5,4 @@
5
5
  // from the manifests. Until 0.1.1 the router and the CLI each carried their own literal, and both
6
6
  // still said "0.1.0" in the 0.1.1 release: after an update nobody could tell which router was
7
7
  // running, and the tray app had nothing to compare (2026-09-15, reported from a Windows install).
8
- export const VERSION = "0.4.0";
8
+ export const VERSION = "0.4.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clauderipple",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Use GPT and 400+ other models inside the Claude Desktop app while staying signed in to your Claude subscription — no third-party gateway mode.",
5
5
  "license": "GPL-3.0-only",
6
6
  "workspaces": [