@fusionkit/plane 0.1.4 → 0.1.6

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/dist/policy.js CHANGED
@@ -81,7 +81,7 @@ export function defaultPolicy() {
81
81
  return {
82
82
  version: "warrant.policy.v1",
83
83
  runners: { allowPools: ["default"] },
84
- agents: { allow: ["claude-code", "codex", "pi", "mock", "command"] },
84
+ agents: { allow: ["claude-code", "codex", "cursor", "pi", "mock", "command"] },
85
85
  dataClasses: [],
86
86
  network: { defaultDeny: true, allowHosts: [] },
87
87
  secrets: { releasable: [] },
@@ -95,6 +95,7 @@ export declare const runRequestSchema: z.ZodObject<{
95
95
  kind: z.ZodEnum<{
96
96
  "claude-code": "claude-code";
97
97
  codex: "codex";
98
+ cursor: "cursor";
98
99
  pi: "pi";
99
100
  mock: "mock";
100
101
  command: "command";
@@ -233,6 +234,7 @@ export declare const createRunBodySchema: z.ZodObject<{
233
234
  kind: z.ZodEnum<{
234
235
  "claude-code": "claude-code";
235
236
  codex: "codex";
237
+ cursor: "cursor";
236
238
  pi: "pi";
237
239
  mock: "mock";
238
240
  command: "command";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fusionkit/plane",
3
3
  "private": false,
4
- "version": "0.1.4",
4
+ "version": "0.1.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/velum-labs/handoffkit.git",
@@ -29,6 +29,6 @@
29
29
  "jose": "6.2.3",
30
30
  "pino": "10.3.1",
31
31
  "zod": "4.4.3",
32
- "@fusionkit/protocol": "0.1.4"
32
+ "@fusionkit/protocol": "0.1.6"
33
33
  }
34
34
  }