API Changes
- Add GitHub webhook support for TaskSpawners with new
githubWebhooksource type. TaskSpawners can now be triggered by GitHub webhook events (issues, PRs, comments) with configurable filtering. Includes webhook server deployment, signature validation, and Helm chart templates with ingress support.
(#851)
Features
- Update claude-code image from 2.1.87 to 2.1.88 (#854)
- Update opencode image from 1.3.4 to 1.3.9 (#847)
- Update cursor image from 2026.03.25-933d5a6 to 2026.03.30-a5d3e17 (#855)
- TaskSpawner GitHub discovery now uses a workspace-scoped ghproxy that owns Workspace GitHub auth and coalesces concurrent cache misses, reducing repeated cache misses and unnecessary GitHub API traffic.
(#859)