From 4b6da9b17b348fb0c5deafae68678fce8dc5cf06 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 15 Apr 2026 20:20:04 -0400 Subject: [PATCH] Update adapter-utils to canary with capability flag types Upgrade from ^2026.411.0-canary.8 to 2026.415.0-canary.7 to get ServerAdapterModule capability flag fields (supportsInstructionsBundle, instructionsPathKey, requiresMaterializedRuntimeSkills). Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e216737..95b808a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,13 +12,13 @@ "@kubernetes/client-node": "^1.0.0" }, "devDependencies": { - "@paperclipai/adapter-utils": "^2026.411.0-canary.8", + "@paperclipai/adapter-utils": "2026.415.0-canary.7", "@types/node": "^24.6.0", "typescript": "^5.7.3", "vitest": "^4.1.4" }, "peerDependencies": { - "@paperclipai/adapter-utils": ">=0.3.1" + "@paperclipai/adapter-utils": "2026.415.0-canary.7" } }, "node_modules/@emnapi/core": { @@ -140,9 +140,9 @@ } }, "node_modules/@paperclipai/adapter-utils": { - "version": "2026.411.0-canary.8", - "resolved": "https://registry.npmjs.org/@paperclipai/adapter-utils/-/adapter-utils-2026.411.0-canary.8.tgz", - "integrity": "sha512-pogmV2WHm0S+hanuN5NAHmsLh/Limdmm565SX9YyvSCtGHyD3XlxoZsAsefnMBIn5ZUaAzW6pSql/Dw0SXeWTA==", + "version": "2026.415.0-canary.7", + "resolved": "https://registry.npmjs.org/@paperclipai/adapter-utils/-/adapter-utils-2026.415.0-canary.7.tgz", + "integrity": "sha512-VNzIZmu1lrK6QM8Ad9WkOihZItfkj21NHKQf+artDcbwFT2hHbDAD9hdW2W9NMVxYdFvvnws3w76FI/BUbCMbQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index eb4afd3..060dd6c 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ "@kubernetes/client-node": "^1.0.0" }, "peerDependencies": { - "@paperclipai/adapter-utils": ">=0.3.1" + "@paperclipai/adapter-utils": "2026.415.0-canary.7" }, "devDependencies": { - "@paperclipai/adapter-utils": "^2026.411.0-canary.8", + "@paperclipai/adapter-utils": "2026.415.0-canary.7", "@types/node": "^24.6.0", "typescript": "^5.7.3", "vitest": "^4.1.4"