Skip to content

[VS Code] FY25 Bug Bounty, Duo Chat /clean Bug

Problem to Solve

When using Duo Chat within VS Code, it can be noted that an unexpected behavior happens in regard to the slash commands. The command /clean, unexpectedly deletes all messages although it is not mentioned in user-facing documents. Adding to the confusion, there's another command, /clear, which also behaves identically to /clean in deleting all messages. The expectation is that users have access to five slash commands. Allowing an additional undocumented command would disrupt users' workflow and lead to unmet expectations.

Relevant logs and/or screenshots

Screen_Recording_2024-07-10_at_8.38.51_PM

Proposal

This could be solved in two ways, letting the user know that /clean is an option or removing the command all together. Ideally, this issue could be solved by removing the command as a whole because there would be two commands that would do the exact same thing.

  • A merge request (MR) has been completed with the code, but a delay has been encountered due to ongoing work on related dependencies.
Edited by Londyn Lane-Bellinger