From 364cf5b429c3dd6952d45c3361765aa3898e6326 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Fri, 2 May 2025 13:22:59 -0500 Subject: feat: write to context.md by default --- internal/tui/components/dialog/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/components') diff --git a/internal/tui/components/dialog/init.go b/internal/tui/components/dialog/init.go index 77c76584d..16fb070e6 100644 --- a/internal/tui/components/dialog/init.go +++ b/internal/tui/components/dialog/init.go @@ -110,7 +110,7 @@ func (m InitDialogCmp) View() string { Foreground(t.Text()). Width(maxWidth). Padding(0, 1). - Render("Initialization generates a new OpenCode.md file that contains information about your codebase, this file serves as memory for each project, you can freely add to it to help the agents be better at their job.") + Render("Initialization generates a new CONTEXT.md file that contains information about your codebase, this file serves as memory for each project, you can freely add to it to help the agents be better at their job.") question := baseStyle. Foreground(t.Text()). -- cgit v1.2.3