mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
Merge pull request #74 from pedramamini/show-thinking
feat: Show Thinking toggle for real-time AI reasoning display
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
"test:e2e:ui": "npm run build:main && npm run build:renderer && playwright test --ui",
|
||||
"test:e2e:headed": "npm run build:main && npm run build:renderer && playwright test --headed",
|
||||
"test:integration": "vitest run --config vitest.integration.config.ts",
|
||||
"test:integration:watch": "vitest --config vitest.integration.config.ts"
|
||||
"test:integration:watch": "vitest --config vitest.integration.config.ts",
|
||||
"test:performance": "vitest run --config vitest.performance.config.mts"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.maestro.app",
|
||||
|
||||
Reference in New Issue
Block a user