mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 21:42:27 +08:00
format code
This commit is contained in:
parent
f05b884646
commit
fe6e65f263
@ -84,7 +84,6 @@
|
||||
"@libsql/win32-x64-msvc": "^0.4.7",
|
||||
"@napi-rs/system-ocr": "patch:@napi-rs/system-ocr@npm%3A1.0.2#~/.yarn/patches/@napi-rs-system-ocr-npm-1.0.2-59e7a78e8b.patch",
|
||||
"@strongtz/win32-arm64-msvc": "^0.4.7",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"drizzle-orm": "^0.44.5",
|
||||
"express": "^5.1.0",
|
||||
"express-validator": "^7.2.1",
|
||||
@ -102,6 +101,7 @@
|
||||
"turndown": "7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@agentic/exa": "^7.3.3",
|
||||
"@agentic/searxng": "^7.3.3",
|
||||
"@agentic/tavily": "^7.3.3",
|
||||
|
||||
@ -86,7 +86,6 @@ class ClaudeCodeService implements AgentServiceInterface {
|
||||
cwd,
|
||||
env,
|
||||
model: modelInfo.modelId,
|
||||
executable: app.getPath('exe') as 'node' ,
|
||||
pathToClaudeCodeExecutable: this.claudeExecutablePath,
|
||||
stderr: (chunk: string) => {
|
||||
logger.warn('claude stderr', { chunk })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user