feat: add click-to-line navigation and highlighting for debug issues#325
feat: add click-to-line navigation and highlighting for debug issues#325Medora140 wants to merge 19 commits into
Conversation
…arshanGK#125) (imDarshanGK#200) * feat: add SQLite persistent history with full-text search (closes imDarshanGK#125) * ci: refresh PR mergeability * fix: restore missing defaultdict import in main.py * refactor(history): use FTS5 for full-text search, remove committed DB file
|
@Medora140 update the branch with the latest main changes. |
|
Hi @imDarshanGK, All merge conflicts have been resolved and the click-to-line debug navigation feature is now fully implemented and tested locally. Please let me know if any additional changes are needed. Thanks! |
|
@Medora140 update the branch with the latest main changes. |
|
@Medora140 update your branch with the latest main changes and resolve conflicts |
|
@Medora140 resolve conflicts |
|
Hi @imDarshanGK, I’m currently having semester exams, so my response time may be slightly delayed. Could you please allow me around 2 days to fully sync with the latest I’m actively working on the fixes and will update the PR as soon as possible. Thanks for your patience! |
Resolve index.html conflicts by preserving security-utils integration, API fallback, and delegated issue-card navigation with line highlighting. Co-authored-by: Cursor <cursoragent@cursor.com>
…nflicts. Preserve click-to-line navigation and security-utils integration while adopting upstream file-upload label and API fallback improvements. Co-authored-by: Cursor <cursoragent@cursor.com>

Description
Implemented IDE-like click-to-line navigation for debug results to improve debugging workflow and editor usability.
Features Added
Additional Fixes
Related Issue
Fixes #262
Type of change
Checklist
mainpytest -vand all tests passfeat/fix/docs/test: short descriptionScreenshots (if frontend change)
Before:
After
Test evidence
Frontend tested locally