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 a URL is wrapped or split across multiple lines in the terminal output (e.g. due to line width), docker-agent fails to detect it as a link. The URL is either entirely rendered as clickable, only the first fragment is picked up.
Steps to Reproduce
Run docker-agent in a terminal with a narrow enough width to cause a long URL to wrap across two lines
Observe the URL in the output
Attempt to click or interact with it
Expected Behavior
URLs that wrap across lines should be joined and rendered as a single clickable link.
Actual Behavior
The link is not detected, or only the first line fragment is treated as a URL, making it unclickable.
Description
Description
When a URL is wrapped or split across multiple lines in the terminal output (e.g. due to line width),
docker-agentfails to detect it as a link. The URL is either entirely rendered as clickable, only the first fragment is picked up.Steps to Reproduce
docker-agentin a terminal with a narrow enough width to cause a long URL to wrap across two linesExpected Behavior
URLs that wrap across lines should be joined and rendered as a single clickable link.
Actual Behavior
The link is not detected, or only the first line fragment is treated as a URL, making it unclickable.
Screen.Recording.2026-07-24.at.09.56.23.mov