feat: thinking blocks rendered in tui and share page

This commit is contained in:
adamdotdevin 2025-08-10 19:24:16 -05:00
commit b8d2aebf09
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
17 changed files with 324 additions and 55 deletions

View file

@ -43,7 +43,7 @@ elif ! prism_is_running ; then
echo -e "To run the server, pass in the path or url of your OpenAPI"
echo -e "spec to the prism command:"
echo
echo -e " \$ ${YELLOW}npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock path/to/your.openapi.yml${NC}"
echo -e " \$ ${YELLOW}npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock path/to/your.openapi.yml${NC}"
echo
exit 1