[skip ci] fix: batch fixes for issues #2974, 2978, 2979, 2980, 2982, 2984, 2986, 2987, 2989, 2991#407
Open
[skip ci] fix: batch fixes for issues #2974, 2978, 2979, 2980, 2982, 2984, 2986, 2987, 2989, 2991#407
Conversation
…, 2987, 2989, 2991 [skip ci] Fixes: - #2974: Add --pricing flag to models list command - #2978: Add skills management commands (list, show, create) - #2979: Show logs directory as 'optional' in paths and add note - #2980: Add --log-file option for exec command logging - #2982: Add --interactive flag to exec for follow-up questions - #2984: Add provider config hints in debug config output - #2986: Add --auto-approve flag for scoped operation approval - #2987: Add login update subcommand for API key rotation - #2989: Support URLs for remote images in -i flag - #2991: Add image size warning with --image-max-size and --allow-large-images
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.
Summary
Batch fix for multiple bounty issues.
Issues Fixed
--pricingflagcortex skills list/show/create)--log-fileoption for exec command logging with rotation--interactiveflag to exec for follow-up questions--auto-approveflag for scoped operation approvallogin updatesubcommand for API key rotation-iflag--image-max-sizeand--allow-large-imagesChanges
models_cmd.rs: Added--pricingflag to show input/output token costsskills_cmd.rs: New file with skills list, show, and create commandsdebug_cmd.rs: Updated paths output and added provider config hintsexec_cmd.rs: Added log file, interactive mode, URL images, and size warningsmain.rs: Added Skills command, login update subcommand, and auto-approve flaglib.rs: Registered skills_cmd module