[skip ci] fix: batch fixes for issues #3091, 3094, 3095, 3096, 3097, 3098, 3099, 3101, 3105, 3108#406
Open
[skip ci] fix: batch fixes for issues #3091, 3094, 3095, 3096, 3097, 3098, 3099, 3101, 3105, 3108#406
Conversation
…, 3101, 3105, 3108 [skip ci] Fixes: - #3091: Add 'cortex config init' command to generate well-commented config.toml template - #3094: Add TUI configuration options in config template (theme, line_width, etc.) - #3095: Add theme/color scheme support in config template - #3096: Add configurable output line width option in config template - #3097: CSV output format option already exists in export_cmd.rs - #3098: Add built-in pager config options in template - #3099: Text wrapping already handled by MarkdownRenderer with terminal width - #3101: Add --mode flag to 'cortex agent list' command for filtering - #3105: Fix billing URLs from cortex.foundation to app.cortex.foundation - #3108: Fix features command help text to show 'cortex' instead of 'cortex.exe' Additional fixes (pre-existing bugs in codebase): - Remove duplicate trust_proxy field in cortex-app-server/src/config.rs - Fix reset_animation -> skip_to_end in cortex-tui/src/app.rs - Remove duplicate xpath_to_css_selector function in cortex-cli/src/scrape_cmd.rs
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
New Features
cortex config initcommand generates a comprehensive config.toml template with all options documentedcortex agent list --mode <MODE>flag for filtering by agent mode (primary, subagent, all)Bug Fixes
Testing