openpencil/server/api/ai
Kayshen-X 543e64245c feat(electron): integrate Electron framework for desktop application support
- Add Electron configuration and main process setup for building a desktop application.
- Implement IPC communication for file operations (open, save) between the renderer and main processes.
- Create a preload script to expose Electron APIs to the renderer.
- Update package.json to include Electron and related dependencies.
- Enhance the build process with electron-builder for packaging the application.
- Introduce a new electron-builder.yml configuration file for build settings.
- Modify Vite configuration to support Electron-specific builds.
- Update UI components to accommodate Electron's window management and drag regions.
2026-02-20 20:19:06 +08:00
..
chat.ts feat(electron): integrate Electron framework for desktop application support 2026-02-20 20:19:06 +08:00
connect-agent.ts feat(electron): integrate Electron framework for desktop application support 2026-02-20 20:19:06 +08:00
generate.ts feat(electron): integrate Electron framework for desktop application support 2026-02-20 20:19:06 +08:00
models.ts feat(ai): add Setup Agents & MCP dialog with multi-provider support 2026-02-19 03:15:36 +08:00