Jay Hemnani
Jay Hemnani
When ~/.local/share exists with restrictive permissions (e.g., created by PowerShell or uv), opencode crashes with an unhelpful EACCES error. This adds proper error handling that provides clear remediation steps. Fixes...
The `Filesystem.contains()` function previously performed only lexical path checking, which could be bypassed using symlinks inside the project directory. An attacker could create a symlink pointing to sensitive files outside...
…d, etc. The orchestrator agent sample was missing several required imports, causing a NameError when trying to run the agent. Added imports: - Any from typing - Client, ClientCallContext, Consumer...