Add integration for various AI CLI commands#20
Merged
Conversation
d12c44a to
dd46145
Compare
afewyards
reviewed
Mar 25, 2026
afewyards
left a comment
Owner
There was a problem hiding this comment.
Great work on extracting it to a utils. couple comments around it that need fixing. also maybe a test file to cover it as it's trivial to this plugin.
This preparation unifies the claud_cli and custom_cmd invocation into a general purpose utils runner that can be reused. This will allow future cli integrations to be done simpler without code duplication.
Contributor
Author
|
Pushed and rbeased adjustments, feel free to give it another spin |
We use ClaudeCLI everywhere in the readme and docs. Also the general accepted spelling is all uppercase for CLI as it consists of 3 words, including how Claude writes about its CLI Reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generalize the cli command invocation into a reusable utils module and integrate various CLI commands: