arol-ai 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arol-ai",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Scan a local repo for upcoming third-party API/SDK deprecations. Fully local — no network, no telemetry, your code never leaves the machine.",
5
5
  "keywords": [
6
6
  "deprecation",
@@ -34,6 +34,7 @@
34
34
  "prepublishOnly": "npm run build"
35
35
  },
36
36
  "dependencies": {
37
+ "arol-ai": "^0.1.7",
37
38
  "commander": "^12.1.0",
38
39
  "fast-glob": "^3.3.2"
39
40
  },
@@ -393,5 +393,62 @@
393
393
  "migration_url": "https://clerk.com/docs/reference/objects/clerk#redirect-to-user-profile",
394
394
  "summary": "Clerk's <RedirectToUserProfile /> control component is deprecated in favor of the redirectToUserProfile() method on the Clerk object. No removal date announced.",
395
395
  "source": "https://clerk.com/docs/nextjs/reference/components/control/redirect-to-user-profile"
396
+ },
397
+ {
398
+ "id": "openai-2026-07-23-shutdown",
399
+ "vendor": "OpenAI",
400
+ "title": "OpenAI models shut down July 23, 2026 (audio/search/realtime previews, deep research)",
401
+ "severity": "high",
402
+ "match": "pattern",
403
+ "applies_to": ["*"],
404
+ "sunset_date": "2026-07-23",
405
+ "detect": {
406
+ "sdk": ["openai"],
407
+ "patterns": [],
408
+ "models": [
409
+ "computer-use-preview-2025-03-11",
410
+ "gpt-4o-audio-preview-2024-12-17",
411
+ "gpt-4o-mini-audio-preview-2024-12-17",
412
+ "gpt-4o-mini-realtime-preview-2024-12-17",
413
+ "gpt-4o-mini-search-preview-2025-03-11",
414
+ "gpt-4o-mini-tts-2025-03-20",
415
+ "gpt-4o-search-preview-2025-03-11",
416
+ "gpt-audio-mini-2025-10-06",
417
+ "gpt-realtime-mini-2025-10-06",
418
+ "o3-deep-research-2025-06-26",
419
+ "o4-mini-deep-research-2025-06-26"
420
+ ]
421
+ },
422
+ "migration_url": "https://platform.openai.com/docs/deprecations",
423
+ "summary": "These OpenAI model snapshots (audio/search/realtime previews, computer-use preview, and the deep research models) shut down in the API on July 23, 2026; pinned calls to these IDs will fail. Migrate to current flagship models.",
424
+ "source": "https://developers.openai.com/api/docs/deprecations"
425
+ },
426
+ {
427
+ "id": "openai-2026-10-23-shutdown",
428
+ "vendor": "OpenAI",
429
+ "title": "OpenAI models shut down October 23, 2026 (legacy GPT-3.5/4/4o, o1/o3-mini/o4-mini, gpt-image-1)",
430
+ "severity": "high",
431
+ "match": "pattern",
432
+ "applies_to": ["*"],
433
+ "sunset_date": "2026-10-23",
434
+ "detect": {
435
+ "sdk": ["openai"],
436
+ "patterns": [],
437
+ "models": [
438
+ "gpt-3.5-turbo-0125",
439
+ "gpt-4-0613",
440
+ "gpt-4-turbo",
441
+ "gpt-4.1-nano",
442
+ "gpt-4o-2024-05-13",
443
+ "gpt-image-1",
444
+ "o1-2024-12-17",
445
+ "o1-pro-2025-03-19",
446
+ "o3-mini-2025-01-31",
447
+ "o4-mini-2025-04-16"
448
+ ]
449
+ },
450
+ "migration_url": "https://platform.openai.com/docs/deprecations",
451
+ "summary": "These OpenAI models shut down in the API on October 23, 2026: legacy GPT-3.5/GPT-4/GPT-4-turbo and the original gpt-4o-2024-05-13 snapshot, the o1 / o1-pro / o3-mini / o4-mini reasoning snapshots, gpt-4.1-nano, and gpt-image-1. Dated snapshots are matched precisely so the still-current bare aliases (e.g. gpt-4o) are not flagged. Migrate to current flagship models.",
452
+ "source": "https://developers.openai.com/api/docs/deprecations"
396
453
  }
397
454
  ]