From 1ae161c273f97a3cc430da78dd24ad673d74ef71 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 12 Jun 2026 19:08:48 +0800 Subject: [PATCH] chore(stage-tamagotchi): cleanup unused code Co-authored-by: Garfield Lee <3471836+Garfield550@users.noreply.github.com> Co-authored-by-agent: Codex --- .../src/main/services/airi/plugins/kits/index.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts b/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts index 50215c60c..4629376c8 100644 --- a/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts +++ b/apps/stage-tamagotchi/src/main/services/airi/plugins/kits/index.ts @@ -84,17 +84,15 @@ function createHostToolKit(options: { tools: TamagotchiToolRegistry }): KitRef void registerHostKits: (host: ExtensionHost) => void tools: TamagotchiToolRegistry dispose: () => void @@ -103,10 +101,6 @@ export function createBuiltInExtensionKitRuntime(options: SetupExtensionHostOpti const tools = new TamagotchiToolRegistry() return { - contributions: [], - attachHost(_host) { - void options.widgetsManager - }, registerHostKits(host) { registerWidgetPluginKit(host) registerGameletPluginKit(host)