You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/learn is currently learning on the root (or preferred directory) if no parameter is given. Another option would be to add a dialog warning to require a confirmation on what /learn will be learning on if a parameter isn't given. That would make it clear what will be done and give the user the opportunity to cancel the task if learning on all files under the root directory wasn't intended.
Description
In the chat UI,
/learn
can be run with no parameters. In this case, I think it tries to run the command on the current directory.Expected behavior
Running
/learn
with no parameters should produce an error with usage information.Context
See also #633, with some other quirks when running the
/learn
command.Found while testing #810 by @dlqqq , but not necessarily introduced by this PR.
The text was updated successfully, but these errors were encountered: