Kerri and Ash are back in the command line, which will surprise no one.
First up, is a discussion of Kerri\u2019s recent adventures with Warp terminal and Fig CLI. Our hosts discuss autocompletes and AI tools in the terminal. Kerri also shares a difficulty she found getting Warp and Spaceship prompt to play well together. If you\u2019re following along, this was her remedy:
```
if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
ZSH_THEME="spaceship"
fi
```
Ash then retraces some of his steps playing around with OpenAPI 3.x. Many tools are discussed! From API spec creation tools to server generation tools (like OpenAPI Generator and Swagger Codegen) and beyond. Of course, GitHub Copilot makes another appearance. If you\u2019re ever looking for OpenAPI tools, check out https://openapi.tools/.
Wondering what\u2019s the difference between Swagger and OpenAPI? This article will help you with that.
The Stratechery interview that Ash references is \u201cAn Interview With Daniel Gross and Nat Friedman About the Democratization of AI\u201d.