Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 06:17
df7f71b

What's Changed

Platform / Architecture (V2)

  • Updated solution to “V2” positioning with refreshed architecture and implementation guidance across docs (agentic + deployment architecture).
  • Modernized AI stack references in documentation (now calls out Azure OpenAI GPT-5.1 + Microsoft Agent Framework workflows / group-chat orchestration).

App/API improvements (user-facing)

  • Added Process Cancel support: backend API now exposes endpoints to request cancellation and check cancellation status, forwarding the request to the processor Control API.
  • Telemetry/status payload enriched: backend process status rendering now includes richer agent activity details and additional structured fields (step timings/results, generated files, conversion metrics) for improved UI diagnostics.
  • Optimized generated documentation, significantly improving readability and usability of migration, design, and analysis reports.

Frontend (user experience)

  • Progress modal enhanced to track progress by stable step identifiers (analysis/design/yaml_conversion/documentation) rather than phase strings.
  • Rendered Markdown improvements including Mermaid diagram rendering support in the batch report view (better readability of generated reports).
  • Dependency refresh in frontend (notably adds Mermaid + markdown rendering helpers) for improved report display and security/compatibility.

Full Changelog: v1.0.6...v2.0.0