feat: CLI v2.1.68–v2.1.74 compatibility updates #221

Merged
naomi merged 20 commits from feat/cli into main 2026-03-13 01:34:45 -07:00
Showing only changes of commit 8deda3af28 - Show all commits
+6
View File
@@ -584,6 +584,12 @@ export async function initializeTauriListeners() {
event_type === "create" && worktree ? worktree : null
);
}
if (event_type === "create" && worktree) {
toastStore.addInfo(`Worktree created: ${worktree.branch}`, "🌿");
} else if (event_type === "remove") {
toastStore.addInfo("Worktree removed", "🌿");
}
});
unlisteners.push(worktreeUnlisten);