format code

This commit is contained in:
beyondkmp 2025-09-24 12:59:00 +08:00
parent f05b884646
commit fe6e65f263
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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 })