Update CLI documentation with new features since v1.2.0 #190
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 of changes
This PR updates the OpenHands CLI documentation to reflect all the significant new features and improvements added since version 1.2.0, based on analysis of releases 1.3.0 through 1.5.0.
Key Features Documented
🎨 Experimental UI (v1.5.0)
--expflag for enhanced terminal experience@macro⚙️ New CLI Options
--task "message"- Start CLI with initial task--file path/to/file- Start with specific file context--version/-v- Display CLI version--headless- Run in headless mode with auto-exit--always-approve- Automatically approve all actions--llm-approve- Use LLM for intelligent action approval--exit-without-confirmation- Exit without prompts🤖 Enhanced Features
/condensecommand for conversation history optimizationDocumentation Changes
Updated Files
cli-mode.mdx: Added comprehensive sections for new CLI options, experimental UI features, skills integration, and version managementcli-settings.mdx: Enhanced with ACP integration, new slash commands, approval modes, and memory managementdocs.json: Updated navigation structureImprovements
The documentation now provides users with comprehensive guidance on using all the latest CLI capabilities, from basic usage to advanced automation scenarios with the experimental UI and ACP integration.
@jpelletier1 can click here to continue refining the PR