@task-shepherd/agent 1.0.40 → 1.0.41
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.json +5 -5
- package/package.json +2 -1
package/dist/meta.json
CHANGED
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"format": "esm"
|
|
1070
1070
|
},
|
|
1071
1071
|
"package.json": {
|
|
1072
|
-
"bytes":
|
|
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":
|
|
4298
|
+
"bytesInOutput": 3478
|
|
4299
4299
|
},
|
|
4300
4300
|
"src/services/AgentVersionService.ts": {
|
|
4301
4301
|
"bytesInOutput": 1130
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
"bytesInOutput": 3719
|
|
4662
4662
|
}
|
|
4663
4663
|
},
|
|
4664
|
-
"bytes":
|
|
4664
|
+
"bytes": 1537108
|
|
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":
|
|
5174
|
+
"bytesInOutput": 3478
|
|
5175
5175
|
},
|
|
5176
5176
|
"src/services/AgentVersionService.ts": {
|
|
5177
5177
|
"bytesInOutput": 1129
|
|
@@ -5669,7 +5669,7 @@
|
|
|
5669
5669
|
"bytesInOutput": 3712
|
|
5670
5670
|
}
|
|
5671
5671
|
},
|
|
5672
|
-
"bytes":
|
|
5672
|
+
"bytes": 1603922
|
|
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.
|
|
3
|
+
"version": "1.0.41",
|
|
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",
|