You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skipWebhookReconcile for pre-provisioned subscriptions
At boot the gateway points the identity's mailbox, phone number, iMessage, and
A2A events at whatever URL it just came up on. That is the right default when
the gateway owns its ingress, but not when subscriptions are provisioned ahead
of time: there the destination is already fixed, and the API key may not be
permitted to change it, so the write is redundant at best and fatal to boot at
worst.
Default false, so nothing changes unless a deployment opts in. Settable as
gateway.skipWebhookReconcile or INKBOX_SKIP_WEBHOOK_RECONCILE.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@inkbox/opencode-plugin",
3
-
"version": "0.2.9",
3
+
"version": "0.2.10",
4
4
"private": true,
5
5
"description": "Inkbox for opencode \u2014 give your agent an email address, a phone number (SMS/MMS + voice), iMessage, contacts, notes, and an encrypted credential vault.",
0 commit comments