[skip ci] fix: batch fixes for issues #2929, 2931, 2932, 2933, 2936, 2937, 2939, 2945, 2948, 2949#394
Open
[skip ci] fix: batch fixes for issues #2929, 2931, 2932, 2933, 2936, 2937, 2939, 2945, 2948, 2949#394
Conversation
…, 2945, 2948, 2949 [skip ci] Fixes: - #2929: Copy to clipboard now confirms success/failure with specific error messages - #2931: Top-P error message now shows float formatting (got 2.0 instead of got 2) - #2932: Add --prompt-file/-P option to read prompt from file or stdin (-) - #2933: Add 'cortex completion install' subcommand for automatic shell setup - #2936: Add --tag option for session organization and filtering (CLI plumbing) - #2937: Add 'cortex sessions delete' subcommand for session removal - #2939: Add --max-redirects and --no-redirects options to scrape command - #2945: Document health check endpoint and add --health-check-path option for serve - #2948: Add 'cortex github events' command to list supported event types - #2949: Debug wait without conditions now errors with helpful message
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
Changes
#2929 Copy to Clipboard Confirmation
#2931 Top-P Float Formatting
#2932 Prompt File Option
--prompt-file/-Poption to RunCli#2933 Completion Install Subcommand
cortex completion install [shell]subcommand#2936 Session Tags
--tagoption to RunCli for session tagging--tagfilter option to sessions list command#2937 Session Delete Command
cortex sessions delete <session-id>subcommand--forceflag to skip confirmation#2939 Max Redirects Option
--max-redirects <n>option (default: 10)--no-redirectsflag to disable following redirects#2945 Health Check Documentation
--health-check-pathoption to customize health endpoint#2948 GitHub Events List
cortex github eventscommand--jsonoutput format#2949 Debug Wait Validation