story-kit: create 193_story_clickable_code_references_in_frontend

This commit is contained in:
Dave
2026-02-25 17:27:57 +00:00
parent 841f1e3eff
commit 36394f1b5c

View File

@@ -0,0 +1,20 @@
---
name: "Clickable code references in frontend"
---
# Story 193: Clickable code references in frontend
## User Story
As a developer using the Story Kit web UI, I want code references (e.g. `file_path:line_number`) to be rendered as clickable links that open the file in my local editor, so that I can quickly navigate to the relevant source code.
## Acceptance Criteria
- [ ] Code references in the format `path/to/file.rs:123` are detected and rendered as clickable links in the frontend
- [ ] Clicking a code reference link opens the file at the correct line in the user's configured editor (via custom URI scheme e.g. vscode://, zed://)
- [ ] Editor preference is configurable (VS Code, Zed, Sublime, IntelliJ)
- [ ] Works for code references in bot responses displayed in the web UI
## Out of Scope
- TBD