0.29.1 (2025-12-23)
🐛 Bug Fixes
- exclude no-op resources from summary table Total count (0fc5bdf)
📚 Documentation
- add issue analysis for summary table totals mismatch (61b8252)
0.29.0 (2025-12-22)
✨ Features
- implement replacement reasons and resource summaries (391b2be)
📚 Documentation
- add architecture for replacement reasons and summaries (2699a8f)
- add tasks for replacement reasons and summaries (751879c)
- add test plan for replacement reasons and summaries (b04324f)
0.28.0 (2025-12-22)
✨ Features
- add --show-unchanged-values CLI option to filter attribute tables (1f9984b)
- add diagnostic tools to agent definitions (8020673)
🐛 Bug Fixes
- correct MCP server name from microsoft-learn/* to microsoftdocs/mcp/* (3b6fbcd)
- strengthen agent boundaries and tool assignments (c7cc9a0)
- ci: add .github/workflows/** to paths-ignore to skip CI for workflow-only changes (ef186f0)
- ci: add concurrency control and workflows permission to CI pipeline (cb9816a)
- ci: remove invalid workflows permission (bd96929)
📚 Documentation
- add architecture for unchanged values CLI option (df95a47)
- add feature specification for unchanged values CLI option (ed47492)
- add tasks for unchanged values CLI option (b151f57)
- add test plan for unchanged values CLI option (9697f51)
- update AI model reference with GPT-5.2 benchmark data (294d18e)
0.27.1 (2025-12-22)
🐛 Bug Fixes
- render line breaks in tables correctly by escaping values internally in format_diff (4849a2e)
📚 Documentation
- add issue analysis for literal br tags in tables (3636750)