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
feat(cortex-cli): implement 10 open PR features (#186) (#189)
* feat(cortex-cli): implement 10 open PR features
This commit implements the following features from open PRs:
- PR #98: Improve stats command message for new users with tracking info
- PR #99: Implement --share flag to display share URL using cortex-share
- PR #100: Warn when showing hidden agent details in 'agent show'
- PR #101: Standardize session ID error message format to 'Invalid session ID format:'
- PR #102: Add --port and --host options to debug wait command for TCP port checks
- PR #103: Validate empty prompt before authentication in exec mode
- PR #104: Add --names-only flag for dynamic shell completion of agent names
- PR #105: Document sandbox modes in help text with examples
- PR #106: Improve PR checkout confirmation to show source branch info
- PR #107: Correct help message to use lowercase 'cortex' command
Changes include:
- stats_cmd.rs: Added informative output explaining what stats will track
- run_cmd.rs: Added cortex-share integration for session sharing
- agent_cmd.rs: Added hidden agent warning and --names-only flag
- debug_cmd.rs: Added TCP port wait functionality with --port/--host
- export_cmd.rs: Standardized session ID error message
- main.rs: Added empty prompt validation, sandbox docs, dynamic completion
- pr_cmd.rs: Enhanced checkout message with source branch info
- login.rs: Fixed command name in help text
- Cargo.toml: Added cortex-share dependency
* fix: resolve merge conflicts and fix API changes
- Fixed duplicate import of get_cortex_home in login.rs
- Updated fabric_home to cortex_home in debug_cmd.rs
- Fixed run_logout call to include skip_confirmation parameter
- Re-added yes flag to LogoutCommand struct
---------
Co-authored-by: Droid Agent <droid@factory.ai>
0 commit comments