You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cortex-cli): Apply batch of issue fixes and improvements
- Add validation for mutually exclusive flags across commands:
- agent list: --primary vs --subagents
- login: --token, --sso, --device-auth, --with-api-key
- exec: --enabled-tools vs --disabled-tools
- plugin list: --enabled vs --disabled
- mcp add: --url vs --sse
- mcp logout: --name vs --all
- Improve error handling with JSON support:
- alias show: JSON error output
- mcp get: JSON error output
- plugin show: JSON error output
- debug wait: JSON error output
- run cmd: auth error JSON output
- Fix bug in autonomy.rs: is_read_only_command now uses command string
- Add session ID validation in lock_cmd
- Support 'last' as SESSION_ID in resume command
- Add duplicate task ID check in DAG helpers
- Add --jobs validation in DAG execute
- Add sort value validation in models list
- Add empty plugin name validation
- Update help text URLs to point to correct repo
- Replace emojis with text in PR checkout
- Move confirmation before backup in uninstall
- Convert GitHub URLs to raw URLs in upgrade changelog
- Support config.json in debug config command
- Add dry_run JSON output in compact and DAG commands
- Make run_whoami return Result<()> for proper error handling
- Change config get/unset to bail! on errors
Issues: #3646, #3651, #3682, #3696, #3700, #3716, #3722, #3815
0 commit comments