feat(nel-assistant): add Cursor IDE support#747
Open
sephmard wants to merge 2 commits intoNVIDIA-NeMo:mainfrom
Open
feat(nel-assistant): add Cursor IDE support#747sephmard wants to merge 2 commits intoNVIDIA-NeMo:mainfrom
sephmard wants to merge 2 commits intoNVIDIA-NeMo:mainfrom
Conversation
gchlebus
reviewed
Feb 22, 2026
Contributor
There was a problem hiding this comment.
This file is a copy/paste of the .claude/skills/nel-assistant. Can we avoid this? Ideally, we have only one copy of the skill that works across the board.
gchlebus
reviewed
Feb 22, 2026
| - `adapter_config.custom_system_prompt` (like `/think`, `/no_think`) and no `adapter_config.params_to_add` (leave `params_to_add` unrelated to reasoning untouched) | ||
| - `adapter_config.params_to_add` for payload modifier (like `"chat_template_kwargs": {"enable_thinking": true/false}`) and no `adapter_config.custom_system_prompt` and `adapter_config.use_system_prompt: false` (leave `custom_system_prompt` and `use_system_prompt` unrelated to reasoning untouched). | ||
| - reasoning effort/budget (if it's configurable, AskUserQuestion what reasoning effort they want) | ||
| - reasoning effort/budget (if it's configurable, ask the user what reasoning effort they want) |
Contributor
There was a problem hiding this comment.
Is ask the user a special cursor trigger phrase? AskUserQuestion is the tool name the Claude uses to create forms to get user input, it'd be good to check if ask the user doesn't change behavior of Claude.
59f1a68 to
53bbb97
Compare
- Add global note to use AskUserQuestion when available (Claude Code), otherwise fall back to asking in chat (Cursor, Codex, etc.) - Apply AskUserQuestion-with-fallback pattern to every question in the workflow - For questions exceeding 4-option limit (Deployment, Benchmarks), show top 3 options + "Let's chat about it" to handle overflow interactively - Add .cursor/skills/nel-assistant/SKILL.md for @SKILL.md discoverability in Cursor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53bbb97 to
f86c8c4
Compare
Contributor
|
Do we really need this Cursor-native skill path? You can install the skill for Cursor just fine with For sure we can’t just copy&paste it like this. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


@piojanu @gchlebus adding Cursor skill.md support