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 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 20:20:04 -04:00
parent 85575a93a2
commit 4b6da9b17b
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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"