Commit Graph

7 Commits

Author SHA1 Message Date
duanshuwen
ea1fd18e6f feat: enhance after-pack script to copy OpenClaw runtime dependencies
- Added a new script `bundle-openclaw.mjs` to bundle OpenClaw runtime dependencies.
- Updated `after-pack.cjs` to copy bundled OpenClaw runtime and its node_modules.
- Improved cleanup of unnecessary development files in node_modules.
- Adjusted paths for resources in the packaging process.

style: update loading indicator styles in ChatHistoryPanel

- Changed the border radius and padding for the loading indicator in ChatHistoryPanel.

fix: improve ProvidersSection to handle provider account syncing

- Added logic to sync model configuration to provider accounts.
- Introduced error handling and loading states during the sync process.
- Enhanced vendor resolution and account management logic.

fix: fallback session handling in chat store

- Implemented fallback session logic in loadSessions to ensure a valid session is always available on error.
2026-04-22 21:56:37 +08:00
DEV_DSW
f0e3c12da6 feat: 更新gitignore配置 2026-04-08 09:19:24 +08:00
duanshuwen
49a8c0c1d6 chore: update gitignore for electron forge output directories
Replace outdated 'out/' directory with current Electron Forge output directories:
- dist/ for packaged applications
- release/ for release artifacts
- dist-electron/ for built Electron main process
2026-04-06 22:07:51 +08:00
DEV_DSW
6ea7a611df feat: 更新.gitignore 2025-12-22 11:33:50 +08:00
duanshuwen
ebac04b786 feat: 更换应用框架为ElectronFofge 2025-10-12 14:12:29 +08:00
DEV_DSW
bf83e95b7b feat: 调整项目目录结构 2025-09-24 17:15:02 +08:00
DEV_DSW
329fc3eb0e feat: 初始化项目 2025-09-22 17:05:21 +08:00