33 Commits
Author SHA1 Message Date
ZHUO Xu 7cb6eb240c feat: enhance session status, file previews, open-with feature, web browser, and turn timing (#1189) 2026-07-23 11:06:01 +08:00
paisley f44c2250fb chore: remove unused preinstalled skills (#1150) 2026-07-07 18:09:40 +08:00
Felix 2a1e2adde3 docs: surface uv guidance in ClawX agents context (#1142) 2026-07-03 17:17:40 +08:00
Felix d223af5747 chore: bump bundled Windows node to 22.19.0 (#1129) 2026-06-22 12:33:11 +08:00
Felix 277c21c91a Fix/image generation response format (#1098) 2026-06-03 17:19:55 +08:00
paisleyandCursor b7d0ca0c53 Feat:support image generate provider (#1066)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 18:51:03 +08:00
Haze b0e55692f5 refactor(doc): Update screenshots for English, Japanese, Russian, and Chinese locales (#1014) 2026-05-14 11:02:37 +08:00
Haze f88d6bc17b fix(openclaw): revert update openclaw version (#944) 2026-04-30 17:54:03 +08:00
Hazeandpaisley 9c930b2198 feat: upgrade openclaw to 4.26 (#899)
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com>
2026-04-28 15:04:19 +08:00
paisley 01fd010a0e fix(browser): soften aggressive retry hint and add anti-hallucination prompts (#910) 2026-04-24 14:15:47 +08:00
paisley 4b14f977fa chore: remove brave-web-search skill (#900) 2026-04-23 18:20:58 +08:00
AlexZander85 66b2ddb2dc feat(i18n): add Russian (ru) localization support (#798) 2026-04-10 13:47:42 +08:00
Felix 78a9eb755b fix(windows): run bundled openclaw CLI/TUI via node.exe to restore terminal input (#571) 2026-03-19 13:25:00 +08:00
Felix 686bc2f235 fix(skills): update tavily-search repoPath in preinstalled manifest (#548) 2026-03-17 11:44:51 +08:00
Felix 4e3f3c83f6 build: unify preinstalled skills bundling across dev/package/release and harden SignPath validation (#524) 2026-03-16 16:55:56 +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 272432783a misc(docs): update readme screenshots and refine natural phrasing (#431) 2026-03-12 12:21:20 +08:00
Felix baa551b30c feat: prebundle and auto-enable document, self-improving, search skills (#413) 2026-03-11 18:40:46 +08:00
paisley 8b45960662 Fix windows path (#361) 2026-03-09 19:03:06 +08:00
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
bdafbca8d4 chore: replace clawx.app with claw-x.com and update maintainer email (#236)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-02-28 20:08:28 +08:00
6859656847 Changes from background agent bc-b072b4af-98b7-4de6-bc1c-8faa623cdb13 (#210)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-02-28 15:37:02 +08:00
Haze 0be07eab2a fix(md): clawx md injection error (#193) 2026-02-26 18:53:53 +08:00
Haze 4f50630291 feat(gateway, openclaw-auth): add browser config synchronization (#184) 2026-02-26 14:47:36 +08:00
HazeandHaze 6453702bf9 feat(electron): integrate ClawX context into openclaw workspace initi… (#161)
Co-authored-by: Haze <hazeone@users.noreply.github.com>
2026-02-25 14:22:16 +08:00
Haze e4093ddc47 doc(README): update readme add screenshot (#86) 2026-02-14 14:22:17 +08:00
Haze 300a219f95 chore(UI): ux model settings (#64) 2026-02-12 13:28:20 +08:00
Haze 563fcd2f24 chore(logo): fix release yml and chang logo (#42) 2026-02-11 11:32:26 +08:00
Haze c440e95464 chore(product): fix link in app (#22) 2026-02-09 22:20:51 +08:00
de445ae3d5 Chore/build npm (#9)
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
Co-authored-by: Felix <24791380+vcfgv@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 15:10:08 +08:00
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 bad94e7e76 build(packaging): set up multi-platform packaging and CI/CD
- Add GitHub Actions workflows for CI and releases
- Create icon generation script and SVG source
- Configure electron-builder for macOS, Windows, Linux
- Add macOS entitlements for code signing
- Add Linux post-install/remove scripts
- Enhance package.json with publishing scripts
- Add artifact naming convention
2026-02-05 23:39:55 +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