← Back to context

Comment by ascorbic

5 days ago

It's useful, but by default it would be best to just show the error message, not a screen full of JSON from the Vercel SDK

This is very good feedback thank you :D I'll ship these improvements tonight.

  • FYI, I just shipped a new version that addresses:

    1. Verbose errors are hidden by default. You can run octofriend with OCTO_VERBOSE=1 set in your shell's env vars to see the verbose errors.

    2. Pretty much everything can be interrupted via ESC now, not just model responses. Bash commands will be killed (first via SIGINT, then via SIGTERM if they don't respond quickly), the web fetch tool will kill requests, etc.

    Thanks for all the feedback :)