From 2b27f2e567483d79c0f3868b8851fc0693bb3dbb Mon Sep 17 00:00:00 2001 From: ace-pm Date: Wed, 15 Apr 2026 16:18:22 +0200 Subject: [PATCH] Update vibes import to use sf-tui module. Redirect working-vibes imports from old location to new sf-tui/vibes.js. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/resources/extensions/sf/bootstrap/register-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/extensions/sf/bootstrap/register-hooks.ts b/src/resources/extensions/sf/bootstrap/register-hooks.ts index 935dff567..804b3a6c0 100644 --- a/src/resources/extensions/sf/bootstrap/register-hooks.ts +++ b/src/resources/extensions/sf/bootstrap/register-hooks.ts @@ -27,7 +27,7 @@ import { initNotificationStore } from "../notification-store.js"; import { initNotificationWidget } from "../notification-widget.js"; import { initHealthWidget } from "../health-widget.js"; import { initializeLearningRuntime, resetLearningRuntime, selectLearnedModel } from "../learning/runtime.js"; -import { setVibeForPrompt, setVibeForTool, clearVibe } from "../working-vibes.js"; +import { setVibeForPrompt, setVibeForTool, clearVibe } from "../../sf-tui/vibes.js"; // Skip the welcome screen on the very first session_start — cli.ts already // printed it before the TUI launched. Only re-print on /clear (subsequent sessions).