Skip to content

Conversation

@anirudhwarrier
Copy link
Collaborator

@anirudhwarrier anirudhwarrier commented Jan 16, 2026

DEVSVCS-3609

This pull request updates the workflow template selection logic to support hidden templates. The main change introduces a Hidden field to the WorkflowTemplate struct and ensures that templates marked as hidden are not shown to users in selection prompts.

Template visibility enhancements:

  • Added a Hidden boolean field to the WorkflowTemplate struct to indicate if a template should be hidden from user selection.
  • Marked the typescriptConfHTTP workflow template as hidden by setting its Hidden field to true in the languageTemplates list.
  • Updated the extractWorkflowTitles method to filter out hidden templates, so only visible templates appear in the selection prompt.

@anirudhwarrier anirudhwarrier marked this pull request as ready for review January 16, 2026 07:09
@anirudhwarrier anirudhwarrier requested a review from a team as a code owner January 16, 2026 07:09
@anirudhwarrier anirudhwarrier changed the title feat: hide selected workflow templae from cre init prompt feat: hide selected workflow template from cre init prompt Jan 16, 2026
@anirudhwarrier anirudhwarrier added this pull request to the merge queue Jan 16, 2026
Merged via the queue into main with commit 0b192b0 Jan 16, 2026
21 checks passed
@anirudhwarrier anirudhwarrier deleted the DEVSVCS-3609/hide-workflow-template branch January 16, 2026 13:41
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.

2 participants