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:
parent
09691fe2e8
commit
2b27f2e567
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue