mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 21:11:36 +00:00
* feat(gateway): add sessions.files.set workspace file write with hash CAS (#104698) * feat(ui): CodeMirror file editor panel with CAS save + clickable tool-card paths (#104698) * fix(gateway): issue the file CAS hash only for strict-UTF-8 text (#104698) * docs(web): document the editable file detail panel (#104698) * fix(gateway,ui): round-trip BOM and CRLF bytes through the file editor (#104698) * fix(ui): keep mixed-line-ending files read-only in the file editor (#104698) * fix(ui): re-gate editability when a conflict reload returns non-editable content (#104698) * fix(gateway): reject NUL bytes in sessions.files.set replacement content (#104698) * fix(gateway,ui): regenerate protocol bindings, fix prod types and lint for file editor (#104698)
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "openclaw-control-ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "6.10.4",
|
|
"@codemirror/language": "6.12.4",
|
|
"@codemirror/language-data": "6.5.2",
|
|
"@codemirror/state": "6.7.1",
|
|
"@codemirror/view": "6.43.6",
|
|
"@create-markdown/preview": "2.0.3",
|
|
"@lezer/highlight": "1.2.3",
|
|
"@lit/context": "1.1.6",
|
|
"@noble/ed25519": "3.1.0",
|
|
"@openclaw/libterminal": "0.3.1",
|
|
"@openclaw/media-core": "workspace:*",
|
|
"@openclaw/normalization-core": "workspace:*",
|
|
"@openclaw/uirouter": "0.1.0",
|
|
"dompurify": "3.4.11",
|
|
"ghostty-web": "0.4.0",
|
|
"highlight.js": "11.11.1",
|
|
"json5": "2.2.3",
|
|
"lit": "3.3.3",
|
|
"markdown-it": "14.3.0",
|
|
"markdown-it-task-lists": "2.1.1",
|
|
"marked": "18.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "14.1.2",
|
|
"@vitest/browser-playwright": "4.1.9",
|
|
"jsdom": "29.1.1",
|
|
"playwright": "1.61.1",
|
|
"vite": "8.1.3",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|