You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)