From 34e68acb8a0842d0cf39ca58cac72919bd3095cc Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 30 Jul 2025 12:57:41 +0200 Subject: [PATCH] chore: add agents to the default context --- internal/config/config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/config/config.go b/internal/config/config.go index d029469418b4394ddcbc80c834d9f748ccc64fb1..44573a710163f2ba5c8912c23af7024f28bcaa51 100644 --- a/internal/config/config.go +++ b/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