5eea508296
* stage * fix: update tool call logging to include tool call IDs and enhance sandbox ship creation parameters * feat: file upload * fix * update * fix: remove 'boxlite' option from booter and handle error in PythonTool execution * feat: implement singleton pattern for ShipyardSandboxClient and add FileUploadTool for file uploads * feat: sandbox * fix * beta * uv lock * remove * chore: makes world better * feat: implement localStorage persistence for showReservedPlugins state * docs: refine EULA * fix * feat: add availability check for sandbox in Shipyard and base booters * feat: add shipyard session configuration options and update related tools * feat: add file download functionality and update shipyard SDK version * fix: sending OpenAI-style image_url causes Anthropic 400 invalid tag error (#4444) * feat: chatui project (#4477) * feat: chatui-project * fix: remove console log from getProjects function * fix: title saving logic and update project sessions on changes * docs: standardize Context class documentation formatting (#4436) * docs: standardize Context class documentation formatting - Unified all method docstrings to standard format - Fixed mixed language and formatting issues - Added complete parameter and return descriptions - Enhanced developer experience for plugin creators - Fixes #4429 * docs: fix Context class documentation issues per review - Restored Sphinx directives for versionadded notes - Fixed MessageSesion typo to MessageSession throughout file - Added clarification for kwargs propagation in tool_loop_agent - Unified deprecation marker format - Fixes #4429 * Convert developer API comments to English * chore: revise comments --------- Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com> * fix: handle empty output case in PythonTool execution * fix: update description for command parameter in ExecuteShellTool * refactor: remove unused file tools and update PythonTool output handling * project list * fix: ensure message stream order (#4487) * feat: enhance iPython tool rendering with Shiki syntax highlighting * bugfixes * feat: add sandbox mode prompt for enhanced user guidance in executing commands * chore: remove skills prompt --------- Co-authored-by: 時壹 <137363396+KBVsent@users.noreply.github.com> Co-authored-by: Li-shi-ling <114913764+Li-shi-ling@users.noreply.github.com>
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "astrbot-dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": "CodedThemes",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"build-stage": "vue-tsc --noEmit && vite build --base=/vue/free/stage/",
|
|
"build-prod": "vue-tsc --noEmit && vite build --base=/vue/free/",
|
|
"preview": "vite preview --port 5050",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@guolao/vue-monaco-editor": "^1.5.4",
|
|
"@tiptap/starter-kit": "2.1.7",
|
|
"@tiptap/vue-3": "2.1.7",
|
|
"apexcharts": "3.42.0",
|
|
"axios": ">=1.6.2 <1.10.0 || >1.10.0 <2.0.0",
|
|
"axios-mock-adapter": "^1.22.0",
|
|
"chance": "1.1.11",
|
|
"date-fns": "2.30.0",
|
|
"dompurify": "^3.3.1",
|
|
"event-source-polyfill": "^1.0.31",
|
|
"highlight.js": "^11.11.1",
|
|
"js-md5": "^0.8.3",
|
|
"katex": "^0.16.27",
|
|
"lodash": "4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"markstream-vue": "^0.0.6-beta.1",
|
|
"mermaid": "^11.12.2",
|
|
"pinia": "2.1.6",
|
|
"pinyin-pro": "^3.26.0",
|
|
"remixicon": "3.5.0",
|
|
"shiki": "^3.20.0",
|
|
"stream-markdown": "^0.0.11",
|
|
"stream-monaco": "^0.0.8",
|
|
"vee-validate": "4.11.3",
|
|
"vite-plugin-vuetify": "1.0.2",
|
|
"vue": "3.3.4",
|
|
"vue-i18n": "^11.1.5",
|
|
"vue-router": "4.2.4",
|
|
"vue3-apexcharts": "1.4.4",
|
|
"vue3-print-nb": "0.1.4",
|
|
"vuetify": "3.7.11",
|
|
"yup": "1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mdi/font": "7.2.96",
|
|
"@rushstack/eslint-patch": "1.3.3",
|
|
"@types/chance": "1.1.3",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^20.5.7",
|
|
"@vitejs/plugin-vue": "4.3.3",
|
|
"@vue/eslint-config-prettier": "8.0.0",
|
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"eslint": "8.48.0",
|
|
"eslint-plugin-vue": "9.17.0",
|
|
"prettier": "3.0.2",
|
|
"sass": "1.66.1",
|
|
"sass-loader": "13.3.2",
|
|
"typescript": "5.1.6",
|
|
"vite": "4.4.9",
|
|
"vue-cli-plugin-vuetify": "2.5.8",
|
|
"vue-tsc": "1.8.8",
|
|
"vuetify-loader": "^2.0.0-alpha.9"
|
|
}
|
|
} |