internal/config/config.go 🔗
@@ -37,6 +37,9 @@ var defaultContextPaths = []string{
 	"Crush.local.md",
 	"CRUSH.md",
 	"CRUSH.local.md",
+	"AGENTS.md",
+	"agents.md",
+	"Agents.md",
 }
 
 type SelectedModelType string
  Kujtim Hoxha created
chore: add agents to the default context
  
  
  
internal/config/config.go | 3 +++
1 file changed, 3 insertions(+)
@@ -37,6 +37,9 @@ var defaultContextPaths = []string{
 	"Crush.local.md",
 	"CRUSH.md",
 	"CRUSH.local.md",
+	"AGENTS.md",
+	"agents.md",
+	"Agents.md",
 }
 
 type SelectedModelType string