Skip to content

feat(lsp): code actions for missing link diagnostics#135

Merged
avrabe merged 1 commit intomainfrom
worktree-agent-ab04fca5
Apr 13, 2026
Merged

feat(lsp): code actions for missing link diagnostics#135
avrabe merged 1 commit intomainfrom
worktree-agent-ab04fca5

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Apr 13, 2026

Summary

  • Advertise CodeActionProvider capability in LSP server
  • Handle textDocument/codeAction requests for "requires at least" / "requires exactly" diagnostics
  • Generate QuickFix code actions that insert TODO comments for missing links
  • Extracts link type from diagnostic message, places edit on the line after the diagnostic

Implements: REQ-007
Refs: FEAT-010

🤖 Generated with Claude Code

Implements: REQ-007
Refs: FEAT-010

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 6ceab41 Previous: f958a7e Ratio
link_graph_build/10000 34805822 ns/iter (± 1994665) 26664874 ns/iter (± 3447466) 1.31
validate/10000 14038768 ns/iter (± 1007709) 10528470 ns/iter (± 743244) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avrabe avrabe merged commit ed29c01 into main Apr 13, 2026
18 of 20 checks passed
@avrabe avrabe deleted the worktree-agent-ab04fca5 branch April 13, 2026 01:02
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