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(context-dev): remove prefetch and simplified-brand tools
- remove context_dev_prefetch_domain, context_dev_prefetch_by_email,
and context_dev_get_brand_simplified tools and their block operation
entries; these aren't meant for general use
- regenerate docs to drop their sections from context_dev.mdx
Copy file name to clipboardExpand all lines: apps/sim/lib/integrations/integrations.json
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"updatedAt": "2026-07-10",
2
+
"updatedAt": "2026-07-11",
3
3
"integrations": [
4
4
{
5
5
"type": "onepassword",
@@ -3870,24 +3870,12 @@
3870
3870
"name": "Get Brand by Ticker",
3871
3871
"description": "Retrieve brand data for a public company by its stock ticker symbol."
3872
3872
},
3873
-
{
3874
-
"name": "Get Brand (Simplified)",
3875
-
"description": "Retrieve essential brand data for a domain: title, colors, logos, and backdrops."
3876
-
},
3877
3873
{
3878
3874
"name": "Identify Transaction",
3879
3875
"description": "Identify the brand behind a raw bank/card transaction descriptor and return its brand data."
3880
-
},
3881
-
{
3882
-
"name": "Prefetch Domain",
3883
-
"description": "Queue a domain for brand-data prefetching to reduce latency on later requests (subscribers; 0 credits)."
3884
-
},
3885
-
{
3886
-
"name": "Prefetch by Email",
3887
-
"description": "Queue an email's domain for brand-data prefetching to reduce later latency (subscribers; 0 credits). Free/disposable emails are rejected."
0 commit comments