summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-02 13:22:59 -0500
committerAdam <[email protected]>2025-05-02 15:24:47 -0500
commit364cf5b429c3dd6952d45c3361765aa3898e6326 (patch)
tree5a4b8e1892e447e00a3aaa27a333ff9f332d9c64 /internal/tui/components
parentb2f24e38eda018b464def477880e9db5bb51b515 (diff)
downloadopencode-364cf5b429c3dd6952d45c3361765aa3898e6326.tar.gz
opencode-364cf5b429c3dd6952d45c3361765aa3898e6326.zip
feat: write to context.md by default
Diffstat (limited to 'internal/tui/components')
-rw-r--r--internal/tui/components/dialog/init.go2
1 files changed, 1 insertions, 1 deletions
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()).