Plugin rules with alwaysApply: true are silently downgraded to "Applied Intelligently"

Where does the bug appear (feature/product)?

Cursor Plugins / Rules in Cursor IDE

Describe the Bug

After installing a team-built custom plugin via Cursor’s plugin system, rules defined with alwaysApply: true in the plugin are automatically downgraded to “Applied Intelligently” instead of being always applied.

In our plugin, we have several .mdc rule files with alwaysApply: true in the frontmatter. These rules are critical and must be included in every agent conversation. However, after the latest update, Cursor no longer respects the alwaysApply: true setting from plugin rules — they appear as “Applied Intelligently” in the Rules panel, meaning they may or may not be included depending on Cursor’s automatic relevance judgment.

This causes the agent to frequently miss mandatory coding conventions and constraints defined in our team’s rules.

Steps to Reproduce

  1. Create a custom plugin with rule files that have alwaysApply: true in the frontmatter.

  2. Install the plugin via Cursor’s plugin system (configured in .cursor/settings.json).

  3. Open a project where the plugin is enabled.

  4. Open the Rules panel — observe that the plugin rules show as “Applied Intelligently” instead of “Always Applied”.

  5. Start an agent chat — observe that the rules are not consistently loaded into the agent’s context.

Expected Behavior

Plugin rules with alwaysApply: true should be respected and always included in the agent’s context, matching the behavior of local .cursor/rules/*.mdc files with the same setting.

Questions

  • Is this a bug or an intentional change?

  • If this is by design, what is the recommended way to ensure certain plugin rules are always applied in every agent conversation?

Operating System

macOS (Darwin arm64 24.5.0)

Version Information

Version: 2.7.0-pre.35.patch.0

VSCode Version: 1.105.1

Commit: 183d374088f4eb28500dc13e8807157ad5646cc0

Date: 2026-03-08T01:52:57.198Z

Build Type: Stable

Release Track: Default

Electron: 39.6.0

Chromium: 142.0.7444.265

Node.js: 22.22.0

V8: 14.2.231.22-electron.0

OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

No — Cursor works, but this issue undermines the reliability of team-shared coding rules via plugins.

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Cursor IDE
  • Cursor CLI
  • Background Agent (GitHub, Slack, Web, Linear)
  • BugBot
  • Somewhere else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!