Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:56
a878eeb

0.2.0 (2026-08-03)

Features

  • add environment readiness decision functions (6b1d01e)
  • add EnvironmentManager for mockymock/Docker bootstrap (e05fa29)
  • build and execute the mockymock run invocation (646b017)
  • bundle mockymock's example COBOL programs into the extension (f596634)
  • cut: implement provider-based parameterized test cases (4bbe34b)
  • debug: add DebugAdapterDescriptorFactory and configuration provider (5073c05)
  • debug: add mockymock lint preflight to interactive debugging (1c89629)
  • debug: add mockymock lint preflight to the interactive debug session (33a9731)
  • environment: add supportsDebugCommand capability preflight (3a7db49)
  • environment: add supportsTraceFlag capability preflight (a901ea0)
  • environment: resolveExecutablePath checks for a bundled CLI binary (f560234)
  • environment: thread extensionPath to every resolveExecutablePath call site (c1e360a)
  • map JUnit results onto expected test case names (34240cf)
  • parse mockymock's JUnit XML output (b0229c1)
  • parse TESTSUITE/TESTCASE names from .cut files (4a25eca)
  • pytest-grade test experience -- per-case runs, inline diffs, coverage, continuous run, lint, .cut language (9b495d8)
  • testing: add Debug (Execution Trace) test run profile (a0af846)
  • testing: add Debug (Interactive) test run profile (beb2111)
  • testing: add trace-JSON parser and console-style renderer (895f404)
  • testing: plumb --trace-json through buildRunArgs and runSuite (496ed1d)
  • wire the Test Controller into extension activation (6b5f412)

Bug Fixes

  • address final review findings (staging leakage, vsix filenames, docs, test coverage) (ce90087)
  • address final whole-branch review findings (Docker detection, arg quoting, install re-verify) (870c9b0)
  • address Task 8 test controller review findings (cdab942)
  • debug: cover evaluateLintResult's no-code/no-line branch, note case scope (f669cc8)
  • debug: enable breakpoints on .cbl COBOL source (820e7a2)
  • exclude .superpowers/ scratch directory from packaged .vsix (b2432fc)
  • scope CI workflow token permissions (3d19f85)
  • surface unattributed test failures, wire status bar click to a real action (0475999)