-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
At the moment, messages are queued into the chat as user messages which in my opinion looks/feels a little obtrusive.
I'm not 100% sure how this functions for things like Github Copilot premium requests, etc, but I'm assuming it probably uses burns a premium request as it's treated as a "user" message?
Being an idiot, missed noReply: true
Depending on whether you actually care about keeping a log of tokens that have been discarded / extracted (is this useful information to keep in the session chat?), it may be a good idea to use showToast instead to display a notification toast. I've had a quick play about and it is not too difficult to implement:
This could be supported as a config option in dcp.jsonc, something like notificationType: "chat" | "toast"
Let me know what you think.