老师,我的hermes gateway会调用.env,然后总是报错
```
execute_code <<'PY'
import os, json, ssl, urllib.request, urllib.error
# Read config from .env
env_path = os.path.expanduser("~/AppData/Local/hermes/.env")
env_vars = {}
with open(env_path, 'rb') as ...
```
Reason: execute_code script execution. The script can spawn subprocesses or mutate files without passing through terminal command approval; approval is one-shot for this run.
Reply `/approve` to execute, `/approve session` to approve this pattern for the session, `/approve always` to approve permanently, or `/deny` to cancel.