openpencil/src
Kayshen Xu bdf37908fd
V0.4.3 (#50)
* chore(ai): update dependencies and enhance logging functionality

- Bump version of `@github/copilot-sdk` and related packages to `0.1.32` and `1.0.7` for improved features and bug fixes.
- Update Discord invite links across multiple README files to the new server.
- Introduce a new logging utility in `server/utils/server-logger.ts` for better server process logging, including automatic log cleanup and directory management.
- Enhance the `connect-agent.ts` and `install-agent.ts` files to improve OpenCode binary resolution and installation commands.
- Refactor `resolve-claude-cli.ts` and `resolve-copilot-cli.ts` to include detailed logging for CLI binary resolution processes.

This update improves dependency management, enhances user experience with updated links, and provides better insights into server operations through logging.

* chore: bump version from 0.4.0 to 0.4.3 in package.json
2026-03-18 21:34:58 +08:00
..
canvas V0.4.2 (#46) 2026-03-17 21:07:50 +08:00
components V0.4.3 (#50) 2026-03-18 21:34:58 +08:00
constants V0.3.1 (#25) 2026-03-09 22:02:43 +08:00
hooks V0.4.2 (#46) 2026-03-17 21:07:50 +08:00
i18n V0.4.3 (#50) 2026-03-18 21:34:58 +08:00
lib feat(editor): scaffold core canvas engine and editor layout 2026-02-18 21:49:16 +08:00
mcp V0.4.0 (#44) 2026-03-15 10:01:35 +08:00
routes V0.4.1 (#45) 2026-03-16 09:33:57 +08:00
services V0.4.1 (#45) 2026-03-16 09:33:57 +08:00
stores V0.4.3 (#50) 2026-03-18 21:34:58 +08:00
types V0.4.3 (#50) 2026-03-18 21:34:58 +08:00
uikit V0.2.0 (#21) 2026-03-05 21:14:50 +08:00
utils V0.4.2 (#46) 2026-03-17 21:07:50 +08:00
variables V0.3.1 (#25) 2026-03-09 22:02:43 +08:00
router.tsx Initialize OpenPencil project with essential files and configurations 2026-02-17 21:14:16 +08:00
routeTree.gen.ts Initialize OpenPencil project with essential files and configurations 2026-02-17 21:14:16 +08:00
styles.css V0.3.3 (#33) 2026-03-11 21:18:49 +08:00