You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for Agent Rules standard via AGENTS.md (#5966)
- Add AGENTS.md detection and loading in custom-instructions.ts
- Add VS Code setting "roo-cline.useAgentRules" (default: true)
- Integrate with existing custom instructions system
- Add comprehensive test coverage for AGENTS.md functionality
- Update README to mention Agent Rules support
This enables unified natural language guidelines across different AI coding tools
following the agent-rules.org standard.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Make Roo Code work your way with:
104
104
-[Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes) for specialized tasks
105
105
-[Local Models](https://docs.roocode.com/advanced-usage/local-models) for offline use
106
106
-[Auto-Approval Settings](https://docs.roocode.com/advanced-usage/auto-approving-actions) for faster workflows
107
+
-**Agent Rules Standard** - Roo Code supports the [Agent Rules](https://agent-rules.org/) standard via `AGENTS.md` files, enabling unified natural language guidelines across different AI coding tools
"settings.autoImportSettingsPath.description": "Path to a RooCode configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/roo-code-settings.json'). Leave empty to disable auto-import."
39
+
"settings.autoImportSettingsPath.description": "Path to a RooCode configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/roo-code-settings.json'). Leave empty to disable auto-import.",
40
+
"settings.useAgentRules.description": "Enable support for Agent Rules standard via AGENTS.md file in project root. When enabled, natural language guidelines from AGENTS.md will be included in agent prompts for improved interoperability with other AI coding tools."
0 commit comments