Skip to content

feat: use search-list prompt for response mode instead of list - #173

Merged
chhavi-mandowara-cstk merged 1 commit into
developmentfrom
CL-4136
Jun 3, 2026
Merged

feat: use search-list prompt for response mode instead of list#173
chhavi-mandowara-cstk merged 1 commit into
developmentfrom
CL-4136

Conversation

@chhavi-mandowara-cstk

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity00500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0090 / 365 days✅ Passed
🔵 Low00180 / 365 days✅ Passed

✅ BUILD PASSED - All security checks passed

Comment threadsrc/adapters/file-upload.ts Outdated
Comment threadsrc/adapters/github.ts Outdated
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity00500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0090 / 365 days✅ Passed
🔵 Low00180 / 365 days✅ Passed

✅ BUILD PASSED - All security checks passed

@chhavi-mandowara-cstk
chhavi-mandowara-cstk merged commit b5025af into developmentJun 3, 2026
6 checks passed
@chhavi-mandowara-cstk
chhavi-mandowara-cstk deleted the CL-4136 branch June 3, 2026 10:21

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the interactive Response Mode selection prompt used during new project creation so it uses a search-list prompt instead of a list, aligning it with other selection prompts in the CLI.

Changes:

  • Switched the response mode prompt type from list to search-list in both GitHub and FileUpload adapters.
  • Simplified the prompt label from “Choose a response mode” to “Response mode”.
  • Updated unit tests to match the new prompt configuration.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

FileDescription
src/adapters/github.tsUpdates the response mode prompt to search-list with the new message label.
src/adapters/github.test.tsAdjusts prompt assertions to expect search-list and the updated message.
src/adapters/file-upload.tsUpdates the response mode prompt to search-list with the new message label.
src/adapters/file-upload.test.tsAdjusts prompt assertions to expect search-list and the updated message.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for freeto 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.

4 participants

@chhavi-mandowara-cstk@AryanBansal-launch@dhruv-parekh-cs