paisley
2f03aa1fad
fix(channels): restore dingtalk multi-account support ( #874 )
2026-04-19 17:39:13 +08:00
Lingxuan Zuo
1f39d1a8a7
Add channel health diagnostics and gateway recovery fixes ( #855 )
2026-04-15 13:51:02 +08:00
Haze
30bd8c08f9
feat(gateway): enhance gateway readiness handling and batch sync configuration ( #851 )
...
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com >
2026-04-14 15:42:37 +08:00
Tao Yiping
87ab12849c
feat(cron): allow users to associate cron jobs with specific agents ( #835 )
2026-04-12 11:51:29 +08:00
paisley
06266cb4d2
Upgrade openclaw to 4.1 ( #742 )
2026-04-02 11:23:24 +08:00
Felix
ab8fe760ef
feat(agent-model): add per-agent model override with default-reset UX and runtime sync ( #651 )
2026-03-25 10:13:11 +08:00
cedric
9d40e1fa05
feat: unify cron delivery account and target selection ( #642 )
2026-03-25 10:12:49 +08:00
Haze
1e7b40a486
feat(channel): support weichat channel ( #620 )
2026-03-22 17:08:02 +08:00
Felix
4be679ac56
Refactor channel account management: move binding/editing to Channels, align Agents display, and simplify UX ( #523 )
2026-03-16 18:20:11 +08:00
Felix
4cfb552b1d
fix(skills): distinguish external skill install paths and open real location ( #463 )
2026-03-13 14:40:46 +08:00
Haze
a575977e3c
chore(apparence): opt clawx apparence and i18n settings ( #410 )
2026-03-11 15:37:16 +08:00
Haze
95e090ecb5
feat(agents): support chat to agent ( #403 )
2026-03-11 12:03:30 +08:00
Haze
36c0fcb5c7
feat(Agnet): support multi agents ( #385 )
2026-03-10 16:13:55 +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
b86f47171b
feat: support wecom ( #372 )
...
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com >
2026-03-10 12:06:37 +08:00
Haze
4d948347ea
fix(cron): remove cron task channel config ( #222 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Haze <hazeone@users.noreply.github.com >
2026-02-28 15:14:02 +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
paisley
d7a7c6dcff
fix(setup): resolve conflicts, fix light mode styles, add Feishu permission warning ( #53 )
2026-02-11 17:59:40 +08:00
paisley
6e09a69f4f
feat(app): i18n ( #48 )
2026-02-11 15:34:53 +08:00
DigHuang
1b508d5bde
feat(provider): mainly support moonshot / siliconflow on setup ( #43 )
2026-02-11 11:33:33 +08:00
paisley
29d0db706f
fix(whatsapp): wait for creds update and fix config path ( #38 )
2026-02-10 19:07:44 +08:00
paisley
518b5f6323
fix: correct Telegram allowlist configuration key ( #31 )
2026-02-10 16:18:34 +08:00
paisley
7a9fd7fc0f
feat(channels): implement WhatsApp QR login proxy ( #29 )
2026-02-10 14:06:53 +08:00
paisley
0667a241d6
feat(discord): make Guild/Server ID a required field ( #20 )
2026-02-09 19:19:09 +08:00
paisley
41b6868646
chore: update channel url ( #13 )
2026-02-09 17:27:13 +08:00
Haze
e6317cafd6
chore(frontend): fix corn task ( #3 )
2026-02-07 01:28:38 +08:00
Felix
fa6c23b82a
feature: channels and skills ( #2 )
...
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-06 18:26:06 +08:00
Haze
1646536e40
feat(gateway): enhance gateway process management with auto-reconnection
...
Improve Gateway lifecycle management with the following features:
- Add exponential backoff reconnection (1s-30s delay, max 10 attempts)
- Add health check monitoring every 30 seconds
- Add proper restart method with graceful shutdown
- Handle server-initiated notifications (channel status, chat messages)
- Add 'reconnecting' state for better UI feedback
- Enhance IPC handlers with isConnected and health check endpoints
- Update preload script with new event channels
- Improve type safety and error handling throughout
Also fixes several TypeScript errors and unused variable warnings.
2026-02-05 23:15:07 +08:00
Haze
b8ab0208d0
feat(core): initialize project skeleton with Electron + React + TypeScript
...
Set up the complete project foundation for ClawX, a graphical AI assistant:
- Electron main process with IPC handlers, menu, tray, and gateway management
- React renderer with routing, layout components, and page scaffolding
- Zustand state management for gateway, settings, channels, skills, chat, and cron
- shadcn/ui components with Tailwind CSS and CSS variable theming
- Build tooling with Vite, electron-builder, and TypeScript configuration
- Testing setup with Vitest and Playwright
- Development configurations (ESLint, Prettier, gitignore, env example)
2026-02-05 23:09:17 +08:00