Skip to content

feat(cli): support loading commands via plugins#344

Merged
AlessandroPomponio merged 2 commits intomainfrom
maj_cli_plugins
Jan 7, 2026
Merged

feat(cli): support loading commands via plugins#344
AlessandroPomponio merged 2 commits intomainfrom
maj_cli_plugins

Conversation

@michael-johnston
Copy link
Member

Add ability to extend ado cli with new commands via plugin mechanism

@DRL-NextGen
Copy link
Member

DRL-NextGen commented Jan 7, 2026

Checks Summary

Last run: 2026-01-07T13:16:54.781Z

Mend Unified Agent vulnerability scan found 1 vulnerabilities:

Severity Identifier Package Details Fix
🔺 High CVE-2025-53000 nbconvert-7.16.6-py3-none-any.whl
The nbconvert tool, jupyter nbconvert, converts Jupyter notebooks to various other formats via Jinja...The nbconvert tool, jupyter nbconvert, converts Jupyter notebooks to various other formats via Jinja templates. Versions of nbconvert up to and including 7.16.6 on Windows have a vulnerability in which converting a notebook containing SVG output to a PDF results in unauthorized code execution. Specifically, a third party can create a "inkscape.bat" file that defines a Windows batch script, capable of arbitrary code execution. When a user runs "jupyter nbconvert --to pdf" on a notebook containing SVG output to a PDF on a Windows platform from this directory, the "inkscape.bat" file is run unexpectedly. As of time of publication, no known patches exist.
Not Available

@AlessandroPomponio AlessandroPomponio changed the title feat(core): cli plugins feat(cli): support loading commands via plugins Jan 7, 2026
Signed-off-by: Michael Johnston <66301584+michael-johnston@users.noreply.github.com>
Copy link
Member

@AlessandroPomponio AlessandroPomponio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@AlessandroPomponio AlessandroPomponio added this pull request to the merge queue Jan 7, 2026
Merged via the queue into main with commit 6e61cff Jan 7, 2026
19 checks passed
@AlessandroPomponio AlessandroPomponio deleted the maj_cli_plugins branch January 7, 2026 14:27
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.

3 participants