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
When copying a message containing agent @mentions and pasting it elsewhere, the mention formatting is sometimes lost, causing the agents to not be invoked when the message is sent.
Steps to Reproduce
Copy a message containing one or more agent @mentions
Paste the message into the composer
Send the message
Observe whether the mentioned agents are notified
Observed Behavior
The pasted content sometimes loses the special mention formatting that triggers agent invocation. Agents mentioned in the pasted message are not notified and do not respond, even though they appear as "@name" in the text.
Expected Behavior
Copy-paste should preserve mention formatting. When a message with "@AgentName" is pasted and sent, the agent should be notified and respond (if configured to do so). The mention should be preserved as a proper p tag in the Nostr event.
Bug Report
When copying a message containing agent @mentions and pasting it elsewhere, the mention formatting is sometimes lost, causing the agents to not be invoked when the message is sent.
Steps to Reproduce
Observed Behavior
The pasted content sometimes loses the special mention formatting that triggers agent invocation. Agents mentioned in the pasted message are not notified and do not respond, even though they appear as "@name" in the text.
Expected Behavior
Copy-paste should preserve mention formatting. When a message with "@AgentName" is pasted and sent, the agent should be notified and respond (if configured to do so). The mention should be preserved as a proper
ptag in the Nostr event.Environment
Related