Skip to content

[skip ci] fix: batch fixes for issues #3091, 3094, 3095, 3096, 3097, 3098, 3099, 3101, 3105, 3108#406

Open
echobt wants to merge 1 commit intomasterfrom
fix/bounty-batch-3091-3108
Open

[skip ci] fix: batch fixes for issues #3091, 3094, 3095, 3096, 3097, 3098, 3099, 3101, 3105, 3108#406
echobt wants to merge 1 commit intomasterfrom
fix/bounty-batch-3091-3108

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 27, 2026

Summary

Batch fix for multiple bounty issues.

Issues Fixed

Changes

New Features

  • cortex config init command generates a comprehensive config.toml template with all options documented
  • cortex agent list --mode <MODE> flag for filtering by agent mode (primary, subagent, all)

Bug Fixes

  • Fixed billing portal URLs to use correct domain (app.cortex.foundation)
  • Fixed binary name in help text from 'cortex.exe' to 'cortex' using bin_name attribute
  • Fixed duplicate trust_proxy field in cortex-app-server config
  • Fixed missing reset_animation method call (changed to skip_to_end)
  • Removed duplicate xpath_to_css_selector function

Testing

  • cargo fmt: passed
  • cargo check on affected crates: passed (pre-existing errors in unrelated code remain)

Note: CI skipped for cost control. Test manually before merge.

…, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant