Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fern/pages/contribute/repos/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Notify AI-powered integrations when issues are created to help investigate and f
- `promptless`: Mentions @Promptless with the prompt
- `dosu`: Mentions @dosu with the prompt
- `claude`: Mentions @claude with the prompt
- `cursor`: Mentions @cursor with the prompt
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added cursor integration based on changes in action.yml which updated the supported values list, and index.js which added the @cursor $PROMPT mapping.
View source

- `opencode`: Uses the `/opencode` command with the prompt
- `copilot`: Auto-assigns the issue to Copilot (instead of adding to the accordion)

Expand Down
3 changes: 3 additions & 0 deletions fern/pages/docs/get-started/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ When Doc Detective tests fail in CI, you can trigger AI-powered integrations to
|-------------|-------------|
| `claude` | Anthropic's Claude AI assistant |
| `copilot` | GitHub Copilot |
| `cursor` | Cursor AI assistant |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added cursor integration based on changes in index.js where cursor was added to INTEGRATION_MAP with pattern @cursor $PROMPT, following the same pattern as claude and dosu.
View source

| `dosu` | Dosu AI assistant |
| `promptless` | Promptless documentation automation |
| `doc-sentinel` | Doc Sentinel documentation monitoring |
Expand Down Expand Up @@ -69,6 +70,7 @@ Each integration responds differently when triggered:
|-------------|----------|
| `claude` | Doc Detective adds an `@claude` mention to the issue. Claude analyzes test results and suggests fixes. |
| `copilot` | The issue is automatically assigned to GitHub Copilot instead of being mentioned in a collapsible section. |
| `cursor` | Doc Detective adds a `@cursor` mention to the issue. Cursor analyzes test results and suggests fixes. |
| `dosu` | Doc Detective mentions Dosu in the issue to analyze context and provide suggestions. |
| `promptless` | Promptless analyzes test failures and can automatically create documentation updates. |
| `doc-sentinel` | Doc Detective mentions Doc Sentinel to help monitor and identify documentation issues. |
Expand All @@ -80,6 +82,7 @@ Each integration requires setup in your repository before use:

- **Claude**: Install the Claude GitHub app.
- **Copilot**: Enable GitHub Copilot and configure it for issue handling.
- **Cursor**: Install the Cursor GitHub app.
- **Dosu**: Install the Dosu app.
- **Promptless**: Connect your repository to Promptless.
- **Doc Sentinel**: Configure Doc Sentinel.
Expand Down