From 943278e38061170c1d3b42d974e284d70bc8f6a1 Mon Sep 17 00:00:00 2001 From: Gab Date: Tue, 24 Mar 2026 18:45:31 +1100 Subject: [PATCH] fix: tips --- packages/tfcode/src/cli/cmd/tui/component/tips.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tfcode/src/cli/cmd/tui/component/tips.tsx b/packages/tfcode/src/cli/cmd/tui/component/tips.tsx index 282bc59a1..9a08c8634 100644 --- a/packages/tfcode/src/cli/cmd/tui/component/tips.tsx +++ b/packages/tfcode/src/cli/cmd/tui/component/tips.tsx @@ -145,4 +145,5 @@ const TIPS = [ "Run {highlight}/help{/highlight} or {highlight}Ctrl+X H{/highlight} to show the help dialog", "Use {highlight}/rename{/highlight} to rename the current session", "Press {highlight}Ctrl+Z{/highlight} to suspend the terminal and return to your shell", + "tfcode is a fork of {highlight}opencode{/highlight} - thanks to the original project", ]