Describe the bug
URLs pasted into a comment body (planecli comment create --body "see https://example.com") render as plain text in the Plane web UI instead of clickable links.
Expected behavior
Bare URLs in --body should be wrapped in <a href> tags so they are clickable in the web UI — the web app's own comment composer linkifies URLs automatically, so CLI-created comments should behave the same.
Environment
- planecli 0.5.x
- Plane CE 1.4.2 (self-hosted)
Describe the bug
URLs pasted into a comment body (
planecli comment create --body "see https://example.com") render as plain text in the Plane web UI instead of clickable links.Expected behavior
Bare URLs in
--bodyshould be wrapped in<a href>tags so they are clickable in the web UI — the web app's own comment composer linkifies URLs automatically, so CLI-created comments should behave the same.Environment