Skip to content

v1.10.0

Choose a tag to compare

@TomProkop TomProkop released this 28 Apr 03:12
· 95 commits to master since this release
f9bb729

What's New in v1.10.0

Solution Unpack Command

  • txc env sln unpack — unpack a solution ZIP into a folder using SolutionPackager, without needing to export from an environment first

MCP Error Reporting

  • Error details from workspace scaffolding (post-action failures, script errors) are now surfaced to MCP clients as structured output instead of being swallowed silently
  • Post-action errors include stderr content and exit codes with ANSI escape code stripping

Scaffolding Concurrency Fix

  • Concurrent workspace_component_create calls from MCP agents are now serialized per workspace root, preventing race conditions on shared files (Solution.xml, .sln)

Skill Documentation Fixes

  • Fixed incorrect template names in 5 skills (plugin, bpf, custom-api, pcf, form-xml)
  • Clarified publisher prefix limit as a convention (5 chars recommended) vs CLI enforcement (2-8 chars)
  • Added parameter convention docs and schema validation workflow to component creation skill