Skip to content

Fix ADAD command and release 4.2.6 - #39

Merged
tctco merged 1 commit into
masterfrom
agent/fix-adad-command-release-4.2.6
Aug 6, 2026
Merged

Fix ADAD command and release 4.2.6#39
tctco merged 1 commit into
masterfrom
agent/fix-adad-command-release-4.2.6

Conversation

@tctco

@tctco tctco commented Aug 6, 2026

Copy link
Copy Markdown
Owner

What changed

  • update the Slicer AI decoupling launcher to call the registered adad subcommand instead of the removed decouple command
  • add a regression test covering the generated ADAD invocation
  • bump the core release version from 4.2.5 to 4.2.6 in CMake, Conan, and the committed generated version header

Root cause

The core CLI renamed the decoupling entry point to adad, but the Slicer frontend continued invoking decouple. Argparse therefore rejected the command before processing the image.

User impact

Abeta and Tau signal decoupling can launch successfully from Slicer with DCCCcore 4.2.6.

Validation

  • UV_CACHE_DIR=/tmp/dcccslicer-uv-cache uv run --with pytest pytest localizer/src/tests/test_ui_ai_decoupling.py localizer/src/tests/test_ui_metric_command_builder.py -q (7 passed)
  • audited all other frontend and Python-wrapper subcommand names against the currently registered DCCCcore command catalog
  • git diff --check

@tctco
tctco merged commit c3e6b9a into master Aug 6, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant