Skip to content

Commit baeea32

Browse files
ashley liashley li
authored andcommitted
docs: add 0326 blog folder with today's 3 blog posts and cover images
Self-contained EN/ZH markdown + cover images for v0.1.7 announcement, OpenAI Codex OAuth, and Z.AI Coding Plan. Made-with: Cursor
1 parent b1eb203 commit baeea32

16 files changed

Lines changed: 406 additions & 0 deletions
24.1 KB
Loading
18.4 KB
Loading
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
id: ann-v017
3+
slug: nexu-v017-oauth-stable-startup
4+
category: Announcements
5+
title: "nexu v0.1.7: One-Click OAuth & Rock-Solid Startup"
6+
date: "MAR 25 '26"
7+
cover: blog-cover-v017-en.webp
8+
featured: false
9+
---
10+
11+
# nexu v0.1.7: One-Click OAuth & Rock-Solid Startup
12+
13+
![One-Click OAuth Log-In](blog-cover-v017-en.webp)
14+
15+
> nexu — the simplest open-source OpenClaw desktop client — now lets you log in to OpenAI and MiniMax with one click, no API keys needed. v0.1.7 also eliminates white-screen, stuck-channel, and port-conflict issues, making startup reliable no matter how the app was last closed.
16+
17+
## Highlights
18+
19+
**🔑 OpenAI Codex OAuth** — If you have a ChatGPT Plus or Pro subscription, connect GPT models to nexu through your existing OpenAI account. No separate API key required.
20+
21+
**🔑 MiniMax OAuth** — One-click MiniMax model access via OAuth, with a polished provider UI.
22+
23+
**🚀 Z.AI Coding Plan** — Quick-setup for GLM models with a Global/CN region toggle.
24+
25+
**🔧 Rock-solid startup** — Fixed "white screen", "can't open", and "channels stuck connecting" issues. Startup is now resilient to port conflicts, app upgrades, and force-quit recovery.
26+
27+
**🛡️ Self-healing services** — Launchd integration rebuilt: plist config drift auto-detected, stale services cleaned up on startup, Stop/Start buttons work reliably.
28+
29+
## Who This Helps
30+
31+
**ChatGPT Plus/Pro users** who want GPT models in nexu without managing API keys — sign in with your existing OpenAI account and you're ready to go.
32+
33+
**Anyone who hit the white screen** after upgrading from an earlier version — startup is now resilient to port conflicts, config drift, and interrupted upgrades.
34+
35+
**Power users who force-quit frequently** — stale ports and zombie processes are cleaned up automatically on restart.
36+
37+
## What's New
38+
39+
**📖 WeChat setup guide** — English-language channel setup documentation.
40+
41+
**📖 Discord guide refresh** — Updated screenshots and simplified permissions guide.
42+
43+
## Bug Fixes
44+
45+
Fixed app showing white screen after upgrade — plist config drift now auto-detected and re-bootstrapped.
46+
47+
Fixed "channels connecting forever" when default port is occupied by another nexu instance.
48+
49+
Fixed Stop button being ignored by KeepAlive — now properly unregisters service.
50+
51+
Fixed Stop/Start buttons greyed out in launchd mode.
52+
53+
Fixed force-quit leaving stale web port — dead Electron PID now detected on restart.
54+
55+
Fixed v0.1.6 data loss — sessions, skills, and channel state migrated back from wrong directory.
56+
57+
Fixed unhandled rejection crash in cloud status refresh.
58+
59+
Fixed OAuth disconnect not clearing models from selector — now properly deletes provider and syncs.
60+
61+
Fixed model list showing expired OAuth providers.
62+
63+
Fixed skill detail "Back" button always resetting to initial tab.
64+
65+
## UI Polish
66+
67+
Skills page persists active tab (Yours/ClawHub) in URL for bookmarking.
68+
69+
GitHub import tab input set to read-only (coming soon).
70+
71+
72+
## How to Get Started
73+
74+
Download nexu v0.1.7 from the [GitHub releases page](https://github.com/nexu-io/nexu/releases/tag/v0.1.7), or check for updates in-app.
75+
76+
To connect OpenAI via OAuth: open Settings → Providers → OpenAI Codex → "Sign in with ChatGPT." No API key needed.
77+
78+
**Available now** for macOS (Apple Silicon). Windows and Intel Mac support is in development.
79+
80+
## Contributors
81+
82+
@lefarcen, @nettee, @qiongyu1999, @alchemistklk, @mrcfps.
83+
84+
Full Changelog: [v0.1.6...v0.1.7](https://github.com/nexu-io/nexu/compare/v0.1.6...v0.1.7)
85+
86+
Source: [GitHub Releases — nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7)
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
id: ann-v017
3+
slug: nexu-v017-oauth-stable-startup
4+
category: Announcements
5+
title: "nexu v0.1.7:一键 OAuth 登录,启动稳如磐石"
6+
date: "2026年3月25日"
7+
cover: blog-cover-v017-zh.webp
8+
featured: false
9+
---
10+
11+
# nexu v0.1.7:一键 OAuth 登录,启动稳如磐石
12+
13+
![一键 OAuth 登录](blog-cover-v017-zh.webp)
14+
15+
> nexu——最简单的开源龙虾桌面客户端——现在支持一键登录 OpenAI 和 MiniMax,无需 API Key。v0.1.7 同时解决了白屏、渠道连接卡住、端口冲突等问题,无论上次如何关闭应用,启动都万无一失。
16+
17+
## 亮点
18+
19+
**🔑 OpenAI Codex OAuth** —— 如果你有 ChatGPT Plus 或 Pro 订阅,直接用 OpenAI 账号登录即可在 nexu 中使用 GPT 模型,无需单独配置 API Key。
20+
21+
**🔑 MiniMax OAuth** —— 一键 OAuth 登录使用 MiniMax 模型,Provider UI 全面优化。
22+
23+
**🚀 智谱 Z.AI 快捷方案** —— 快速接入 GLM 模型,支持全球/中国大陆地区切换。
24+
25+
**🔧 启动稳定性重建** —— 修复"白屏"、"打不开"、"渠道一直在连接中"等问题。启动流程现在能自动应对端口冲突、版本升级和强制退出恢复。
26+
27+
**🛡️ 服务自愈机制** —— launchd 集成全面重构:自动检测 plist 配置漂移,启动时清理残留服务,停止/启动按钮可靠运作。
28+
29+
## 谁会受益
30+
31+
**ChatGPT Plus/Pro 用户** —— 不用再找 API Key,直接用 OpenAI 账号登录就能使用 GPT 模型。
32+
33+
**升级后遇到白屏的用户** —— 启动流程现在能自动处理端口冲突、配置漂移和升级中断。
34+
35+
**经常强制退出的用户** —— 残留端口和僵尸进程在重启时自动清理。
36+
37+
## 新内容
38+
39+
**📖 微信接入指南** —— 新增英文版渠道配置文档。
40+
41+
**📖 Discord 指南更新** —— 更新截图并简化权限配置说明。
42+
43+
## Bug 修复
44+
45+
修复升级后应用白屏——plist 配置漂移现在自动检测并重新引导。
46+
47+
修复默认端口被另一个 nexu 实例占用时"渠道一直在连接"的问题。
48+
49+
修复停止按钮被 KeepAlive 忽略的问题——现在会正确注销服务。
50+
51+
修复 launchd 模式下停止/启动按钮灰色不可用的问题。
52+
53+
修复强制退出后残留 Web 端口——重启时自动检测已终止的 Electron PID。
54+
55+
修复 v0.1.6 数据丢失——会话、技能和渠道状态从错误目录迁移回来。
56+
57+
修复云端状态刷新时未处理的 rejection 崩溃。
58+
59+
修复 OAuth 断开连接后模型未从选择器中清除——现在正确删除 Provider 并同步。
60+
61+
修复模型列表显示已过期 OAuth Provider 的问题。
62+
63+
修复技能详情"返回"按钮总是重置到初始标签页的问题。
64+
65+
## UI 优化
66+
67+
技能页面在 URL 中保存当前标签页(你的/ClawHub),支持书签。
68+
69+
GitHub 导入标签页输入框设为只读(即将上线)。
70+
71+
72+
## 如何开始
73+
74+
[GitHub releases 页面](https://github.com/nexu-io/nexu/releases/tag/v0.1.7) 下载 nexu v0.1.7,或在应用内检查更新。
75+
76+
连接 OpenAI OAuth:打开 设置 → Providers → OpenAI Codex → "Sign in with ChatGPT",无需 API Key。
77+
78+
**现已发布**,支持 macOS(Apple Silicon)。Windows 和 Intel Mac 支持正在开发中。
79+
80+
## 贡献者
81+
82+
@lefarcen, @nettee, @qiongyu1999, @alchemistklk, @mrcfps
83+
84+
完整变更日志:[v0.1.6...v0.1.7](https://github.com/nexu-io/nexu/compare/v0.1.6...v0.1.7)
85+
86+
来源:[GitHub Releases — nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7)
25.1 KB
Loading
19.7 KB
Loading
47.6 KB
Loading
46.8 KB
Loading
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
id: ann-openai-oauth
3+
slug: nexu-openai-codex-oauth
4+
category: Announcements
5+
title: "Use GPT Models in nexu with Your ChatGPT Subscription — No API Key Needed"
6+
date: "MAR 26 '26"
7+
cover: blog-cover-openai-en.webp
8+
featured: false
9+
---
10+
11+
# Use GPT Models in nexu with Your ChatGPT Subscription — No API Key Needed
12+
13+
![Use GPT Models in nexu](blog-cover-openai-en.webp)
14+
15+
> If you already pay for ChatGPT Plus or Pro, you can now connect GPT models to nexu through your existing OpenAI account. No separate API key, no billing setup, no developer console.
16+
17+
## What Changed
18+
19+
nexu, the simplest open-source OpenClaw desktop client, adds **OpenAI Codex OAuth** in v0.1.7 — a one-click sign-in flow that connects your ChatGPT subscription directly to nexu. Once you sign in, GPT-4o and other OpenAI models appear in your model selector immediately.
20+
21+
Before this, using GPT models in nexu required generating an API key from the OpenAI developer platform, entering it manually, and managing a separate pay-as-you-go billing account. Most ChatGPT Plus and Pro subscribers never touch the developer platform — they just want to use the models they already pay for.
22+
23+
Now you can.
24+
25+
## Who This Is For
26+
27+
**ChatGPT Plus subscribers** ($20/month) — you're already paying for GPT-4o access. Now that same subscription works inside nexu, across WeChat, Feishu, Slack, and Discord.
28+
29+
**ChatGPT Pro subscribers** ($200/month) — you get higher rate limits and priority access. Those benefits carry over when you connect via OAuth.
30+
31+
**Anyone who tried BYOK and gave up** — if you found the API key setup confusing or didn't want a second OpenAI bill, OAuth removes both friction points.
32+
33+
## How to Connect
34+
35+
1. Open nexu and go to **Settings → Providers**.
36+
2. Find **OpenAI Codex** in the provider list.
37+
3. Click **"Sign in with ChatGPT"**.
38+
4. Authorize nexu in the OpenAI login window.
39+
5. Done — GPT models appear in your model selector.
40+
41+
No API key to copy. No billing to configure. The connection persists across app restarts.
42+
43+
![nexu Settings showing OpenAI provider with Login with ChatGPT button and GPT model list](blog-openai-oauth-en.webp)
44+
45+
## What You Get
46+
47+
- GPT-4o and other models available in your ChatGPT plan
48+
- Works across all connected IM channels (WeChat, Feishu, Slack, Discord)
49+
- Can be used alongside BYOK providers — mix and match models from different sources
50+
- Disconnect anytime from Settings → Providers → OpenAI Codex → "Disconnect"
51+
52+
## What It Doesn't Do
53+
54+
- Does not give access to models outside your ChatGPT plan tier
55+
- Does not bypass OpenAI's usage limits — your subscription's rate limits still apply
56+
- Does not replace BYOK if you need fine-tuned models or custom API endpoints
57+
58+
## Get Started
59+
60+
Download [nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7) or update in-app. Available for macOS (Apple Silicon). Windows and Intel Mac support is in development.
61+
62+
Source: [GitHub Releases — nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7)
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
id: ann-openai-oauth
3+
slug: nexu-openai-codex-oauth
4+
category: Announcements
5+
title: "用你的 ChatGPT 订阅在 nexu 里直接使用 GPT 模型——无需 API Key"
6+
date: "2026年3月26日"
7+
cover: blog-cover-openai-zh.webp
8+
featured: false
9+
---
10+
11+
# 用你的 ChatGPT 订阅在 nexu 里直接使用 GPT 模型——无需 API Key
12+
13+
![在 nexu 里使用 ChatGPT](blog-cover-openai-zh.webp)
14+
15+
> 如果你已经在付费使用 ChatGPT Plus 或 Pro,现在可以直接用 OpenAI 账号登录 nexu,一键接入 GPT 模型。不用申请 API Key,不用配置计费,不用进开发者后台。
16+
17+
## 有什么变化
18+
19+
nexu——最简单的开源龙虾桌面客户端——在 v0.1.7 中新增 **OpenAI Codex OAuth**,一键登录流程,把你的 ChatGPT 订阅直接连接到 nexu。登录后,GPT-4o 等 OpenAI 模型会立刻出现在模型选择器中。
20+
21+
之前要在 nexu 里用 GPT 模型,需要去 OpenAI 开发者平台生成 API Key、手动填入、还要单独管理按量计费账户。大多数 ChatGPT Plus 和 Pro 用户从来不碰开发者平台——他们只想用自己已经付费的模型。
22+
23+
现在可以了。
24+
25+
## 适合谁
26+
27+
**ChatGPT Plus 订阅用户**($20/月)——你已经在为 GPT-4o 付费。现在同一个订阅可以在 nexu 里使用,覆盖微信、飞书、Slack、Discord 所有渠道。
28+
29+
**ChatGPT Pro 订阅用户**($200/月)——你享有更高的速率限制和优先访问权。通过 OAuth 连接后,这些权益同样生效。
30+
31+
**试过 BYOK 但放弃了的人**——如果你觉得 API Key 配置太麻烦,或者不想多一份 OpenAI 账单,OAuth 一次性解决了这两个问题。
32+
33+
## 如何连接
34+
35+
1. 打开 nexu,进入 **Settings → Providers**
36+
2. 找到 **OpenAI Codex**
37+
3. 点击 **"Sign in with ChatGPT"**
38+
4. 在 OpenAI 登录窗口中授权 nexu。
39+
5. 完成——GPT 模型已出现在模型选择器中。
40+
41+
不用复制 API Key,不用配置计费。连接在应用重启后持续有效。
42+
43+
![nexu 设置页面显示 OpenAI 供应商,使用 ChatGPT 登录按钮和 GPT 模型列表](blog-openai-oauth-zh.webp)
44+
45+
## 你会得到什么
46+
47+
- ChatGPT 订阅方案内的 GPT-4o 等模型
48+
- 在所有已连接的 IM 渠道中可用(微信、飞书、Slack、Discord)
49+
- 可以和 BYOK 供应商并存——来自不同来源的模型混合使用
50+
- 随时可从 Settings → Providers → OpenAI Codex → "Disconnect" 断开连接
51+
52+
## 不包含什么
53+
54+
- 不会解锁你的 ChatGPT 方案以外的模型
55+
- 不会绕过 OpenAI 的使用限制——订阅的速率限制依然适用
56+
- 不替代 BYOK(如果你需要微调模型或自定义 API 端点)
57+
58+
## 开始使用
59+
60+
下载 [nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7) 或在应用内检查更新。支持 macOS(Apple Silicon)。Windows 和 Intel Mac 支持正在开发中。
61+
62+
来源:[GitHub Releases — nexu v0.1.7](https://github.com/nexu-io/nexu/releases/tag/v0.1.7)

0 commit comments

Comments
 (0)