[skip ci] fix: batch fixes for issues #2059, 2058, 2061, 2062, 2065, 2066, 2069, 2070, 2071, 2073#398
Open
[skip ci] fix: batch fixes for issues #2059, 2058, 2061, 2062, 2065, 2066, 2069, 2070, 2071, 2073#398
Conversation
…, 2070, 2071, 2073 [skip ci] Fixes: - #2059: CORTEX_PROVIDER env var validation in debug config - #2058: CORTEX_MODEL env var validation in debug config - #2061: delete command with --all flag for bulk deletion - #2062: delete command with --older-than flag for time-based cleanup - #2065: config set/get/unset subcommands (already existed) - #2066: mcp-server --port flag support - #2069: providers command to list AI providers - #2070: run --url flag for context from URL - #2071: exec --context flag for additional context - #2073: backup/restore commands for config Also includes pre-existing bug fixes: - Fixed duplicate function definitions in lib.rs - Fixed borrow issue in scrape_cmd.rs - Added missing trust_proxy field in RateLimitConfig - Added cookies feature to reqwest
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
Pre-existing Bug Fixes