Commit Graph

46 Commits

Author SHA1 Message Date
paisley
f4d6478f1c feat(chat): add scroll-to-latest button (#1031) 2026-05-18 15:09:08 +08:00
paisley
dea38c0c44 feat: add rendered HTML file preview (#1029) 2026-05-18 13:42:38 +08:00
paisley
0ee8f5e202 fix channel degraded misleading info (#1028) 2026-05-18 11:41:04 +08:00
Haze
60b5209cf6 fix(provider): add model provider error (#1025) 2026-05-18 10:21:52 +08:00
paisley
75343d58d1 Feat/auto update (#1018) 2026-05-15 11:21:11 +08:00
paisley
80251a5825 Fix macOS right-side window drag region (#1015) 2026-05-14 11:30:45 +08:00
Haze
42d62f5002 fix(sytle): windows sidebar and cronjob card front style fix (#1011) 2026-05-13 14:30:36 +08:00
Haze
7dc18bb6e7 refact(front): optimize front style (#1007) 2026-05-12 18:37:40 +08:00
paisley
abce8a8b96 Fix chat load history (#1004) 2026-05-11 19:25:39 +08:00
Tao Yiping
cbf70fb299 feat(models): Added a Test button in Provider Settings that validates… (#992)
Co-authored-by: Haze <709547807@qq.com>
2026-05-11 11:51:28 +08:00
Haze
50e88f6789 Add chat model picker (#924)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-05-07 15:29:08 +08:00
paisley
4e4ebd1092 chore: remove Chinese text from file preview components (#987) 2026-05-07 13:39:34 +08:00
Haze
35ae535646 feat(chat): add skill preview functionality in chat input and enhance localization support (#984) 2026-05-07 11:48:30 +08:00
paisley
fc13237023 fix: Windows zoom shortcuts and keep chat preview file after workspace tab (#982) 2026-05-07 11:02:02 +08:00
Haze
e516394580 feat(diff-viewer): enhance MonacoDiffViewer with light theme support and background color alignment (#977) 2026-05-06 13:44:01 +08:00
Haze
5bc994ada7 chore(front): optimize front issue (#975) 2026-05-06 12:03:51 +08:00
Lingxuan Zuo
d47101ab4c feat: gate Dreams and add start control (#953) 2026-05-01 15:26:11 +08:00
Lingxuan Zuo
62d83b401f Add native OpenClaw Dreams UI (#950) 2026-05-01 00:54:11 +08:00
Haze
e6c18022a5 feat(chat): add localized error message for model API call and improve error handling in chat history (#947) 2026-04-30 18:46:55 +08:00
paisley
d18985712c feat: overhaul chat artifact previews and file change experience (#937) 2026-04-30 18:21:45 +08:00
Haze
1fc1e20ec4 feat(provider): support new provider api in clawx (#938) 2026-04-29 19:42:42 +08:00
Haze
9d3a59dc0e feat(chat): Surface terminal model errors in chat (#929)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-28 18:47:45 +08:00
Haze
91c6a26115 feat(chat): support skills choose in chat (#928) 2026-04-28 18:16:41 +08:00
Haze
430d1d0603 style(chat): make reply bubble table headers transparent + bold in light theme (#902) 2026-04-23 19:59:29 +08:00
Haze
956e943072 feat(model): update Kimi model references from k2.5 to k2.6 across the application (#897) 2026-04-23 14:23:29 +08:00
paisley
eda34ad9ce feat: show OpenClaw sidebar entry only in developer mode (#892) 2026-04-22 17:42:27 +08:00
Haze
1ed9f77a29 feat(chat): render LaTeX math formulas in assistant messages (#886)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-22 12:38:46 +08:00
Haze
9a1575114d fix(chat): thinking execution graph (#880) 2026-04-20 20:53:26 +08:00
Haze
1b2dccee6e refactor(chat): execution graph optimize (#873)
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-19 19:36:33 +08:00
Haze
24b43335f8 fix(chat): prevent duplicate renderer requests and thinking messages (#870)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-18 15:23:16 +08:00
Haze
4ac4e12aad style(channels): align status indicator with Models card style (#867)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-17 19:13:31 +08:00
paisley
396e9e0b03 style(channels): simplify channel status indicators (#862) 2026-04-16 17:25:25 +08:00
Lingxuan Zuo
1f39d1a8a7 Add channel health diagnostics and gateway recovery fixes (#855) 2026-04-15 13:51:02 +08:00
Lingxuan Zuo
b2c478d554 Fix multi-account channel binding drift for #836 (#841) 2026-04-13 15:30:13 +08:00
Lingxuan Zuo
4ff6861042 Fix startup chat history recovery for Issue #816 (#821) 2026-04-12 15:30:11 +08:00
Lingxuan Zuo
49518300dc Fix provider API key validation trimming (#810) 2026-04-10 15:15:29 +08:00
AlexZander85
66b2ddb2dc feat(i18n): add Russian (ru) localization support (#798) 2026-04-10 13:47:42 +08:00
paisley
467fcf7e92 Upgrade openclaw to 4.9 (#804) 2026-04-09 18:51:06 +08:00
Haze
d03902dd4d fix(feishu): feishu connector name validate (#797)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-08 19:16:15 +08:00
Haze
19b3ea974b fix(feishu): feishu configuration loss (#795)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-08 18:34:07 +08:00
Lingxuan Zuo
25b13ab912 Refine chat tool status dedupe (#786)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
2026-04-08 15:05:27 +08:00
Haze
32d14b8cf9 fix(gateway): handle Windows OpenClaw process exit error during in-process restarts (#794)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-04-08 12:06:12 +08:00
Lingxuan Zuo
c866205eac Add execution graph to chat history (#776) 2026-04-07 01:37:06 +08:00
Lingxuan Zuo
5a3da41562 Preserve stable snapshots and stabilize Electron e2e (#734) 2026-04-01 20:35:01 +08:00
Lingxuan Zuo
870abb99c4 Fix token usage handling and developer proxy save UX (#704) 2026-03-28 21:13:56 +08:00
Lingxuan Zuo
2668082809 add electron e2e harness and regression coverage (#697) 2026-03-28 15:34:20 +08:00