Skip to content

Conversation

@lmtr0
Copy link

@lmtr0 lmtr0 commented Dec 26, 2025

Related GitHub Issue

Closes: #10079

Description

  • Implements a new command to start a new task without prompting the user when the command is invoked
  • Adds translations for the new command
  • Adds necessary changes for the command to work:
    • package.json, package.nls.json, .....
  • adds tests for the new command

Test Procedure

  • leveraged ai to write tests

Screenshots / Videos

there are no ui changes

Documentation Updates

I have not written the documentation changes

Get in Touch

lmtr0


Important

Adds newTask.noPrompt command for task creation without prompts, with translations and keybindings.

  • Behavior:
    • Adds newTask.noPrompt command to vscode.ts for creating tasks without user prompts.
    • Registers newTask.noPrompt in registerCommands.ts to execute task creation without prompts.
    • Adds keybinding ctrl+m ctrl+n for newTask.noPrompt in package.json.
  • Translations:
    • Adds command.newTask.noPrompt.title translations in package.nls.json and 19 other language files.

This description was created by Ellipsis for d7dde44. You can customize this summary. It will automatically update as commits are pushed.

@lmtr0 lmtr0 requested review from cte, jr and mrubens as code owners December 26, 2025 13:48
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. Enhancement New feature or request labels Dec 26, 2025
@roomote
Copy link
Contributor

roomote bot commented Dec 26, 2025

Rooviewer Clock   See task on Roo Cloud

Re-reviewed the latest commits. The keybinding indentation issue has been fixed. One issue remains.

  • Fix inconsistent indentation in command entry (src/package.json:173-177)
  • Fix inconsistent indentation in keybinding entry (src/package.json:301-306)
Previous reviews

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Dec 26, 2025
@lmtr0 lmtr0 force-pushed the feat/new-task-without-prompt branch from 4f04738 to 9105d0c Compare December 26, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] New command new task without prompting

2 participants