Skip to content

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Jul 18, 2025


EntelligenceAI PR Summary

Updates the dompurify dependency in the microsoft-calendar plugin to incorporate bug fixes and security patches.

  • Bumped dompurify from ^2.3.6 to ^2.5.4 in plugins/microsoft-calendar/package.json
  • Minor version upgrade maintains backward compatibility within the 2.x range
  • Includes security patches and bug fixes for the HTML sanitization library

@sourcery-ai
Copy link

sourcery-ai bot commented Jul 18, 2025

Reviewer's Guide

This PR updates the dompurify dependency in the microsoft-calendar plugin from v2.3.6 to v2.5.4 to resolve a high-severity prototype pollution vulnerability and notes the need to regenerate the yarn.lock before merging.

File-Level Changes

Change Details Files
Upgrade dompurify to a patched version
  • Bump dompurify version spec from ^2.3.6 to ^2.5.4 in package.json
  • Add reminder to manually update yarn.lock prior to merge
plugins/microsoft-calendar/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codesandbox
Copy link

codesandbox bot commented Jul 18, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@socket-security
Copy link

socket-security bot commented Jul 18, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: npm atob under CC-BY-3.0

License: CC-BY-3.0 - the applicable license policy does not allow this license (4) (package/LICENSE.DOCS)

From: ?npm/atob@2.1.2

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/atob@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Jul 25, 2025
@github-actions github-actions bot closed this Aug 5, 2025
@snyk-io snyk-io bot reopened this Aug 9, 2025
@github-actions github-actions bot removed the stale label Aug 9, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Aug 24, 2025
@github-actions github-actions bot closed this Sep 3, 2025
@snyk-io snyk-io bot reopened this Sep 16, 2025
@entelligence-ai-pr-reviews
Copy link

🔒 Entelligence AI Vulnerability Scanner

No security vulnerabilities found!

Your code passed our comprehensive security analysis.


@entelligence-ai-pr-reviews
Copy link

Walkthrough

This PR updates the DOMPurify dependency in the Microsoft Calendar plugin from version 2.3.6 to 2.5.4. DOMPurify is a critical security library used for sanitizing HTML content to prevent Cross-Site Scripting (XSS) attacks. The update ensures the plugin incorporates the latest security patches and improvements available in the newer version, enhancing the overall security posture of the Microsoft Calendar plugin.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated the dompurify dependency from version 2.3.6 to 2.5.4

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    title Microsoft Calendar Plugin with DOMPurify Integration
    
    actor User
    participant UI as "Calendar UI"
    participant Plugin as "Microsoft Calendar Plugin"
    participant GraphAPI as "Microsoft Graph API"
    participant DOMPurify as "DOMPurify v2.5.4"
    
    User->>UI: View calendar events
    activate UI
    UI->>Plugin: fetchEvents()
    activate Plugin
    
    Plugin->>GraphAPI: Request calendar events
    activate GraphAPI
    GraphAPI-->>Plugin: Return events with HTML content
    deactivate GraphAPI
    
    Note over Plugin,DOMPurify: Security update: DOMPurify 2.3.6 → 2.5.4
    
    loop For each event with HTML content
        Plugin->>DOMPurify: sanitize(htmlContent)
        activate DOMPurify
        DOMPurify-->>Plugin: Return sanitized HTML
        deactivate DOMPurify
    end
    
    Plugin-->>UI: Return sanitized events
    deactivate Plugin
    
    UI-->>User: Display safe calendar events
    deactivate UI
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@entelligence-ai-pr-reviews
Copy link

LGTM 👍

@snyk-io
Copy link
Author

snyk-io bot commented Sep 16, 2025

Snyk checks have failed. 97 issues have been found so far.

Status Scanner Critical High Medium Low Total (97)
Open Source Security 16 31 45 5 97 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions github-actions bot removed the stale label Sep 16, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Sep 30, 2025
@github-actions github-actions bot closed this Oct 8, 2025
@snyk-io snyk-io bot reopened this Oct 8, 2025
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This PR updates the DOMPurify dependency in the Microsoft Calendar plugin from version 2.3.6 to 2.5.4. DOMPurify is a critical security library used for sanitizing HTML content to prevent Cross-Site Scripting (XSS) attacks. The update ensures the plugin incorporates the latest security patches and improvements available in the newer version, enhancing the overall security posture of the Microsoft Calendar plugin.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated the dompurify dependency from version 2.3.6 to 2.5.4

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@entelligence-ai-pr-reviews
Copy link

LGTM 👍

