@task-shepherd/agent 1.0.40 → 1.0.42

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/meta.json CHANGED
@@ -967,7 +967,7 @@
967
967
  "format": "esm"
968
968
  },
969
969
  "src/services/ClaudeCliExecutor.ts": {
970
- "bytes": 12611,
970
+ "bytes": 12729,
971
971
  "imports": [
972
972
  {
973
973
  "path": "child_process",
@@ -1069,7 +1069,7 @@
1069
1069
  "format": "esm"
1070
1070
  },
1071
1071
  "package.json": {
1072
- "bytes": 4189,
1072
+ "bytes": 4232,
1073
1073
  "imports": []
1074
1074
  },
1075
1075
  "src/services/AgentVersionService.ts": {
@@ -4295,7 +4295,7 @@
4295
4295
  "bytesInOutput": 19157
4296
4296
  },
4297
4297
  "package.json": {
4298
- "bytesInOutput": 3441
4298
+ "bytesInOutput": 3478
4299
4299
  },
4300
4300
  "src/services/AgentVersionService.ts": {
4301
4301
  "bytesInOutput": 1130
@@ -4340,7 +4340,7 @@
4340
4340
  "bytesInOutput": 1593
4341
4341
  },
4342
4342
  "src/services/ClaudeCliExecutor.ts": {
4343
- "bytesInOutput": 4098
4343
+ "bytesInOutput": 4157
4344
4344
  },
4345
4345
  "src/utils/claudeLogger.ts": {
4346
4346
  "bytesInOutput": 1636
@@ -4661,7 +4661,7 @@
4661
4661
  "bytesInOutput": 3719
4662
4662
  }
4663
4663
  },
4664
- "bytes": 1537071
4664
+ "bytes": 1537167
4665
4665
  },
4666
4666
  "dist/cli/index.js": {
4667
4667
  "imports": [
@@ -5171,7 +5171,7 @@
5171
5171
  "bytesInOutput": 6287
5172
5172
  },
5173
5173
  "package.json": {
5174
- "bytesInOutput": 3441
5174
+ "bytesInOutput": 3478
5175
5175
  },
5176
5176
  "src/services/AgentVersionService.ts": {
5177
5177
  "bytesInOutput": 1129
@@ -5318,7 +5318,7 @@
5318
5318
  "bytesInOutput": 1668
5319
5319
  },
5320
5320
  "src/services/ClaudeCliExecutor.ts": {
5321
- "bytesInOutput": 4137
5321
+ "bytesInOutput": 4196
5322
5322
  },
5323
5323
  "src/handlers/BaseWorkHandler.ts": {
5324
5324
  "bytesInOutput": 18001
@@ -5669,7 +5669,7 @@
5669
5669
  "bytesInOutput": 3712
5670
5670
  }
5671
5671
  },
5672
- "bytes": 1603885
5672
+ "bytes": 1603981
5673
5673
  }
5674
5674
  }
5675
5675
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -49,6 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@anthropic-ai/sdk": "^0.56.0",
52
+ "@modelcontextprotocol/sdk": "^0.6.0",
52
53
  "@graphql-typed-document-node/core": "^3.2.0",
53
54
  "chalk": "^4.1.2",
54
55
  "commander": "^11.0.0",