First impression: Brilliant!!
I've loaded the v1.8 binary sent ot me per your instructions on a NodeMCU (ESP8266 12e module on it?). Everything worked as expected. I had also followed the build instructions in the readme.md of the esp8266 github folder before I had gotten the release email. Those steps all worked on my Raspberry Pi build system and gave me a loadable, runnable binary.
I currently have it plugged into a Raspberry Pi 3 for loading and power. The ESP8266 presents its AP and I can connect to it and access it through webREPL. This is really awesome! I need to do more testing in depth but so far it is working.
Questions relating to ESP8266 version:
1) With Pyboard, I see the storage show up as a blk device (/dev/sdx) - with ESP8266 connected to USB, I do not see a block device presented. Is this as expected?
2) From the MicroPython ESP8266 documentation (Tutorial 1.4 and 2.1), I get the impression that I should be able to access the REPL via the USB/UART connections. It ignores any input from minicom when I connect but I do see the ESP8266 logging events to minicom as I do things through webREPL. Is this as expected? I assume webREPL has control over the UART so it can log things which is keeping me from accessing it. I've found no way to stop it and break into the UART REPL.
3) You should make a note that a copy of the webrepl.html sources and supporting files needs to be locally available on the system you attach to the AP and access the ESP8266 with. Once you attach to the ESP8266 AP, you no longer have access to other networks and can't get to the webrepl.html and supporting files if you didn't copy them some place local. (I may be missing something here.)
I'm going to set up another ESP8266 so it uses the station interface to connect to my home network. so that testing platform should be coming soon.
This is really great stuff! I wish I had been devoting more of my play time to my Pyboards (kickstarter backer) and MicroPython instead of other things.

I've missed out on a lot.
I hope my feedback helps. Let me know if I can do anything to help out (sweep the floors, tidy up after the cats, test things, break things, etc.)
Thanks for all the work you've put in on this!
Rick