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
Linux 7.1.4-200.fc44.x86_64 x86_64 — Fedora Linux 44 (container, remote server; VSCodium client connected over Remote)
Model
K3 High
Subscription
Allegretto
What issue are you seeing?
Markdown links to local files in assistant chat output render as
non-clickable text — clicking does nothing. External https:// links in the same messages are clickable and open correctly, so markdown rendering
itself works; only local-file targets are dead.
Example emitted by the assistant (a documented pattern in our project skills):
[L1 — line 33](/home/dev/workspace/project/file.md:33)
renders as non-actionable text: no hover target, no click behaviour.
What steps can reproduce the bug?
In the VS Code extension (v0.6.4), ask the agent to review a file and cite
findings as markdown links with absolute paths and :line suffixes, e.g. [L1 — line 33](/home/dev/workspace/project/file.md:33).
Click the link in the chat view. Nothing happens.
Control: an https:// link (e.g. a GitHub issue URL) in the same message
clicks through normally.
Variants tested — all dead (same target file, one per message):
Clicking a markdown link to a local file opens that file in the editor,
ideally at the line given by the :line suffix — the behaviour other
coding-agent extensions provide for file:line references in chat output.
Additional information
The https-vs-file asymmetry within a single message reproduces cleanly
and is the sharpest evidence.
Agentic editing workflows that cite findings as file:line links lose
their navigation affordance; every reference must be opened by hand.
Tracker searched before filing: nearest item is Hope Cmd/Ctrl+click to open links #2051 (TUI URLs in
terminal output, enhancement) — not the same. No existing issue covers
file links in the extension chat view.
What version of Kimi Code is running?
0.29.1
Which open platform/subscription were you using?
Allegretto
Which model were you using?
K3 High
What platform is your computer?
Linux 7.1.4-200.fc44.x86_64 x86_64` — Fedora Linux 44 (container, remote server; VSCodium client connected over Remote)
What issue are you seeing?
Bug: Markdown file links in assistant output are never clickable in the VS Code extension
Environment
moonshot-ai.kimi-codev0.6.4/usr/local/bin/kimi)4c0b0c6cc561d2d3636d1ec250935431876ce4dc)Linux 7.1.4-200.fc44.x86_64 x86_64— Fedora Linux 44 (container, remote server; VSCodium client connected over Remote)K3 HighAllegrettoWhat issue are you seeing?
Markdown links to local files in assistant chat output render as
non-clickable text — clicking does nothing. External
https://links in thesame messages are clickable and open correctly, so markdown rendering
itself works; only local-file targets are dead.
Example emitted by the assistant (a documented pattern in our project skills):
renders as non-actionable text: no hover target, no click behaviour.
What steps can reproduce the bug?
findings as markdown links with absolute paths and
:linesuffixes, e.g.[L1 — line 33](/home/dev/workspace/project/file.md:33).https://link (e.g. a GitHub issue URL) in the same messageclicks through normally.
Variants tested — all dead (same target file, one per message):
:line:linefile:///abs/path, with and without:line:linevscode://file/abs/path:line/abs/path:lineas plain text (no markdown)What is the expected behavior?
Clicking a markdown link to a local file opens that file in the editor,
ideally at the line given by the
:linesuffix — the behaviour othercoding-agent extensions provide for
file:linereferences in chat output.Additional information
and is the sharpest evidence.
file:linelinks losetheir navigation affordance; every reference must be opened by hand.
terminal output, enhancement) — not the same. No existing issue covers
file links in the extension chat view.