Commit Graph

482 Commits

Author SHA1 Message Date
paisley
19b5b2d540 fix(ui): prevent render crashes on malformed backend arrays (#384) 2026-03-10 14:43:19 +08:00
taojianhang
1bae8229af feat(channel): add qq bot (#363)
Co-authored-by: 陶建行 <189307154@qq.com>
2026-03-10 14:20:02 +08:00
paisley
65c2b73e23 fix(settings): display correct configuration status for OAuth providers (#382) 2026-03-10 14:08:45 +08:00
paisley
b86f47171b feat: support wecom (#372)
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
2026-03-10 12:06:37 +08:00
DigHuang
905ce02b0b feat(ui): refactor style ui & add Models page with provider settings (#379) 2026-03-10 11:39:56 +08:00
Lingxuan Zuo
3d664c017a refactor(new merge) (#369)
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com>
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
2026-03-09 20:18:25 +08:00
Lingxuan Zuo
e28eba01e1 refactor/channel & ipc (#349)
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com>
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
2026-03-09 19:04:00 +08:00
paisley
8b45960662 Fix windows path (#361) 2026-03-09 19:03:06 +08:00
Haze
9bb684af68 Multilingual partner program readme (#366)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-03-09 17:04:21 +08:00
paisley
d32d84f1a9 fix: packaged app gateway connection; default Google to API key (#359) 2026-03-09 13:24:59 +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
Ikko Eltociear Ashimine
b41a8eedd9 docs: add Japanese README (#326) 2026-03-06 18:56:27 +08:00
Haze
8c44419eaa 0.1.23 2026-03-06 17:17:49 +08:00
Lê Đức Cường
e1599ee7ef fix(packaging): generate valid Linux desktop entry comment (#322)
Co-authored-by: cuongld12 <cuongld12@vingroup.net>
2026-03-06 16:35:01 +08:00
paisley
c5f5e02f4a v0.1.23-beta.0 2026-03-06 16:23:57 +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
e7d4cf73d5 Fix ubuntu debs (#320) 2026-03-06 15:07:05 +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
paisley
0901d9912a Increase chat send RPC timeout to 120s for high-latency networks (#311) 2026-03-05 15:49:36 +08:00
Mark Lee
c5058908af docs: align README command list with package scripts (#299)
Co-authored-by: slicenfer <16222938+slicenfer@user.noreply.gitee.com>
2026-03-05 15:21:59 +08:00
Haze
b6adf58f0f 0.1.22 2026-03-05 14:34:05 +08:00
paisley
0720ee0d7f v0.1.22-beta.1 2026-03-05 12:07:06 +08:00
DigHuang
2f17e74944 fix(session): remove limit parameter from sessions.list RPC call (#304) 2026-03-05 12:05:12 +08:00
paisley
ee4ff651a7 docs(i18n): update channel setup tutorial links (#303) 2026-03-05 11:25:01 +08:00
paisley
8eae7df3a1 refactor(setup): remove channel connection step from onboarding (#301) 2026-03-05 10:49:59 +08:00
Haze
d14ae0a8f5 0.1.22-beta.0 2026-03-04 21:46:15 +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
Haze
fd58e721bd Openclaw 环境变量乱码 (#293)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-03-04 21:18:46 +08:00
paisley
52748d78b5 refactor(gateway): migrate from child_process.spawn to utilityProcess.fork (#290) 2026-03-04 20:56:19 +08:00
DigHuang
76df84e68c fix: ghost session cleanup, new chat switching, and markdown overflow handling (#287) 2026-03-04 18:54:47 +08:00
paisley
89028756e1 v0.1.22-alpha.2 2026-03-04 15:15:43 +08:00
paisley
ee189a1bde fix: override NSIS process check and replace taskkill to prevent black window flashes 2026-03-04 15:14:01 +08:00
paisley
e8a0390b93 v0.1.22-alpha.1 2026-03-04 14:57:49 +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
Lingxuan Zuo
30b03add1c feat: gate model overrides and load full token history (#271)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
2026-03-04 11:52:54 +08:00
paisley
3371e4fe74 v0.1.22-alpha.0 2026-03-04 11:41:40 +08:00
paisley
5049709c5d fix(ui): use custom ConfirmDialog for deletions to prevent input blocking on Windows (#282) 2026-03-04 11:38:16 +08:00
Haze
828cae0186 0.1.21 2026-03-03 23:37:32 +08:00
paisley
402129354a 0.1.21-beta.3 2026-03-03 19:10:56 +08:00
DigHuang
c49c7f18bd feat(chat): enhance sidebar with session management and deletion (#274) 2026-03-03 19:07:42 +08:00
Haze
f18c91fd6a 0.1.21-beta.2 2026-03-03 18:17:17 +08:00
paisley
d0a38519d2 0.1.21-beta.1 2026-03-03 18:07:53 +08:00
paisley
2b966cc573 fix: resolve empty marketplace search results by supporting fallback regex parsing (#273) 2026-03-03 17:36:09 +08:00
Haze
c1719b3d52 0.1.21-beta.0 2026-03-03 17:01:52 +08:00
paisley
296a755396 chore: remove playwright e2e tests and dependencies (#270) 2026-03-03 14:23:33 +08:00
Lingxuan Zuo
e52916a7ef fallback model/providers (#259)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
2026-03-03 10:18:52 +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