@saber2pr/ai-agent 0.0.34 → 0.0.35

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.
@@ -32,7 +32,7 @@ export default class McpGraphAgent {
32
32
  private loadMcpConfigs;
33
33
  private initMcpTools;
34
34
  private prepareTools;
35
- private ensureInitialized;
35
+ ensureInitialized(): Promise<void>;
36
36
  private closeMcpClients;
37
37
  private showLoading;
38
38
  private startLoading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saber2pr/ai-agent",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "AI Assistant CLI.",
5
5
  "author": "saber2pr",
6
6
  "license": "ISC",
@@ -35,7 +35,8 @@
35
35
  "openai": "^6.16.0",
36
36
  "zod": "3.25",
37
37
  "zod-from-json-schema": "^0.1.0",
38
- "zod-to-json-schema": "3.23.2"
38
+ "zod-to-json-schema": "3.23.2",
39
+ "typescript": "^5.9.3"
39
40
  },
40
41
  "resolutions": {
41
42
  "zod": "3.25",
@@ -43,7 +44,6 @@
43
44
  },
44
45
  "devDependencies": {
45
46
  "@types/node": "^16.3.3",
46
- "prettier": "^2.4.1",
47
- "typescript": "^5.9.3"
47
+ "prettier": "^2.4.1"
48
48
  }
49
49
  }