# Changelog

## [0.9.32] - 2026-08-25

## [0.9.31] - 2026-08-16

## [0.9.30] - 2026-08-12

## [0.9.29] - 2026-08-12

## [0.9.28] - 2026-08-12

## [0.9.27] - 2026-08-08

## [0.9.26] - 2026-08-07

## [0.9.25] - 2026-08-03

## [0.9.24] - 2026-07-24

## [0.9.23] - 2026-07-23

## [0.9.22] - 2026-07-23

## [0.9.21] - 2026-07-19

## [0.9.20] - 2026-07-19

### Added
- Auto-diagnostics and blast radius on edit: after an `edit`, the extension now also reports fresh TypeScript errors for the edited file (via LSP publishDiagnostics, skipped when the core edit tool already ran tsc) and lists call sites of the edited function/class in other files (via `textDocument/documentSymbol` + `references`), alongside the existing related-symbol summaries

## [0.9.19] - 2026-07-18

## [0.9.18] - 2026-07-18

### Added
- Proactive symbol-aware auto-context: after an `edit` tool call, referenced type/interface identifiers in the edited code are resolved via `textDocument/hover` and appended to the tool result, so the agent sees relevant type information without a separate lookup round trip

## [0.9.17] - 2026-07-18

## [0.9.16] - 2026-07-15

## [0.9.15] - 2026-07-12

## [0.9.14] - 2026-07-09

## [0.9.13] - 2026-07-08

## [0.9.12] - 2026-06-30

## [0.9.11] - 2026-06-26

## [0.9.10] - 2026-06-19

## [0.9.9] - 2026-06-11

## [0.9.8] - 2026-06-10

## [0.9.7] - 2026-06-10

## [0.9.6] - 2026-06-09

## [0.9.5] - 2026-06-07

## [0.9.4] - 2026-06-06

## [0.7.7] - 2026-05-23

### Added
- Initial release with LSP tools: `lsp_definitions`, `lsp_references`, `lsp_diagnostics`, `lsp_hover`
