openpencil/server/utils
Kayshen Xu 3b60bdc1fa V0.3.2 (#28)
* feat(electron): update electron-builder.yml to specify artifact naming convention for Windows builds. This change enhances clarity and consistency in the build output.

* feat(electron): implement a file logger for the main process

- Added a new logger module that writes logs to `{userData}/logs/main.log` with daily rotation and retains logs for the last 7 days.
- Integrated logging functionality into the main process, replacing console error messages with log entries for better error tracking and debugging.
- Introduced IPC handlers to retrieve the log directory path for user access.
- Updated the preload and main files to utilize the new logging system, enhancing overall application reliability and maintainability.

* feat(mcp): introduce layered design workflow and selection management

- Added a new layered design workflow with tools: `design_skeleton`, `design_content`, and `design_refine` for improved multi-section design generation.
- Implemented segmented prompt retrieval in `get_design_prompt` to allow focused access to design knowledge.
- Created new API endpoints for managing canvas selection state with `selection.get` and `selection.post`, enabling real-time updates and synchronization.
- Enhanced document management with live selection fetching and improved node operations for better design content handling.
- Updated README and CLAUDE.md to reflect new features and usage guidelines for the layered design process.
2026-03-10 21:55:47 +08:00
..
codex-client.ts V0.3.0 (#24) 2026-03-08 11:55:35 +08:00
copilot-client.ts V0.3.0 (#24) 2026-03-08 11:55:35 +08:00
mcp-server-manager.ts V0.3.1 (#25) 2026-03-09 22:02:43 +08:00
mcp-sync-state.ts V0.3.2 (#28) 2026-03-10 21:55:47 +08:00
opencode-client.ts feat(electron): integrate Electron framework for desktop application support 2026-02-20 20:19:06 +08:00
resolve-claude-agent-env.ts V0.1.0 (#13) 2026-03-01 09:33:52 +08:00
resolve-claude-cli.ts V0.3.0 (#24) 2026-03-08 11:55:35 +08:00