Skip to content

Make assistant file paths clickable - #24

Merged
wisdomqin merged 1 commit into
mainfrom
agent/local-path-links
Aug 14, 2026
Merged

Make assistant file paths clickable#24
wisdomqin merged 1 commit into
mainfrom
agent/local-path-links

Conversation

@wisdomqin

Copy link
Copy Markdown
Contributor

What

  • Make local file paths in assistant deliverables clickable.
  • Resolve workspace-relative paths before opening them through the desktop bridge.
  • Add a regression test for the packaged UI patch.

Why

Assistant responses often contain generated output paths. Previously users had to locate those files manually; this change lets them open the files directly from the conversation.

User impact

Clicking a detected local output path opens the corresponding file with the system default application. Non-path content keeps its existing behavior.

Root cause

The deliverables renderer displayed path-like text without connecting it to the desktop host's local-file opening capability.

Checks

  • npm test -- --run test/local-path-links.test.ts
  • npm run typecheck
  • npm run build

@wisdomqin
wisdomqin merged commit df9fcf0 into main Aug 14, 2026
4 checks passed
@wisdomqin
wisdomqin deleted the agent/local-path-links branch August 14, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant