mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-02 12:37:42 +00:00
Merge main into refactor/settings: add install mode detection (#418)
Resolves merge conflict in VersionUpgradeModal.tsx — combines PR #402's file relocation and copyTextToClipboard utility with the installMode feature from main that detects git vs npm installs and shows the correct upgrade command. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@siteboon/claude-code-ui",
|
||||
"version": "1.18.2",
|
||||
"version": "1.20.1",
|
||||
"description": "A web-based UI for Claude Code CLI",
|
||||
"type": "module",
|
||||
"main": "server/index.js",
|
||||
@@ -32,6 +32,7 @@
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"start": "npm run build && npm run server",
|
||||
"release": "./release.sh",
|
||||
"prepublishOnly": "npm run build",
|
||||
"postinstall": "node scripts/fix-node-pty.js"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user