justfortheloveof

Results 6 comments of justfortheloveof

In case you are blocked waiting for a built-in solution, you can workaround this issue with: ``` NODE_EXTRA_CA_CERTS=/path/to/Zscaler.cert opencode ```

The square brackets not being rendered is due to markdown? Try toggling the code conceal options (defaults to leader h)

Alternatively, you can edit your prompt in your editor (`leader + e` or check the "Open editor" command in the commands palette)

I had a quick look. The LSP diagnostics are given to the LLM in the output of the edit or write tools, allowing it to adjust according to diagnostic messages.

Looks like you're being asked for the external_directory permission. It also looks like your permissions are not all valid: https://opencode.ai/docs/permissions/#external_directory https://github.com/sst/opencode/blob/4828fd1eac87de8ae4e4d89ffe766e7ac3b7d42e/packages/opencode/src/agent/agent.ts#L56-L64

You're saying that when running "non-interactively" the run shouldn't block on a permission request? That makes sense and for the time being can be achieved by not having any permission...