Merge pull request #1515 from QwenLM/mingholy/feat/slash-command-share

Add export command for session history with markdown and HTML formats
This commit is contained in:
tanzhenxin 2026-02-05 18:59:26 +08:00 committed by GitHub
commit bf19464697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 2518 additions and 1 deletions

View file

@ -19,7 +19,8 @@
}
},
"scripts": {
"build": "node ../../scripts/build_package.js",
"build:assets": "node ./assets/parallel-build.mjs",
"build": "npm run build:assets && node ../../scripts/build_package.js",
"start": "node dist/index.js",
"debug": "node --inspect-brk dist/index.js",
"lint": "eslint . --ext .ts,.tsx",