Haze
2ab0e7c386
feat: add Tencent WeChat channel plugin and update related configurations
...
- Added the Tencent WeChat channel plugin (`@tencent-weixin/openclaw-weixin`) to the project dependencies.
- Updated the `pnpm-lock.yaml` to include the new plugin version.
- Enhanced the README files to document the WeChat integration process.
- Implemented QR code login functionality for WeChat in the channel management system.
- Updated UI components to support WeChat channel configuration and display.
- Added localization support for WeChat connection messages in English, Japanese, and Chinese.
2026-03-22 16:20:41 +08:00
paisley
f16e8062e1
fix: add fsPath prefix for Windows Unicode paths in config-sync plugin copy ( #612 )
2026-03-21 21:16:50 +08:00
Lingxuan Zuo
56701d823c
fix: preserve telegram proxy on gateway restart after doctor ( #546 )
...
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com >
2026-03-21 17:09:08 +08:00
Haze
9b503b531b
fix(processes): fix multiple clawx processes running concurently ( #589 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com >
Co-authored-by: Felix <24791380+vcfgv@users.noreply.github.com >
2026-03-20 18:34:20 +08:00
paisley
2471228cc2
fix gateway restart ( #593 )
2026-03-19 18:22:24 +08:00
Lingxuan Zuo
8029b507ba
fix(gateway): harden heartbeat timeout recovery to avoid reconnect flapping ( #588 )
...
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com >
2026-03-19 14:31:08 +08:00
paisley
dbc9972fb8
Revert "fix: prevent orphaned gateway processes on Windows causing port conflcts and UI freeze ( #570 )"
...
This reverts commit 2dc1070213 .
2026-03-18 18:28:34 +08:00
paisley
2dc1070213
fix: prevent orphaned gateway processes on Windows causing port conflcts and UI freeze ( #570 )
2026-03-18 14:34:03 +08:00
paisley
1eda50ef44
feat(gateway): add websocket pong timeout and channel auto-reconnect watchdog ( #569 )
2026-03-18 13:25:30 +08:00
paisley
5a657130c9
feat: set default session retention to 7 days ( #565 )
2026-03-18 11:10:05 +08:00
paisley
f1e2e9fa01
fix wecom channel ( #530 )
2026-03-16 18:08:50 +08:00
Lingxuan Zuo
7f3408559d
Stabilize gateway reload/restart behavior and remove doctor --json dependency ( #504 )
2026-03-16 09:47:04 +08:00
Lingxuan Zuo
1dbe4a8466
Optimize gateway comms reload behavior and strengthen regression coverage ( #496 )
2026-03-15 20:36:48 +08:00
paisley
61291ff83f
Fix upgrade 3.13 ( #488 )
2026-03-14 17:18:20 +08:00
paisley
f6de56fa78
build: upgrade feishu plugin to 2026.3.12 ( #482 )
2026-03-14 14:16:21 +08:00
Felix
4cfb552b1d
fix(skills): distinguish external skill install paths and open real location ( #463 )
2026-03-13 14:40:46 +08:00
Felix
740116ae9d
fix(win): prevent user PATH clobbering and normalize gateway PATH env ( #459 )
2026-03-13 12:12:30 +08:00
Felix
baa551b30c
feat: prebundle and auto-enable document, self-improving, search skills ( #413 )
2026-03-11 18:40:46 +08:00
paisley
2c5c82bb74
Refactor clawx ( #344 )
...
Co-authored-by: ashione <skyzlxuan@gmail.com >
2026-03-09 13:10:42 +08:00
Lingxuan Zuo
3d804a9f5e
refactor IPC ( #341 )
2026-03-08 11:54:49 +08:00
Lingxuan Zuo
c03d92e9a2
Fix/moonshot cn web search domain ( #338 )
2026-03-08 00:00:47 +08:00
paisley
3ce4b5d17a
fix(linux): single-line description and correct desktop.entry for valid .desktop file ( #325 )
2026-03-06 16:22:25 +08:00
paisley
01efd87642
fix(gateway): resolve undefined PID and NODE_OPTIONS errors in packaged app ( #315 )
2026-03-06 11:03:56 +08:00
Haze
be800f6cfc
fix(channel): Feishu channel gateway wont restart after config ( #291 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-03-04 21:45:44 +08:00
paisley
5ddb7d281d
fix two clawx instances bug ( #294 )
2026-03-04 21:20:21 +08:00
paisley
52748d78b5
refactor(gateway): migrate from child_process.spawn to utilityProcess.fork ( #290 )
2026-03-04 20:56:19 +08:00
paisley
9703f361f9
fix: add -WindowStyle Hidden to powershell command to prevent window flash on Windows ( #285 )
2026-03-04 14:51:44 +08:00
paisley
2b966cc573
fix: resolve empty marketplace search results by supporting fallback regex parsing ( #273 )
2026-03-03 17:36:09 +08:00
paisley
bc47b455b5
fix(gateway): resolve model switch failure and websocket timeouts during rapid oauth restarts ( #266 )
2026-03-03 10:18:23 +08:00
Haze
9532400053
fix(win): Gateway restart win terminal open error ( #265 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-03-02 21:28:01 +08:00
Lingxuan Zuo
e40f4b2163
Add built-in proxy settings for Electron and Gateway ( #239 )
...
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com >
2026-03-02 17:33:06 +08:00
paisley
29ef9591cf
feat(settings): auto-set default provider after successful OAuth ( #254 )
2026-03-02 15:13:55 +08:00
Haze
730d5466dd
fix(gateway): optimize gateway start robustness in version 0.1.19 ( #244 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-03-01 17:42:25 +08:00
Haze
9d07f611a3
fix(install): windows install error ( #233 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-02-28 18:39:10 +08:00
Haze
b4ef2bd51d
feat(openrouter):add claw-x header ( #213 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-02-28 15:46:26 +08:00
paisley
d63810f54b
feat(channels): add DingTalk via bundled plugin mirror and pure Node deploy ( #215 )
2026-02-28 11:36:40 +08:00
Felix
d4f77a442c
misc: improve timeout handling and warnings in skills ( #211 )
2026-02-28 10:16:36 +08:00
Haze
386d4c5454
fix(win): Windows stability improvements ( #207 ) ( #208 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-02-27 22:10:35 +08:00
Haze
4f50630291
feat(gateway, openclaw-auth): add browser config synchronization ( #184 )
2026-02-26 14:47:36 +08:00
Haze
6383e10d63
feat(chat): reformat streaming output ( #173 )
2026-02-25 23:59:55 +08:00
Haze
9a039ab9fb
ClawX windows path robustness ( #171 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-02-25 22:46:59 +08:00
Haze
b84b645aa1
feat(gateway): implement unloading of launchctl service to prevent au… ( #170 )
2026-02-25 21:49:24 +08:00
Haze
e8c11887d0
feat(gateway): sync gateway token and update agent models on provider… ( #168 )
2026-02-25 18:56:04 +08:00
Haze
2804b6da73
fix(gateway): remove --dev flag from gateway startup args ( #167 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-25 18:29:29 +08:00
Haze
265b12281c
fix(model): custom model choose error ( #164 )
2026-02-25 16:38:03 +08:00
Haze
4e7733353c
fix(gateway): improve process termination handling and add timeout ( #153 )
2026-02-24 19:47:36 +08:00
Haze
d55305839f
feat(updater): implement auto-install countdown and cancellation for updates ( #151 )
2026-02-24 16:41:53 +08:00
Haze
34105d60c6
fix(gateway): gateway start waiting ( #120 )
2026-02-20 21:23:06 +08:00
Haze
5005d405d9
chore(deps): update dependencies and devDependencies in package.json ( #100 )
2026-02-18 20:28:42 +08:00
Haze
cf8091d81f
feat(chat): improve media handling and caching for user messages ( #81 )
2026-02-14 00:21:04 +08:00