From 03ae910f37160bda9b76ce0d16e2d5ed2b72fbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=90=89=E6=B5=A9?= <1625567290@qq.com> Date: Sun, 16 Aug 2026 19:38:13 +0800 Subject: [PATCH] fix(desktop): import Plan Mode copy types from core subpaths #2688 imported Plan Mode locale types from the removed @maka/core root barrel. Other locale catalogs already use @maka/core/ui-locale and @maka/core/plan. The root import breaks desktop main typecheck and cascades through every PR that merges with main. Generated-by: Grok --- apps/desktop/src/renderer/locales/plan-mode-copy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/renderer/locales/plan-mode-copy.ts b/apps/desktop/src/renderer/locales/plan-mode-copy.ts index f13d70641b..ce1c0c0eb5 100644 --- a/apps/desktop/src/renderer/locales/plan-mode-copy.ts +++ b/apps/desktop/src/renderer/locales/plan-mode-copy.ts @@ -1,4 +1,5 @@ -import type { PlanExecutionStep, PlanProposal, UiCatalog, UiLocale } from '@maka/core'; +import type { PlanExecutionStep, PlanProposal } from '@maka/core/plan'; +import type { UiCatalog, UiLocale } from '@maka/core/ui-locale'; export interface PlanModeCopy { readonly abandonConfirmation: {