| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat(electron): bundle draw.io for offline support (#629) * feat(electron): bundle draw.io for offline support - Download draw.io static files during CI build (v29.3.5) - Detect Electron and use local draw.io files instead of CDN - Add offline=1 parameter to disable external service calls - Skip /drawio path from i18n middleware redirect - Add public/drawio/ to .gitignore (downloaded during build) This allows the Electron app to work completely offline. * chore: bump version to 0.4.12-beta.3 for offline test * fix(electron): ad-hoc sign macOS app for bundled draw.io compatibility * chore: bump version to 0.4.12-beta.4 for ad-hoc sign test * fix(electron): disable electron-builder signing to use custom ad-hoc signing * chore: bump version to 0.4.12-beta.5 | 5 个月前 | |
fix: resolve biome lint errors blocking CI (#480) - Update biome schema version from 2.3.8 to 2.3.10 - Add radix parameter to parseInt in mcp-server - Remove unnecessary React fragment in model-config-dialog - Fix unused variable errors (err -> _err) - Auto-format code with biome | 6 个月前 | |
fix(electron): properly dereference symlinks by copying actual content (#610) cpSync with dereference:true does NOT convert symlinks to files. This implements a custom copyDereferenced function that: - Detects symlinks using lstatSync - Follows them using statSync - Copies actual file/directory content instead of symlink Fixes macOS arm64 codesign failure with electron-builder 26.4.0 which now does ad-hoc signing and runs codesign --verify. | 5 个月前 | |
fix: rename edit_diagram type field to operation for better model compatibility (#402) Fixes #374 - Models were confused by the type field name and sent operation instead. This change: - Renames DiagramOperation.type to DiagramOperation.operation across all files (MCP server, web app, hooks, components, system prompts) - Adds JSON examples in tool descriptions to show correct format - Updates all test data to use the new field name Affected files: - lib/utils.ts - app/api/chat/route.ts - hooks/use-diagram-tool-handlers.ts - components/chat-message-display.tsx - lib/system-prompts.ts - packages/mcp-server/src/diagram-operations.ts - packages/mcp-server/src/index.ts - scripts/test-diagram-operations.mjs MCP server version bumped to 0.1.6 | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 6 个月前 | ||
| 5 个月前 | ||
| 6 个月前 |