CLI Commands Reference
/docs/ecosystem--integrations/cli-commands-reference
bash# Repository Operations npx agentic-jujutsu status # Show working copy status npx agentic-jujutsu log --limit 10 # Show commit history npx agentic-jujutsu diff # Show changes npx agentic-jujutsu new "message" # Create new commit # AI Agent Operations npx agentic-jujutsu analyze # Analyze repo for AI compatibility npx agentic-jujutsu ast "command" # Convert to AI-readable AST format npx agentic-jujutsu mcp-server # Start MCP server npx agentic-jujutsu mcp-tools # List MCP tools # Performance npx agentic-jujutsu bench # Run benchmarks npx agentic-jujutsu compare-git # Compare with Git # Info npx agentic-jujutsu help # Show all commands npx agentic-jujutsu version # Show version info npx agentic-jujutsu examples # Show usage examples