Matt Silverlock
Matt Silverlock
Reviewed and addressed the following for schedule event handling: - Skip `assertPermissions` for schedule events (avoids `github-actions[bot]` actor failure) - Fix `summarize()` fallback to avoid accessing undefined `payload` for schedule...
cc @rekram1-node can I bug you for a review on this one? need it to use OpenAI models & their zero data retention config in OC.
I've also documented config precedence more clearly. Open to feedback here — definitely one of those things that doesn't have an obviously "correct" approach.
Rebased this and refactored since some of this was handled in https://github.com/anomalyco/opencode/pull/7141
@rekram1-node this one is good to go
Example of the bug: - the agent uses the `gh` CLI to create a PR (not expected by the harness) - the harness sees a dirty branch and attempts to...
logs - note the agent called `gh pr` and the harness failing after: ``` | Bash {"command":"gh pr create --title \"Add worktree plugin for concurrent branch development\" --body \"$(cat
test failures are from the worktree changes and are failing on the current `dev` tip (`f6cc84747`)
TIL! got it - thanks both. Added a docs PR here to help: https://github.com/anomalyco/opencode/pull/6833
Working on a more comprehensive change in #6852 b/c `ctx.client.app.log` isn't available to tools (only plugins)