This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryFixed symbol position resolution, JSON parseability of hints, and hint accuracy for atomic edits.
Full changelog
v0.8.1: Accuracy Fixes
Fixes
-
Symbol position resolution in
get_change_impact. gopls returns positions pointing to thefunckeyword, not the identifier name.collectExportedSymbolsnow searches the source line for the actual symbol name column. Before: 130 warnings per scan, zero reference data for functions/methods. After: zero warnings, full accuracy. -
Hint JSON parseability. Next-step hints are now separate Content items (Content[1]) instead of appended to Content[0]. Fixes broken JSON parsing in mcp-assert and downstream tools that consume tool responses programmatically.
-
simulate_edit_atomichint accuracy. Hint logic now checkserrors_introducedbeforenet_delta. Previously a negative net_delta with new errors was incorrectly marked "safe to apply."
Added
-
Next-step hints in tool responses. Every tool response includes a contextual hint suggesting the logical next action (e.g.,
get_referencessuggestsget_change_impactfor blast radius). Helps agents chain tools correctly without skills. -
detect_changesrange parameter. Thecommittedscope now accepts arbitrary git ranges:"v0.7.0..HEAD","abc123..def456", or a single ref like"main".
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About blackwell-systems/agent-lsp
Stateful MCP server over real language servers. 50 tools, 30 CI-verified languages, 20 agent workflows. Persistent sessions keep the index warm across files and projects. Speculative execution simulates edits in memory before writing to disk.
Related context
Related tools
Earlier breaking changes
- v0.11.0 `get_change_impact` renamed to `blast_radius`. Same handler, same parameters, new name.
Beta — feedback welcome: [email protected]