@github-actions github-actions bot removed the stale label Oct 8, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Oct 15, 2025
@github-actions github-actions bot closed this Oct 20, 2025
@snyk-io snyk-io bot reopened this Oct 21, 2025
@github-actions github-actions bot removed the stale label Oct 21, 2025
@github-actions github-actions bot closed this Nov 2, 2025
@snyk-io snyk-io bot reopened this Nov 3, 2025
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This pull request updates the dompurify dependency in the microsoft-calendar plugin from version 2.3.6 to 2.5.4. This represents a minor version upgrade that brings bug fixes and security patches to the HTML sanitization library. The update maintains backward compatibility within the 2.x major version range through the use of the caret (^) version prefix, allowing automatic updates for future patch and minor releases while preventing breaking changes from major version updates.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated dompurify dependency from version ^2.3.6 to ^2.5.4 to include bug fixes and security patches.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant Package as package.json
    participant NPM as NPM Registry
    participant App as Microsoft Calendar Plugin

    Note over Dev,App: Dependency Version Update (dompurify 2.3.6 → 2.5.4)
    
    Dev->>Package: Update dompurify version to ^2.5.4
    Dev->>NPM: npm install
    NPM->>NPM: Resolve dependencies
    NPM-->>App: Install dompurify@2.5.4
    
    Note over App: Plugin continues to use DOMPurify<br/>for HTML sanitization with updated version
    
    App->>App: Runtime: Sanitize calendar content<br/>using updated DOMPurify library
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@github-actions github-actions bot removed the stale label Nov 3, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Nov 10, 2025
@github-actions github-actions bot closed this Nov 15, 2025
@snyk-io snyk-io bot reopened this Nov 16, 2025
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This pull request updates the dompurify dependency in the microsoft-calendar plugin from version 2.3.6 to 2.5.4. This represents a minor version upgrade that brings bug fixes and security patches to the HTML sanitization library. The update maintains backward compatibility within the 2.x version range through the caret (^) versioning prefix, allowing automatic updates for future patch and minor releases while preventing breaking changes from major version updates.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated dompurify dependency from version ^2.3.6 to ^2.5.4 to incorporate bug fixes and security patches.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant Package as package.json
    participant NPM as NPM Registry
    participant App as Microsoft Calendar Plugin

    Note over Dev,App: Dependency Version Update (dompurify 2.3.6 → 2.5.4)
    
    Dev->>Package: Update dompurify version to ^2.5.4
    Dev->>NPM: npm install
    NPM->>NPM: Resolve dependencies
    NPM-->>App: Install dompurify@2.5.4
    
    Note over App: Plugin continues to use DOMPurify<br/>for HTML sanitization with updated version
    
    App->>App: Runtime: Sanitize calendar content<br/>using updated DOMPurify library
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@github-actions github-actions bot removed the stale label Nov 16, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Nov 27, 2025
@github-actions github-actions bot closed this Dec 2, 2025
@snyk-io snyk-io bot reopened this Dec 2, 2025
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This pull request updates the dompurify dependency in the microsoft-calendar plugin from version 2.3.6 to 2.5.4. This represents a minor version upgrade that brings bug fixes and security patches to the HTML sanitization library. The update maintains backward compatibility within the 2.x major version range through the use of the caret (^) version prefix, allowing automatic updates for future patch and minor releases while preventing breaking changes from major version updates.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated dompurify dependency from version ^2.3.6 to ^2.5.4 to include bug fixes and security patches.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant Dev as Developer
    participant Package as package.json
    participant NPM as NPM Registry
    participant App as Microsoft Calendar Plugin

    Note over Dev,App: Dependency Version Update (dompurify 2.3.6 → 2.5.4)
    
    Dev->>Package: Update dompurify version to ^2.5.4
    Dev->>NPM: npm install
    NPM->>NPM: Resolve dependencies
    NPM-->>App: Install dompurify@2.5.4
    
    Note over App: Plugin continues to use DOMPurify<br/>for HTML sanitization with updated version
    
    App->>App: Runtime: Sanitize calendar content<br/>using updated DOMPurify library
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@github-actions github-actions bot removed the stale label Dec 2, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Dec 23, 2025
@github-actions github-actions bot closed this Dec 28, 2025
@snyk-io snyk-io bot reopened this Dec 30, 2025
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This pull request updates the dompurify dependency in the microsoft-calendar plugin from version 2.3.6 to 2.5.4. This is a minor version upgrade that brings the HTML sanitization library up to date with recent bug fixes and security patches. The caret (^) versioning prefix is maintained, allowing automatic updates for future compatible patch and minor releases within the 2.x major version range. This change ensures the plugin benefits from improved security and stability in the HTML sanitization functionality.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated dompurify dependency from version ^2.3.6 to ^2.5.4 for improved security and bug fixes.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant User
    participant CalendarUI as Calendar UI Component
    participant DOMPurify as DOMPurify (v2.5.4)
    participant DOM as Browser DOM

    User->>CalendarUI: View calendar event with HTML content
    activate CalendarUI
    
    Note over CalendarUI,DOMPurify: Dependency upgraded from v2.3.6 to v2.5.4
    
    CalendarUI->>DOMPurify: sanitize(htmlContent)
    activate DOMPurify
    DOMPurify-->>CalendarUI: sanitizedHTML
    deactivate DOMPurify
    
    CalendarUI->>DOM: Render sanitized content
    DOM-->>User: Display safe HTML
    deactivate CalendarUI
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@github-actions github-actions bot removed the stale label Dec 30, 2025
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Jan 11, 2026
@github-actions github-actions bot closed this Jan 22, 2026
@snyk-io snyk-io bot reopened this Jan 23, 2026
@entelligence-ai-pr-reviews
Copy link

Walkthrough

This PR updates the dompurify dependency in the microsoft-calendar plugin from version 2.3.6 to 2.5.4. This is a minor version upgrade that brings bug fixes and security patches to the HTML sanitization library. The caret (^) prefix in the version specification ensures compatibility with future patch and minor releases within the 2.x major version range, allowing automatic updates for non-breaking changes while maintaining stability.

Changes

File(s) Summary
plugins/microsoft-calendar/package.json Updated dompurify dependency from version ^2.3.6 to ^2.5.4

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant User
    participant CalendarUI as Calendar UI
    participant DOMPurify as DOMPurify (v2.5.4)
    participant DOM

    User->>CalendarUI: View calendar event with HTML content
    CalendarUI->>DOMPurify: sanitize(htmlContent)
    Note over DOMPurify: Upgraded from v2.3.6 to v2.5.4
    DOMPurify->>DOMPurify: Parse and clean HTML
    DOMPurify-->>CalendarUI: Return sanitized HTML
    CalendarUI->>DOM: Render safe HTML content
    DOM-->>User: Display calendar event
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

@github-actions github-actions bot removed the stale label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants