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
fix: connect URL mismatch and paperclip connector crash on missing context
Found by fresh-agent zero-to-company test:
Bug 1: `af paperclip connect` set adapter URL to /heartbeat but gateway
serves /webhook/paperclip. Fixed default bridge URL.
Bug 2: Paperclip connector crashed when payload.context was undefined
(e.g. from wakeup with no issue assignment). Now handles missing/partial
context gracefully.
Both bugs prevented the primary flow (deploy → connect → wakeup → work)
from working end-to-end. Now verified working.
0 commit comments