feat: write to context.md by default
This commit is contained in:
parent
b2f24e38ed
commit
364cf5b429
5 changed files with 31 additions and 5 deletions
|
|
@ -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()).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue