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
Copy file name to clipboardExpand all lines: plugins/context-matic/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The seven tools are designed to chain together in a natural integration workflow
77
77
| 2 |`add_skills` (`language=typescript`) | Adds reusable language-specific skills such as conventions guidance so the project setup matches future integration work. |
78
78
| 3 |`fetch_api` (`language=typescript`) | Discovers Twilio is available; returns its `key`|
79
79
| 4 |`ask` (`key=twilio`, query=_"How do I initialize the Twilio TypeScript client?"_) | Returns exact SDK setup code with auth configuration |
80
-
| 5 |`update_activity` (`milestone=auth_configured`) |Records that credentials are wired into the app and the integration is ready for the first live call |
80
+
| 5 |`update_activity` (`milestone=auth_configured`) |After the returned SDK/auth configuration has been added to the app, records that credentials are wired into the app and the integration is ready for the first live call |
81
81
| 6 |`endpoint_search` (`query=createMessage`) | Returns the method signature, required parameters, and auth requirements for the SMS send endpoint |
82
82
| 7 |`model_search` (`query=CreateMessageRequest`) | Returns the full typed request model with every available field |
83
83
| 8 |`ask` (`query="How do I handle delivery status callbacks in Next.js?"`) | Returns webhook handling code aligned to the Twilio SDK |
0 commit comments