[skip ci] fix: batch fixes for issues #2992, 2993, 2994, 2995, 2997, 2999, 3000, 3001, 3002, 3004#405
Open
[skip ci] fix: batch fixes for issues #2992, 2993, 2994, 2995, 2997, 2999, 3000, 3001, 3002, 3004#405
Conversation
…, 3001, 3002, 3004 [skip ci] Fixes: - #2992: Document --search flag behavior (how search results are integrated) - #2993: Add --search-domains, --search-limit, --search-recent options - #2994: Change web_search feature to enabled (sync with CLI flag) - #2995: Add --enable-feature flag for runtime feature override - #2997: Add --verbose flag to features list with descriptions and doc links - #2999: Add 'cortex debug memory' command for memory usage inspection - #3000: Add 'cortex jobs' command for background task management - #3001: Add 'cortex queue' command for batch prompt processing - #3002: Ctrl+C handling already consistent (verified existing implementation) - #3004: Add --access-log and --access-log-format to 'cortex serve'
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 related to CLI features, documentation, and usability improvements.
Issues Fixed
Changes
Search Documentation (#2992, #2993, #2994)
Feature Flags (#2995, #2997)
Debug Commands (#2999)
Job Management (#3000)
Batch Processing (#3001)
Server Logging (#3004)