Merge pull request #74 from pedramamini/show-thinking

feat: Show Thinking toggle for real-time AI reasoning display
This commit is contained in:
Pedram Amini
2025-12-22 22:03:37 -06:00
committed by GitHub
29 changed files with 1393 additions and 46 deletions

View File

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