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) <noreply@anthropic.com>
This commit is contained in:
ace-pm 2026-04-15 16:18:22 +02:00
parent 09691fe2e8
commit 2b27f2e567

View file

@ -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).