@x-otto/tools 0.1.0-alpha.10 → 0.1.0-alpha.12

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/dist/index.d.ts +1 -1
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -910,8 +910,8 @@ declare function buildDelegationAgentListDescription(profiles: AgentSummary[]):
910
910
  declare const TaskInspectArgsSchema: z.ZodObject<{
911
911
  action: z.ZodEnum<{
912
912
  output: "output";
913
- list: "list";
914
913
  get: "get";
914
+ list: "list";
915
915
  }>;
916
916
  taskId: z.ZodOptional<z.ZodString>;
917
917
  statusFilter: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-otto/tools",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.12",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -23,15 +23,15 @@
23
23
  "diff": "8.0.4",
24
24
  "yaml": "2.8.3",
25
25
  "zod": "4.3.6",
26
- "@x-otto/ai": "0.1.0-alpha.10",
27
- "@x-otto/interchange": "0.1.0-alpha.10",
28
- "@x-otto/shared": "0.1.0-alpha.10",
29
- "@x-otto/setting": "0.1.0-alpha.10",
30
- "@x-otto/env": "0.1.0-alpha.10",
31
- "@x-otto/orchestration-contracts": "0.1.0-alpha.10"
26
+ "@x-otto/ai": "0.1.0-alpha.12",
27
+ "@x-otto/env": "0.1.0-alpha.12",
28
+ "@x-otto/orchestration-contracts": "0.1.0-alpha.12",
29
+ "@x-otto/interchange": "0.1.0-alpha.12",
30
+ "@x-otto/shared": "0.1.0-alpha.12",
31
+ "@x-otto/setting": "0.1.0-alpha.12"
32
32
  },
33
33
  "devDependencies": {
34
- "@x-otto/mcp": "0.1.0-alpha.10"
34
+ "@x-otto/mcp": "0.1.0-alpha.12"
35
35
  },
36
36
  "private": false,
37
37
  "scripts": {