@vellumai/plugin-api 0.10.5-dev.202607050314.6e3518e → 0.10.5-dev.202607050715.3142282

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.
Files changed (2) hide show
  1. package/index.d.ts +7 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4031,6 +4031,13 @@ export declare interface ToolContext {
4031
4031
  * @legacy
4032
4032
  */
4033
4033
  allowedToolNames?: Set<string>;
4034
+ /**
4035
+ * When the conversation runs as a subagent, the parent-imposed tool
4036
+ * allowlist (see `SubagentRoleConfig.allowedTools`). Carried so
4037
+ * availability errors can name the allowlist as the gate instead of
4038
+ * suggesting a skill load that cannot widen it.
4039
+ */
4040
+ subagentAllowedTools?: ReadonlySet<string>;
4034
4041
  /**
4035
4042
  * True when this turn is restricted to storage cleanup-safe tools.
4036
4043
  * @legacy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.5-dev.202607050314.6e3518e",
3
+ "version": "0.10.5-dev.202607050715.3142282",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",