-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.enhancementNew feature or requestNew feature or request
Description
Type
Enhancement
Summary
Pasting logs that contain “@https://…” or “@/path” mid-line causes the chat to treat them as @-mentions and auto-load URL/file content. Restrict @-mention parsing to line-start or a whitespace boundary to avoid accidental loads from stack traces.
Context
- Affects users when pasting error logs/stack traces into chat.
- Occurs when “@” appears within a line before a URL or absolute path included in logs.
- Desired behavior: Only treat “@” as a mention when at the start of a line, or immediately preceded by whitespace. Keep “@” as an escape to disable mention parsing.
Constraints/Preferences
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done