feat(FN-3434): add Claude OAuth credential interop with verification and st
This merge lands four major features: the desktop app gains shell onboarding with remote mode support via a new `DesktopModeChooser` and `shell-settings` module (FN-3399); the dashboard gains full archived insights support with the `InsightsView` redesign and `useInsights` hook overhaul (FN-3315); C Fusion-Task-Id: FN-3434
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"test:coverage:cli": "pnpm --filter @runfusion/fusion exec vitest run --silent=passed-only --reporter=dot --coverage",
|
||||
"test:coverage:dashboard": "pnpm --filter @fusion/dashboard exec vitest run --silent=passed-only --reporter=dot --coverage",
|
||||
"test:slow-cli": "pnpm --filter @runfusion/fusion test:pre-release",
|
||||
"typecheck": "pnpm -r typecheck",
|
||||
"typecheck": "pnpm -r --filter=!@fusion/desktop --filter=!@fusion/mobile typecheck",
|
||||
"changeset": "changeset",
|
||||
"version": "changeset version",
|
||||
"release": "node scripts/release.mjs",
|
||||
|
||||
Reference in New Issue
Block a user